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

/*------------ 背景画像 ------------*/
body {
	background: url(../images/top_back.jpg) repeat-x left top #A26F3B;
}

/*------------ 全体のレイアウト ------------*/
#wrapper {
	width: 800px;	
	margin: 0 auto;
	padding-right: 31px;
}

/*------------ コンテンツ ------------*/
#contents {
	width: 768px;
	padding-left: 31px;
}

/*------------ ヘッダーロゴ ------------*/
#header h2#header_logo {
	left: 31px;
}

/*------------ ナビゲーション ------------*/
ul#gnav {
	padding-left: 31px;
	text-indent: -9999px;
}

/*------------ ナビゲーション（マウスOFF） ------------*/
ul#gnav li#home a {
	background-image: url(../images/gnav_home_on.jpg);
}

/*------------ バナーリスト ------------*/
ul#top_banner {
	float: left;
}

ul#top_banner li {
	padding: 0 0 8px 0;
}

/*------------ トピックス ------------*/
#topics_box {
	width: 750px;
	margin-bottom: 15px;
	padding: 0 9px 15px 9px;
	/*font-size: 11px;*/
	background: url(../images/top_topics_back.jpg) repeat-x left top #5C381B;
}

h3#topics_title {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/top_topics_title.jpg) no-repeat left top;
}

#topics_box dl {
	color: #FFF;
}

#topics_box dt {
	width: 7em;
	margin-right: -7em;
	padding: 0.5em 0;
	_padding: 0.6em 0;	
	float: left;
	clear: both;
	display: inline;
	text-indent: 10px;
	background: url(../images/topic_icon.gif) no-repeat right center;
	border-bottom: #a57f5a 1px solid;
	height: 18px;
}

#topics_box dd {
	margin-left: 7em;
	padding: 0.5em 10px;
	border-bottom: #a57f5a 1px solid;
	height: 18px;
}

/*------------ IE6ハック ------------*/
#topics_box dl {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

#topics_box dl::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------ 紹介 ------------*/
#present_box {
	width: 750px;
	padding: 0 9px 15px 9px;
	background: url(../images/top_info_back.jpg) no-repeat 1px top #5C381B;
	line-height: 100%;
	font-size: 11px;
	color: #333;
}

h3#present_title {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/top_info_title.jpg) no-repeat left top;
}

#present_box ul li {
	width: 110px;
	padding: 40px 8px 0 7px;
	font-size: 11px;
	line-height: 1.4;	
	float: left;
	font-family:"MS PGothic","Hiragino Kaku Gothic Pro";
}

/*------------ TOPコンテンツ ------------*/
#top_contents {
	width: 768px;
	padding: 15px 0 0 0;
	font-size: 10px;
	color: #FFF;
	overflow: hidden;
}

#top_contents .left,
#top_contents .right {
	width: 357px;
	margin-bottom: -32768px;
	padding: 0 9px 32768px 9px;
 	background: url(../images/top_box_back.jpg) repeat-x left top;
}

h3#top_left_title {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/top_left_title.jpg) no-repeat left top;
}

h3#top_right_title {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/top_right_title.jpg) no-repeat left top;
}

/*-------- btm7 --------*/
.btm7 {
	padding-bottom: 7px;
}

/*-------- btm15 --------*/
.btm15 {
	padding-bottom: 15px;
}

/*-------- topbtm8 --------*/
.tpbt8 {
	padding: 8px 0;
}

