@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000; 
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
.tree01 {
	font-size:10px; font-weight:bold; padding-left:10px;
	text-decoration: none; padding-top:10px; line-height:300%;
 	}
.tree02 {
	font-size:10px; font-weight:bold; 
	text-decoration: none; padding-top:10px; line-height:300%;
 	}
	
li {
list-style:none;
}

#header { background-image:url(images/title.jpg); background-repeat:no-repeat; background-position:left; height:80px;  background-color:#c7b746;}
h1{ font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; text-align:right; letter-spacing:0.2em; padding:47px 30px 0 0; font-size:12px; font-weight:normal; color:#FFF;}
#container {
	width: 100%; background-color:#c7b746;
	background-image:url(images/bk_container.jpg);/* 背景イメージを設定 */
	background-repeat: repeat-y; /* 背景イメージをY軸でリピート */
	background-position: left; /* 背景イメージ右寄せ */
}

#navibar {
	width: 100%; margin-bottom:10px;
	text-align: center;
	/* 余白を削除 */
}

/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	background-image: url(images/btn01.jpg);
	display: block;
	height: 30px;
	width: 200px; line-height:30px;
	text-decoration: none;
	color: #000; text-align:center;
	font-size: 12px; 
}

#navibar #btn01 a:hover {
	color: #000; font-weight:bold;
	background-image: url(images/btn01o.jpg);
}

/* ここまでナビゲーションボタンの設定 *
/* ここから中央カラムの設定 */
#content_center {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}

#content_center .maintopic {
	margin: 10px 0 10px 0; background-color:#FFF;
}

#content_center .maintopic img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic h3 {
	font-size: 14px;
	font-weight: bold; padding:10px 0 0 20px;
	margin:10px 10px 15px 10px ; background-image:url(images/blt.jpg); background-repeat:no-repeat;
	color:#95872e;
}

#content_center .maintopic h2 {
	font-size: 14px; padding:10px 0 0 20px;
	font-weight: bold;
	margin: 10px 10px 0 10px; line-height:26px;
	color:#68642c; background-image:url(images/h2back.jpg); background-repeat:no-repeat;
}

#content_center .maintopic p {
	font-weight: normal;
	font-size: 12px; margin:0 10px 0 10px;
	line-height: 18px; color:#383200; padding-bottom:10px;
}
/* ここまで中央カラムの設定 */


#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	background-color: #68642c; /* 背景カラーの変更 */
	padding-top: 5px;
}
