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


#ContentsBackround{
	width:100%;
	background:url(../img/contents_bg.jpg) repeat-x;
	margin:0;
	padding:0;
}

#MainImg {
	width:792px;
	height:300px;
	background:url(../img/mainimg.jpg) no-repeat;
	text-indent:-9999px;
	clear:both;
}

#MainImg01 {
	width:792px;
	height:300px;
	clear:both;
	overflow:hidden;
}

#MainImg02 {
	width:792px;
	height:380px;
	clear:both;
	overflow:hidden;
}


#InfoBannerBox{
	width:792px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
	display: inline-block;
}


#InfoBox{
	float:left;
	width:545px;
	height:auto;
}


#InformationTitle{
	overflow:hidden;
	width:544px;
	height:30px;
	background:url(../img/infotitle.gif) no-repeat;
	margin:0;
	padding:0;
}


#InformationTitle h3{
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
}


#InfolistoButton{
	float:right;
	text-indent:-9999px;
	background-image:url(../img/infolist_btn.gif);
	background-repeat:no-repeat;
	width:48px;
	height:19px;
	margin-right:12px;
	margin-top:6px;
}


#InfolistoButton a {
	display:block;
	width:48px;
	height:19px;
}

#InfolistoButton a:hover{
	background-image:url(../img/infolist_btn_hover.gif);
	display:block;
	width:48px;
	height:19px;
}


.tbl {
	margin:0 0 8px;
	padding:0;
	font-size:12px;
	width:542px;
	border:solid 1px #c7c7c7;
	border-top:0;
}

/* 通常時のセル色 */
.tbl .on {
	background-color:#EFEFEF;
}

/* 色つき時のセル色 */
.tbl .off {
	background-color:#FFF;
}

.tbl a {
	clear:both;
	overflow:hidden;
	display:block;
	width:100%;
	text-decoration:none;
}

.tbl a dd{
	text-decoration:underline;
}

.tbl a:hover dd {
	text-decoration:none;
}

.tbl dl {
	margin:0;
	padding:0;
	overflow:hidden;
	width:532px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	background:url(../img/infomore_btn.gif) no-repeat;
	background-position:475px;
}

.tbl a:hover dl {
	background:url(../img/infomore_btn_hover.gif) no-repeat;
	background-position:475px;
	background-color:#ecf4db;
}

.tbl dt {
	display:block;
	margin:0;
	padding:0;
	width:80px;
	float:left;
	color:#333;
	font-weight:bold;
}

.tbl dd {
	margin:0;
	padding:0;
	display:block;
	float:right;
	width:450px;
	color:#333;
}



#BannerBox{
	float:right;
	text-align:right;
	width:240px;

	margin:0;
	padding:0;
}


.Banner01{
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	padding:0;
}
