@charset "euc-jp";
/*----------------------------------------------------------------------------------------*
*　■エサイチ・エイト　問合せ
*
*
*-----------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------
　■基本設定
-----------------------------------------------------------------------*/
#contents{
	text-align: center;
}
#main{
	margin: 0 auto;
	text-align: left;
	width: 730px;
	float: left;
}
#sidebar{
	width: 200px;
	float: right;
	text-align: left;
	background: none;
	border:0 none;
}


/*---------------------------------------------------------------------
　■問合せ
-----------------------------------------------------------------------*/
#contact{
	background: url(../img/contact_img/login_back.jpg) repeat-y;
	border-bottom: 1px solid #B1D7EE;
}
#contact h2{
	margin-bottom: 20px;
}
#contact h3{
	font-weight: bold;
	margin-bottom: 10px;
}
#contact #attention{
	margin: 0 20px 30px 20px;
	background: none;
	border: 1px solid #fff;/*for IE*/
}
#contact dl{
	margin: 0;
	padding: 0 0 6px 0;
	background: none;
}
#contact dt{
	margin: 0;
	padding: 0;
	background: none;
}
#contact dd{
	margin: 0;
	padding: 0 0 3px 0px;
	background: none;
}
#contact form{
	margin: 0 20px;
}
#contact div.form_button-area{
	margin-top: 40px;
}


/* table */
#contact table th{
	width:	200px;
}
#contact table.type_input{
	width: 690px;
}
#contact table.type_input th{}
#contact table.type_input td{
	font-weight: normal;
}




#contact #Thanks{
	margin: 0 20px;
	background: none;
	border: 0 none;
	border: 1px solid #fff;/*forIE*/
}
