@charset "utf-8";
/* CSS Document */

@import url("../../css/init.css");
@import url("../../css/base.css");
@import url("common.css");

/*//////////////////////////////////////////////////////////////////*/
/*お問い合わせ
////////////////////////////////////////////////////////////////////*/

div#main h2{
	width:100%;
	height:90px;
	background:url(../img/h2_bg_expr.gif) no-repeat;
	text-indent:-9999px;
	}

fieldset {
	border:1px solid #CCC;
	padding:10px;
}
legend {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#09465A;
}
fieldset dt, fieldset dd {
	float:left;
	letter-spacing:0;
}
fieldset dt {
	clear:both;
	width:120px;
	font-weight:bold;
}
fieldset dd {
	width:530px;
}
dl#condition {
	margin-bottom:20px;
}
dl#condition dt, dl#condition dd {
	font-size:10px;
}
dl#condition dt {
	font-weight:bold;
}