/*===========　資料請求　==========*/

@import url("sidenavi.css");
@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	margin-bottom: 30px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

h3{
	font-size: 108%;
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #999;
}

/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
	line-height: 150%;
	margin-bottom: 50px;
}


/*===========　フォーム設定　==========*/
.form{
	background: #E9EDF3;
	padding: 10px;
	margin-top: 20px;
}

.form table {
	border-top: 1px solid #CCC;
}

.form table tr th,
.form table tr td{
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
form table tr .checkBox {
	text-indent: 0px;
}

