





@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;outline:0}
body {
	margin: 0px;  
	padding: 0px;
	font-size: 12px;
	letter-spacing:0.2em;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "sans-serif";
}
h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}
ul, li{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none;
	color:#096;
}
a:hover{
	color:#0C6;
}

#title{
	width:780px;
	margin: 0px auto 10px auto;
	height:70px;
	padding:10px 0px 0px 0px;
	text-align:center;
	background: url(../image/header.jpg) repeat-x;
}
h1{
	padding-top:3px;
}
h1 a{
	font-size:22px;
	color:#FFF;
}
h1 a:hover{
	color:#FF0;
}
h2{
	font-size:11px;	
	color:#006;
}
h3{
	background-image:url(../image/header.jpg);
	background-repeat:repeat;
	color:#000;
	width:300px;
	height:22px;
	padding:8px 0px 0px 0px;
	text-align:center;
	margin:0px 0px 30px 0px;
	font-size:11px;
}
img{
	width:300px;
	height:400px;
	display:block;
	margin-bottom:10px;
}

	
#container{
	margin:0px auto;
	width:780px;
	overflow:hidden;
	background:url(../image/back.jpg) repeat;
}
#right{
	width:300px;
	margin: 0px auto;
	padding-right:10px;
	float:right;
}

#left{
	width: 450px;
	padding:0px 0px 30px 10px;
	overflow:hidden;
	float:left;
}
.indexarea_set, .newsarea_set, .recommendarea_set, .maparea_set{
	width:450px;
	margin:0px auto;
}
#navi{
	margin:10px auto;
	width:300px;
	overflow:hidden;
	}
#navi ul{
	width:300px;
	margin:0px auto;
	padding : 0px;
}
#navi ul li{
	width : 150px;
	height:50px;
	margin-bottom:10px;
	float:left;
}
#navi ul li a{
	text-align:center;
	height: auto !important;
	height: 30px\9;
	min-height: 30px;
	_height: 30px;
	*height: 30px;
	display: block;
	margin-right : 3px;
	padding:20px 0px 0px 0px;
	color:#37221A;
	font-size:10px;
	color:#000;
	background:#AAA;
	border:#999 1px solid;
	opacity:0.8;
	box-shadow: 0px 3px 3px #999;
}
#navi ul li a:hover{
	color:#333;
	background-color:#DDD;
	box-shadow: 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.indexarea_set p{
	margin:10px 30px 20px 45px;
}
.newsarea_set dl{
	padding:0px 30px 30px 45px;
	
}
.newsarea_set dt{
	padding:5px 0px;
}
.newsarea_set dd{
	padding-bottom:10px;
}
.recommendarea_set p{
	padding:1px 0px;
	border-bottom: dotted;
	border-color:#a6c6b0;
	border-bottom-width:1px;
	width:400px;
	margin-left:40px;
	color:#888;
	font-size:15px;
}
.recommendarea_set div{
	padding:1px 40px 20px 40px;
}
.maparea_set li, .indexarea_set li{
	background:url(../image/mark.jpg) no-repeat left 10px;
	height:25px;
	margin:0px 0px 5px 40px;
	padding:5px 0px 0px 40px;
	
}
#footer{
	background: url(../image/header.jpg) repeat-x;
	width:780px;
	height:45px;
	clear: both;
	text-align:center;
	color:#333;
	padding:35px 0px 0px 0px;
	margin:0px auto;
}
#footer a{
	margin:0px 10px;
	color:#00C;
}
#footer a:hover{
	color:#06C;
}
