@charset "utf-8";

*{margin:0;padding:0;}
html{background:#ffffff;}

body{
font:13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:url(images/bg.jpg) repeat scroll center top #EDE4CD;
border-top:10px solid #1a4500;
}

table {border-collapse: separate;border-spacing: 0;}

a{color:#224a17;}
a:hover{color:#675d48;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.center{text-align:center;}
.right{text-align:right;}
.flR{float:right;}
.flL{float:left;}

/*汎用*/
.sp{display:block;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin:0 auto;
width:965px;
}


/*******************************
/* ヘッダー
*******************************/

h1{padding:8px 0 0 0; text-align:center;}

/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top:40px;
width:305px;
height:14px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent:-9999px;
text-decoration:none;
display:block;
height:14px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}
#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -14px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -14px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -14px;}

/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin:0 auto 20px;
}

ul#mainnav li{
list-style:none;
width:210px;
margin:15px 10px 20px 20px;
}

ul#mainnav a{
text-indent:-9999px;
text-decoration:none;
display:block;
width:210px;
height:30px;
}

ul#mainnav a#menu01{background:url(images/menu01.png) no-repeat;}
ul#mainnav a#menu02{background:url(images/menu02.png) no-repeat;}
ul#mainnav a#menu03{background:url(images/menu03.png) no-repeat;}
ul#mainnav a#menu04{background:url(images/menu04.png) no-repeat;}
ul#mainnav a#menu05{background:url(images/menu05.png) no-repeat;}

ul#mainnav a#menu01:hover{background:url(images/menu01_on.png) no-repeat;}
ul#mainnav a#menu02:hover{background:url(images/menu02_on.png) no-repeat;}
ul#mainnav a#menu03:hover{background:url(images/menu03_on.png) no-repeat;}
ul#mainnav a#menu04:hover{background:url(images/menu04_on.png) no-repeat;}
ul#mainnav a#menu05:hover{background:url(images/menu05_on.png) no-repeat;}

ul#mainnav a#menu01_on{background:url(images/menu01_on.png) no-repeat;}
ul#mainnav a#menu02_on{background:url(images/menu02_on.png) no-repeat;}
ul#mainnav a#menu03_on{background:url(images/menu03_on.png) no-repeat;}
ul#mainnav a#menu04_on{background:url(images/menu04_on.png) no-repeat;}
ul#mainnav a#menu05_on{background:url(images/menu05_on.png) no-repeat;}

/*******************************
コンテンツ位置
*******************************/
#container{
width:965px;
padding:0;
overflow:hidden;
}

#main {
float:right;
width:715px;
padding-bottom:40px;
}

#sidebar {
float:left;
width:250px;
min-height:1400px;
margin:-10px 0 0 0;
font-size:13px;
background:#fff;
background:url(images/side_bg.png) repeat-y;
}

#sidebar img.logo{
padding:30px 12px 0 12px;
margin:0 auto;
text-align:center;
}

#sidebar img.bnr{padding:10px 25px;}

/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box4{
width:715px;
margin:0 0 20px 0;
padding:0;
float:left;
}

/* 最後のbox */
.last{margin-right:0;}

/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{margin: 0 10px 10px;}
.box4 h3 img{float:none;margin:0 0 10px;}
.box4 p{padding: 0 10px 10px;}

img.aligncenter{
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}
img.alignleft{
padding:4px;
margin:0 7px 2px 0;
display:inline;
}
.alignright{float:right;}
.alignleft{float:left;}

.box_img_border{
border:2px solid #1c1b18;
padding:1px;
margin:1px;
}

/*************
/* コンテンツ
*************/

table.introduction{width:400px;margin:0 auto;}
table.introduction th{width:130px;border-bottom:#1f4b19 3px solid;padding:10px 0;color:#000;text-align:left;}
table.introduction td{border-bottom:#aaa 3px solid;padding:5px 0;}

table.facility{margin:0 auto;}
table.facility th{background:#1f4b19;padding:5px 10px;color:#fff;text-align:left;}
table.facility td{padding:5px 10px;}

table.access{width:95%;margin:0 auto;}
table.access th{width:130px;border-bottom:#1f4b19 3px solid;padding:5px 0;color:#000;text-align:left;}
table.access td{border-bottom:#aaa 3px solid;padding:5px 0;}

/*************
/* 見出し
*************/

#container h1{
font-weight:normal;
left:17px;
color: #333;
font-size: 70%;
line-height: 21px;
}

#container h2{
display:block;
}

h4{
	border-left:#3c672c 5px solid;
	padding:0 0 0 5px;
	margin:0 0 10px 10px;
	font-size:1.1em;
	font-weight:bold;
}

/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#main ul li, #footerUpper ul li{
list-style:none;
margin-bottom:8px;
padding:0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

ul.disc li{
	list-style:disc !important;
	background:none !important;
	margin:0 0 0 30px;
	padding:0 !important;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}
#sidebar .side_bg{
background:url(images/side_bg02.png) no-repeat 50%;
}
#sidebar .contact{
width:210px;
height:550px;
padding:0 20px;
background:url(images/side_bg03.png) no-repeat 50% 100%;
}

#sidebar .contact img{
padding:10px 10px 10px 5px;}

/*******************************
/* フッター
*******************************/

#footerUpper{
text-align:center;
clear:both;
padding:10px 0;
border-bottom:1px solid #5c4614;
overflow: hidden;
background:#fff8d9 url(images/footer_bk.gif) repeat-x;
}

#footerUpper .inner{background:url(images/footerBorder.gif) repeat-y;}

#footerUpper .inner .box{
float:left;
width:210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height:1.2;
}

#footerUpper .inner .last{
width:230px;
margin-right:0;
}

#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#5c4614;}
#footerUpper a:hover{color:#61563d;}

#footerLower{
clear:both;
padding:5px;
text-align:center;
background:#1a4500;
}

address{
color:#fff;
font-style:normal;
font-size:13px;
}