@charset "utf-8";

table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #000;
	background-color: #b9cdf7;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}
.tree01 {
	font-size:10px; font-weight:bold; padding-left:7px;
	text-decoration: none; padding-top:10px; line-height:300%; color: #9C0; margin-bottom:-60px;
 	}
a { color:#CF0;}
h1{ font-size:10px; text-align:right;font-weight:normal; margin:0 0 5px 0; padding-right:5px; color:#FFF;}
h2{ font-size:14px; line-height:180%; font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-weight:bold; background-color:#1c3726; color:#fff; margin:0px;}
h3{ font-size:12px; border-bottom-color:#6e6d26; border-bottom-style:dotted; border-bottom-width:1px; color:#f5f3c5; margin:10px 0 0 0;}
p { color:#fff; line-height:160%; margin:10px 20px 0 20px;}


#container {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk-top.jpg);
	height: 100px;
	padding-top: 450px;
	background-repeat: no-repeat; 
	}
#container-contents {
	width: 750px;
	margin-top: 0px; margin-bottom:40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk-top.jpg); background-repeat:no-repeat;
	height: 800px;
	padding-top: 50px;
}
#maincontents {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	margin-bottom: 0px;
	overflow: scroll;
}


#navigation {
	margin-left: 50px;
	margin-bottom: 20px;
}
#navigation h4 {
	float: left;
	font-size: 100%;
	padding-top: 5px; padding-right:10px;
}
#navigation h4 a {
	text-decoration: none;
	color: #FFF;
	background-color: #0c2896;
	border: 1px solid #FFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	padding: 5px;
}
#navigation h4 a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #0c2896;
	border: 1px solid #FFF;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
