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


 h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

a:link{ color:#663; text-decoration:none;}
a:hover { color:#C90; text-decoration: underline;}
.tree01 {
	font-size:10px; font-weight:bold; padding-left:30px; 
	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%;
 	}	

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
	background-color: #564c26; /* 背景カラーの変更 */
}

p{ font-size:12px; color:baa990; font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; color:#baa990; margin:20px; line-height:170%; letter-spacing:0.1em; }

h1{ color:#c90; text-align:center; padding-top:15px; font-weight:normal; font-size:10px; letter-spacing:0.1em;}

h2{ color:#fff; background-image: url(images/h2back.gif); background-repeat:no-repeat; text-align:center; font-size:14px; height:35px; line-height:45px; letter-spacing:0.1em; padding-top:10px; font:Tahoma, Geneva, sans-serif;}

#container {
	height: 100%;
	width: 830px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bk_container.gif); /* 背景イメージの変更 */
	background-repeat: repeat-y; /* 背景イメージをY軸にリピート */
	background-color: #000000;
}

#naviarea { /* ナビゲーションバーエリアの設定を追加 */
	height: 60px;
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bk_container.gif);
}

#navibar {
	width: 710px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#navibar ul {
	margin: 0px;
	padding: 0px;
}

#navibar li {
	float: left;
}





#maincontent {
	width: 571px; /* 横幅の変更 */
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px; /* 下マージンの設定 */
	/* 高さを削除 */
}

#maincontent p {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	margin-left: 150px;
}


#footer {
	background-color: #990033; /* 背景カラーの設定 */
	margin: 0px; background-image:url(images/footer.gif); background-repeat:no-repeat; text-align:center; font-size:12px; color:#c90; line-height:30px;
	padding: 0px;
	height: 30px;
	clear: both;
}


/* ここからコンテンツページの設定 */
#container_01 {
	height: 100%;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contents/bk_container.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}
#sidebar {
	float: left;
	height: 100%;
	width: 186px;
	padding-top: 10px;
	padding-left: 20px;
}


#sidebar #btn01 a {
	text-decoration: none;
	height: 50px;
	width: 170px;
	display: block;
	background-image: url(images/btn01.gif);
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#sidebar #btn01 a:hover {
	background-image: url(images/btn01_over.gif);
}


#sidebar #btn02 a {
	text-decoration: none;
	height: 50px;
	width: 170px;
	display: block;
	background-image: url(images/btn02.gif);
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#sidebar #btn02 a:hover {
	background-image: url(images/btn02_over.gif);
}

#sidebar #btn03 a {
	text-decoration: none;
	height: 50px;
	width: 170px;
	display: block;
	background-image: url(images/btn03.gif);
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#sidebar #btn03 a:hover {
	background-image: url(images/btn03_over.gif);
}

#sidebar #btn04 a {
	text-decoration: none;
	height: 50px;
	width: 170px;
	display: block;
	background-image: url(images/btn04.gif);
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#sidebar #btn04 a:hover {
	background-image: url(images/btn04_over.gif);
}

#sidebar li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar li a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}


#sidebar p {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar img {
	margin-left: 20px;
	margin-bottom: 30px;
}

#maincontent_01 {
	float: left;
	height: 100%;
	width: 614px;
}

#maincontent_01 h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent_01 h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

h3 {
	text-align: center;
border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663; padding:5px;color:#663; font-size:12px; font:Tahoma, Geneva, sans-serif; font-weight:normal;
}

p.pageup{ font-size:10px; color:#c90; text-align:right; padding-right:10px;}

#maincontent_01 table {
	margin-bottom: 10px;
}

#maincontent_01 #topic {
	width:580px;
	margin-right: auto;
	margin-left: auto;
}
/* ここまでコンテンツページの設定 */
