@charset "shift_jis";
/*--------------------------------------
  Contact Style Sheet
  Last Update 2010-02-22 Mon.
---------------------------------------*/
.required {
	color:#FF9900;
	font-size:80.5%;
	font-weight:bold;
}

.note {
	font-size:80.5%;
	color:#CC0000;
}




p.readText {
	margin:0 auto;
	padding:10px 10px 0 14px;
	text-align:justify;
	text-justify:inter-ideograph;
}


/* table */
table#contact {
	width:530px;
	margin:10px auto;
	padding:0;
	background-color:#FFFFFF;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}

table#contact th {
	padding:4px;
	background-color:#0044D2;
	color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	text-align:center;
	white-space:nowrap;
	width:180px;
}

table#contact td {
	padding:4px;
	background-image:url(../common/images/bg_dot_horizon_line.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

table#contact tr.trColor {
	background-color:#FBFAF5;
}

table#contact td.borderNone {
	background-image:none;
}



/* input,textarea */
input,textarea {
	padding:0.2em;
	font-size:100%;
}

input.w70 {width:90px;}
input.w150 {width:150px;}
input,textarea.w300 {width:300px;}


/*
input:focus, text:focus, textarea:focus {
	background-color: #eeffff;
}
*/


/* confirm page */
.confirmSubmit {
	border:3px solid #123E89;
	width:200px;
}
.confirmBack {
	margin-right:30px;
	width:200px;
	font-size:75%;
}


/* error page */
.error { color:#FF0000;}
.errorList {
	font-weight:bold;
	color:#FF0000;
	margin:10px 0 10px 26px;
}
#errorWrapper {
	margin:10px auto 0;
	padding:10px;
	border:3px solid #FF0000;
	background-color:#FFEEEC;
	width:504px;
}

.iconError {
	float:left;
	padding:5px 10px 0 5px;
}


/* thanks page */
div#thanksWrapper {
	width:510px;
	margin:10px auto;
	padding:50px 10px;
	background-color:#EDEFFA;
}

.iconThanks {
	float:left;
	padding:0 10px 0 80px;
}
