@charset "utf-8";
@import url("../shared/css/base.css");

/*------------------------------
 Overwrite
------------------------------ */

.toPageTop a{
	margin-left:551px;
}

/*------------------------------
 Contact
------------------------------ */

#contact h2{
	width:942px;
	height:75px;
	background:url(images/contact_h_title.gif) no-repeat;
	margin-bottom:9px;
	text-indent:-9999px;
}

h3#contactLabel{
	width:684px;
	height:88px;
	background:url(images/contact_h_contact.gif) no-repeat;
	text-indent:-9999px;
}

h3#mailformLabel{
	width:684px;
	height:88px;
	background:url(images/contact_h_mailform.gif) no-repeat;
	text-indent:-9999px;
}

#contactBlock{
	width:624px;
	margin:21px auto;
	background:url(images/right_bg01_middle.gif) repeat-y;
}
#contactBorderTop{
	height:12px;
	background:url(images/right_bg01_top.gif) no-repeat;
}
#contactBorderMiddle{
	padding:0 12px;
}
#contactBorderBottom{
	clear:both;
	height:12px;
	background:url(images/right_bg01_bottom.gif) no-repeat 0 bottom;
}

#contactTxt{
	width:586px;
	height:22px;
	margin:12px auto 15px auto;
	background:url(images/contact_txt_contact.gif) no-repeat;
	text-indent:-9999px;
}

#contactAnalogTxt{
	margin:15px 12px;
}

#contactAnalogTxt span{
	width:100%;
	line-height:1.8em;
	padding-bottom:2px;
	border-bottom:1px dotted #d6d6d6;
}

#contactAnalog{
	width:552px;
	height:95px;
	margin:15px auto;
}

#right #contactTel{
	width:272px;
	height:95px;
	background:url(images/contact_txt_tel.gif) no-repeat;
	float:left;
	text-indent:-9999px;
}
#right #contactFax{
	width:272px;
	height:95px;
	background:url(images/contact_txt_fax.gif) no-repeat;
	float:right;
	text-indent:-9999px;
}

#mailformBlock{
	width:624px;
	margin:21px auto;
	background:url(images/right_bg02_middle.gif) repeat-y;
}
#mailformBorderTop{
	height:12px;
	background:url(images/right_bg02_top.gif) no-repeat;
}
#mailformBorderMiddle{
	padding:0 14px;
}
#mailformBorderBottom{
	clear:both;
	height:12px;
	background:url(images/right_bg02_bottom.gif) no-repeat 0 bottom;
}

.contactMailformTxt{
	width:100%;
	line-height:1.8em;
	border-bottom:1px dotted #d6d6d6;
}

.must{
	color:#ff9900;
	font-weight:bold;
}

#mailformTable{
	margin-top:1em;
	border-top:1px solid #d2c7b0;
	border-left:1px solid #d2c7b0;
}

#mailformTable th{
	width:130px;
	font-weight:bold;
	background-color:#e9e9e9;
	border-right:1px solid #d2c7b0;
	border-bottom:1px solid #d2c7b0;
	padding:1em 0.5em;
}
#mailformTable td{
	width:463px;
	background-color:#fff;
	border-right:1px solid #d2c7b0;
	border-bottom:1px solid #d2c7b0;
	padding:1em 0.5em;
}

#mailformTable #company,#mailformTable #email,#mailformTable #homepage{
	width:300px;
}
#mailformTable #name,#mailformTable #kana,#mailformTable #tel{
	width:200px;
}


#mailformTable #content{
	font-size:small;
	width:300px;
	height:10em;
}

#mailformBtn{
	margin-top:10px;
	text-align:right;
}

#contactThanksTxt{
	color:#ff9900;
	font-weight:bold;
	line-height:1.8em;
	border-bottom:1px dotted #d6d6d6;
}

#mailformTable .err{
	color:#ff9900;
}