@charset 'utf-8';


/*ボディーフレーム レイアウト
=======================================*/


#contact-head-frame {
	width: 100%;
	height: 82px;
	background-image:url(../../img/content_order/contact_header_bg.gif);
	background-repeat:repeat-x;
	text-align: center;
}

#contact-body-frame {
	clear: both;
	position: relative;
	width: 645px;
	margin: 10px auto 0 auto;
	padding-bottom: 30px;
	text-align: left;
}

#contact-foot-frame {
	clear: both;
	width: 100%;
	height:143px;
	text-align: left;
	background-image:url(../../img/content_order/contact_footer_bg.gif);
	background-repeat: repeat-x;
}

#contact-frame-container {
	width: 671px;
	margin: 0 auto;
}

.contact-container01{
	width:323px;
	margin-bottom:25px;
	float:left;
}

.contact-container02{
	width:303px;
	margin-bottom:25px;
	float:right;
}

/*テーブル*/
.contactTb01{
	margin-top:10px;
	text-align:center;
	line-height:1.5em;
	font-size: 12px;
}

.contactTb02{
	margin-top:10px;

}
.contactTb01 td{
	padding:5px 2px 5px 2px;
}

.contactTb02 td{
	padding:5px;
}

.contactTb03{
	margin-top:10px;
	line-height:1.5em;
	font-size: 12px;
}
.contactTb03 td{
	font-size: 12px;
	font-weight:normal;
	padding:5px 2px 5px 2px;
	vertical-align:middle;
	text-align:left;
}

.contactTb03 th{
	font-size: 12px;
	font-weight:normal;
	vertical-align:top;
	
	padding:5px;
	text-align:left;
}
.validmsg {
	font-size: 11px;
	font-weight:normal;
	color:#C60;
}

.contactTb03 img{
	vertical-align:middle;
}

.contactTbColor01{
	background-color:#E8B1B1;
}

.contactTbColor02{
	background-color:#B6CAEB;
}
	
.contactTbColor03{
	background-color:#DCDCDC;
}

.contactTbColor04{
	background-color:#F2C9C9;
}

.contactTbColor05{
	background-color:#C9D8F2;
}

.contactTbColor06{
	background-color:#EEEEEE;
}

/*フォーム*/
.contact-Box01{
	width:160px;
	margin-left:10px;
	float:left;
}

.contact-Box02{
	width:205px;
	margin-left:10px;
	float:left;
}

.contact-submit-Box{
	width:645px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#5F5F5F;
	margin-top:25px;
	padding-top:20px;
	text-align:center;
}
.tableStyle01{
	padding:5px;
	text-align:center;
}

.tableStyle01 td{
	width:43px;
}

#agree {
	margin:15px 3px 3px 3px;
}
#agree a {
    color: blue;
    font-size:12px;
    text-decoration: underline;
}
#agree a:visited{
    color: blue;
}
#agree a:active,
#agree a:hover {
    color: #F00;
    text-decoration: underline;
}