@charset "UTF-8";
/* CSS Document */

body{
	line-height:1.3;
}

#contentArea{
	padding:10px;
}

#topImage{
	padding:3px;
	height:54px;
	background:#E5D8D4;
	color:#543B32;
	font-size:2em;
}

#topImage img{
	vertical-align:-15px;
	margin-right:10px;
}

.topDear{
	font-size:1.3em;
	font-weight:bold;
	padding:5px 15px;
	background:#F3F3F0;
}

#alueTitle{
	font-size:2.1em;
}

h2{
	color:#C9701A;
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:20px;
	line-height:28px;
	border-bottom:3px solid #c9701a;
	margin:20px 0 0;
}

h4{
	padding:10px 0 4px;
	margin:0 0 10px;
	font-size:16px;
	border-bottom:1px solid #909090;
}

#contentHeader{
	padding:10px 0 10px;
	border-bottom:1px solid #DFDFDf;
}

.contentText{
	font-size:0.9em;
	line-height:1.8;
	padding:10px;
}

.contentList li{
	font-size:0.95em;
	line-height:1.8;
}

.contentTable{
	border-collapse:collapse;
	font-size:0.9em;
}

.contentTable td,.contentTable th{
	border:1px solid #CCC;
	border-spacing:0;
	text-align:center;
	vertical-align:middle;
	padding:6px;
}

.contentTable th{
	background:#e9e9e9;
}

.left td{
	text-align:left;
}



/* -------- 資料請求ボタン ------ */
.btApply {
	width:380px;
	margin:40px auto 40px;
}
.btApply a:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity:0.60;
}
.btApply img {
	width:100%;
}
/*---------------------------------*/
