@charset "utf-8";

/* ----------------------
	TOPPAGE LAYOUT CSS 
   ---------------------- */

#main-contents {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	}

#top-cont {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
	

#topic-waku1,#topic-waku2{
	border: 4px solid #e7e6e6;
}


#main-contents #topic-headline-section{
	overflow: auto;
	overflow-x:hidden;
	height: 200px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-contents  #topic-headline-section DL {
	padding: 0px;
	margin: 0px;
	}
#main-contents  #topic-headline-section DT{
	color: #777777;
	margin: 0px;
	padding-left: 124px;
	padding-top: 3px;
	}
#main-contents  #topic-headline-section DT .date {
	font-weight: normal;
	display: block;
	color: #FFF;
	margin-left: -114px;
	float: left;
	width: 100px;
	background-color: #d5cbae;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: -3px;
	font-size: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
	}
	
#main-contents  #topic-headline-section DT A {
	text-decoration: none;

	}
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 9px;
	color: #777777;
	padding-right: 0px;
	padding-left: 124px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e0cf;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#contents-wrap{
	margin: 0px;
	clear: both;
	float: none;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/main-img_bg.jpg);
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

TABLE.top-layout-table{
	margin-top: 12px;

}

TABLE.top-layout-table .layout-left{
	width: 670px;
	vertical-align: top;
}

TABLE.top-layout-table .layout-sp{
	width: 30px;
}

TABLE.top-layout-table .layout-right{
	width: 230px;
	vertical-align: top;
}

TABLE.top-text-layout{
	background-image: url(../img/top-text-bg1.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 670px;
	padding-bottom: 18px;
}

TABLE.top-text-layout .top-text-td{
	padding-top: 65px;
	padding-left: 25px;
	padding-right: 300px;
	background-image: url(../img/top-text-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-contents TABLE.top-text-layout .top-text-td H3{
	display:none;
}

TABLE.top-text-table{
	background-image: url(../img/top-text-bottom.png);
	background-repeat: repeat;
	background-position: center top;
}

TABLE.top-text-table TD{
	color: #777777;
	line-height: 2.1;
	vertical-align: top;
	padding-bottom: 5px;
	font-size: 12px;
}

TABLE.top-banner-layout{
}
TABLE.top-banner-layout .top-banner-layout-main{
	width: 325px;
	vertical-align: top;
}
TABLE.top-banner-layout .top-banner-layout-sp{
	width: 20px;
}

TABLE.banner-waku{
	background-image: url(../img/top-banner-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 325px;
}

TABLE.banner-waku .banner-table{
	width: 315px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #d4cbb2;
	margin-top: 5px;
	margin-bottom: 5px;
}
TABLE.banner-waku .banner-table .banner-table-img{
	vertical-align: top;
}
TABLE.banner-waku .banner-table .banner-table-title{
	font-size: 20px;
	color: #777777;
	text-align: center;
	background-image: url(../img/top-banner-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-bottom: 6px;
}
TABLE.banner-waku .banner-table .banner-table-title a{
	color: #777777;
	font-weight: bold;

}
TABLE.banner-waku .banner-table .banner-table-text{
	background-image: url(../img/top-banner-bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #777777;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 5px;
	line-height: 1.8;
}
