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

html{overflow-y:scroll;}

*{margin:0;padding:0;outline:0}
body {
    font-size : 14px;
    font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	
}
ul, li, dl, dd, dt{
    list-style-type : none;
}
a {
    text-decoration: none; 
	color: #c78c8c;
}
a:hover{
	color: #a27676;
}
#wrapper{
	width: 980px;
	margin: 0px auto;
	background-image: url(image/wrap.jpg);
	background-repeat: repeat;
}
#header{
	position: relative;
	float: left;
	
}
h1{
	font-size: 25px;
	margin-top: 10px ;
	padding-top: 10px;
	text-align: right;
	position: absolute;
	top: 220px;
	left: 200px;
}
h1 a{
	margin: 10px 20px 10px 20px;
	font-size:30px;
}
h2{
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background-color: #FFF;
	position: absolute;
	top: 280px;
	left:300px;
}
#image{
	display: block;
	float: right;
	margin: 10px 0px;
	margin-left: 20px;
	
}
#menu{
	display: block;
	float: left;
	width: 183px;
	margin: 155px 0px 0px 0px;
}

#menu li{
	font-size: 13px;
	margin-top: 10px;
	
}
#menu li a{
	display: block;
	padding: 10px 20px 10px 0px;
	min-height: 29px;
	_height: 29px;
	*height: 29px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(image/menu.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: right;
	color: #333;
}
#menu li a:hover{
	background-image: url(image/menu_on.jpg);
	background-repeat: repeat;
	color: #000;
}
#conteiner{
position:relative;
top:-100px;
	clear: both;
	margin-left: 180px;
	padding: 10px; 0px;

	}
h3{
	height: 37px;
	padding: 23px 10px 0px 50px;
	font-size: 16px;
	margin-top: 10px ;
	color: #666;
	background-image: url(image/h3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.text_chapter, .topics_chapter, .sitemap_chapter, .news_chapter{
	padding : 0px 20px 30px 20px;
	margin: 10px 0px 20px 10px;
}
#conteiner dl, #conteiner ul{
	margin-left: 10px;
}
.text_chapter p{
	margin: 0px 10px;
	padding: 10px 10px 5px 0px ;
}
.news_chapter dt{
	padding: 5px 0px 5px 0px ;
	font-size: 12px;
}
.news_chapter dd{
	padding: 0px 0px 10px 0px ;
	border-bottom: 2px dotted #999;
}
.sitemap_chapter li, .text_chapter li{
	background: url(image/li_style.jpg) no-repeat 0px top;
	background-position: left 8px;
	padding: 3px 4px 4px 17px;
}
.sitemap_chapter ul, .text_chapter ul{
	margin-top: 10px;
}
.topics_chapter p{
	border-bottom: 2px dotted #999;
	margin: 0px 10px;
	padding: 10px 10px 5px 0px ;
	font-weight: bold ;
	color: #630;

}
.topics_chapter div{
	margin: 0px 10px;
	padding: 3px 10px 5px 0px;
}
#footer{
	clear: both;
	background-color:#a27676;
}
#footer p{
    text-align : center;
	font-size: 12px;
    display : block;
    padding: 20px 0px 20px 0px;
	color: #000;
	margin-top: 20px;
	
}
#footer a{
	color: #FFF;
}
#footer a:hover{
	color: #CCC;
}
.news_chapter dl{
	margin-top: 10px;
	}