@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../img/bg01.gif);
	padding: 0;
/*	margin: 0 auto;*/
	color: #d9ba6c;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}
a:link{
	color: #d9ba6c;
	text-decoration:underline;
}
a:visited{
	color: #999;
	text-decoration:none;
}
a:hover{
	color: #d9ba6c;
	text-decoration:underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: none;
	margin:none;
}
h1 {
	margin-top: 30px;
}
p{
	font-size:0.85em;
	line-height:1.4em;
	}
#wrap {
	width: 960px;
	padding:0;
	margin: 0 auto;
	background-image: url(../img/navi_bg01.gif);
/*	overflow:hidden;*/
	height:100%;
}
#wrap #cont_left {
	padding:0;
	width: 210px;
	float: left;
}
#wrap #cont_left #navi{
	background-image: url(../img/navi_bg02.gif);
	height:572px;
	}
#wrap #cont_left #navi img{
/*	margin-top: 2px;*/
}
#wrap #cont_right {
	padding:0;
	margin:0;
	width: 750px;
	float: right;
	background-color: #140a04;
}
#wrap #cont_right #cont_main{
	width: 602px;
	margin: 50px auto;
	padding:0 0 19px 0;
}

.clearfix:after {

display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}

.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
/*MAC IE5.x対策*/ 
height: auto;
overflow: hidden;

}

dl.topic{
	height: 50px;
}
/*.topic_box {
	margin:10px 0 15px 0;
}
*/
.topic_box {
	position:relative;
	margin:10px 0 15px 0;
	width: 602px;
	min-height: 195px;
/*	padding-bottom: 5px;*/
}
.topic tr{
	vertical-align:top;
	}
.topic td{
	padding-bottom:5px;
	}
	
.topic td.topi_img{
	width:75px;
	}
	
.topic td.mark{
	background:url(../img/text_img01.gif) no-repeat;
	width:22px;
	}
.topic td.kiji{
	width:510px;
	height:45px;
	}
	
/*
.topic td.mark_b{
	background:url(../img/text_img01.gif) no-repeat;
	width:22px;
	}
.topic td.kiji_b{
	width:585px;
	height:45px;
	}
*/
.topic td p{
	color:#fff;
}


dl.news{
	margin:10px 0 15px 20px;
}
dl.news dt {
	background:url(../img/text_img01.gif) no-repeat;
	position:relative;
	margin-left:-1.5em;
	padding-left:1.5em;
}
dl.news dd {
	position:relative;
	color:#fff;
	font-size:0.9em;
	margin-bottom:0.5em;
}

dl.info{
	margin:10px 0 15px 20px;
}
dl.info dt {
	background:url(../img/text_img01.gif) no-repeat;
	position:relative;
	margin-left:-1.5em;
	margin-bottom:10px;
	padding-left:1.5em;
}
#btn_box {
	width: 599px;
	margin-top: 40px;
}
#btn_box a .top_btn01 {
	float: left;
	margin-right: 13px;
}
#btn_box a .top_btn02 {
	float: right;
}

/*rekishi*/
.rekishi_box {
	margin:10px 0 15px 0;
}
.rekishi_box dl.rekishi{
	width:470px;
	float:left;
	}
.rekishi_box dl.rekishi dt {
	position:relative;
	color:#fff;
}
.rekishi_box dl.rekishi dd {
	position:relative;
	margin-left:12em;
	margin-top:-20px;
/*	padding:0 0 0 3em;*/
	margin-bottom:0.5em;
	line-height:1.5em;
}
.rekishi_box .rekishi_imgbox{
	width:120px;
	float:right;
	margin-bottom:20px;
	}
.rekishi_box .rekishi_imgbox p{
	color:#fff;
	margin-top:5px;
}

/*kenchiku*/
.kenchiku_p{
	margin-top:10px;
	font-size:1em;
	}
.kenchiku_box01{
	width:600px;
	margin-top:15px;
	margin-bottom:5px;
	}
.kenchiku_box01 .kenchiku_box02_l{
	width:140px;
	background-color:#fffdf0;
	border:solid 1px #4d2510;
	float:left;
	margin-right:10px;
	}
.kenchiku_box01 .kenchiku_box02_r{
	width:140px;
	background-color:#fffdf0;
	border:solid 1px #4d2510;
	float:right;
	}
.kenchiku_box01 .kenchiku_box02_l img, .kenchiku_box01 .kenchiku_box02_r img{
	margin:10px 10px 0 10px;
	}
.kenchiku_box02_l p, .kenchiku_box02_r p{
	color:#4d2510;
	width:120px;
	margin:10px;
	}