@charset "utf-8";
/* CSS Document */
#header{
	background:#ffffff url(../img/main_img.jpg) center top no-repeat;
}
/*-----------------------------------------------------------------------構造----*/
/*----------------------------------------------------------container内*/
#header{
	margin:0 10px;
	padding:178px 0 0 13px;
	width:auto;
	min-height:96px;
	height:auto !important;
	height:96px;
}
/*----------------------------------------------------------main内*/
.line{
	border-bottom:1px #919191 dotted;
} 
.fltSubTitle{
	float:left;
	width:135px;
}
.subMenu{
	float:right;
	width:575px;
	padding:10px 0;
	padding-left:10px;
}

.subMenu ul li {
	display:inline;
}
.subMenu ul li a{
	padding-right:20px;
	white-space:nowrap;
}
.txts p{
	margin-top:10px;
}
/*----------------------------------------------------------*/
.dataTbl{
	margin:10px auto;
}
.dataTbl th{
	text-align:right;
	border-bottom:1px #919191 solid;
	padding-bottom:20px;
}
.dataTbl td{
	border-bottom:1px #919191 solid;
	padding-bottom:20px;
}
.dataTbl .first{
	border-bottom:none;
	padding-bottom:0;
}