@charset "UTF-8";

/* reset styles */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset{
	margin:0;
	padding:0;
	}

/*clearfix*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-table;
}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body{
	color:#000;
	background-color:#fff;
	font-family:Arial,Helvetica,verdana,Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	*font-size:87%;
	line-height:1.4;
	background:url(../image/bg_4.jpg) center top; background-repeat:repeat-x;
	}
	
/* ヘッダー */
/*header*/
div#header { 
	width:1000px; 
	margin:0 auto; 
	height:105px; 
	}
div#header p.head { 
	width:1000px; padding-top:4px; text-align:center; 
	height:21px; font-size:13px; color:#FFFFFF; 
	background-color:#9acd32; letter-spacing:0.2em;
	margin-bottom:2px; 
	}
.head-logo {
	float:left;
	width:430px;
	margin-top:10px;
	margin-left:50px;
	}
.head-logo h1 a {
	width:430px;
	height:80px;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../image/logo4.png) no-repeat;
	text-indent:-9999px;
	}

div#header .head-image { 
	margin-top:0px; width:230px; padding:20px 0px 0 0; height:50px; 
	background:url(../images/header/.png) no-repeat right top; 
	}
div#header .righting { 
	float:right; 
	}

	
	
/* コンテンツ全体 */
/*Container*/
div#container{
	background-color:#eee8aa; 
	}

/* メイン部分 */	

div#main{
	width:1000px; 
	padding:22px 0; 
	margin:0 auto; 
	margin-bottom:10px; 
	}
div#mainImg {
	padding:5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	-webkit-box-shadow: #999 0 0 10px;
	-moz-box-shadow: #999 0 0 10px;
	box-shadow: #999 0 0 5px;
	background-color:#fff8dc;
	position:relative;
	}




/* ナビゲーション */

div#Navi{
   width:1000px;
   margin-top:5px;
   margin-bottom:30px;
   margin-left:3px;
}

/*menu*/

div#Navi ul {
   width:1000px;
   margin:0;  
   padding:1px 0 1px 1px;
   background:#f5deb3;
}

div#Navi li {
   float:left;
   font-size:1.1em;
   color:#c5f4ab;
   text-align:center;
   list-style-type:none;
	background:#fff;
}


div#Navi li a{
	text-decoration:none;
	display:block;
	width:123px;
	margin-right:1px;
	color:#eee;
	background-color:#6b8e23;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px
}

div#Navi li a:link,
div#Navi li a:visited{
	background-color:663300;
	color:#fff;
	}
	
div#Navi li a:hover{
   color:#bbb;
   background-color:#485e19;
}


/*キャッチコピー*/
	
p.Catch{
	background-image:url(../image/006.jpg);
	background-repeat:no-repeat;
	background-color:#FFCC99;
	color:#222222;
	border-left:3px solid #c46047;
	border-right:3px solid #c46047;
	margin:0px 0px 10px;
	padding:24px 0 23px 120px;
	font-size:1.4em;
	}	
	
	
div.gallery {
	margin-top:30px;
	margin-left:50px;
	margin-bottom:25px;
	}	



/*案内文*/

em{
	color:#00473d;
	background-color:#b4fcb0;
	font-style:normal;
	padding:5px 0 5px 10px;
	margin-left:50px;
	margin-bottom:1px;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	line-height:2.0em;
	width:168px;
	float:left;
	}	

div.Guide p{
	margin-left:232px;
	margin-right:50px;
	margin-bottom:1px;
	line-height:2.8em;
	padding-left:20px;
	background-color:#d1ffe8;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #CCCCCC;

	}
	
div.Guide p a:link,visited,hover{
	color:#000000;
	text-decoration:underline;
	}

	
h2{
	background-color:#5c6b00;
	color:#fff;
	font-size:125%;
	padding:5px 0 3px 20px;
	margin:30px 0 0 8px;
	letter-spacing:0.3em;
	}
	

dl{
	margin:80px 0px 30px 40px;
	float:left;
	}
		
dt{
	background:#0570fc;
	width:550px;
	color:#fff;
	font-size:130%;
	margin:5px 20px 0px 0;
	padding:15px 0 15px 20px;
	}	
	
dd{
	width:550px;
	background:#cafccd;
	border-bottom:2px dotted #bdb2a5;
	padding:20px 0 30px 20px;
	margin:0 0 10px 0;
	line-height:1.8em;
	}

div.img{
	margin-right:0px;
	margin-bottom:30px;
	margin-top:85px;
	padding:3px;
	background-color:#bbe667;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #CCCCCC;
	float:left;
	}
	
dt a:link{
	color:#fff;
	}
dt a:visited{
	color:#fff;
	}
dt a:hover{
	color:#fff;
	}


	
	
table{
	width:770px;
	border-top:2px solid #556b2f;
	border-bottom:2px solid #556b2f;
	border-collapse:collapse;
	margin-bottom:10px;
	}
	
caption{
	font-weight:bold;
	text-align:center;
	}
	
th,td{
	padding:5px;
	}
	
th{
	background-color:#CC9900;
	border-bottom:2px solid #777;
	text-align:left;
	}
	
td{
	border-bottom:1px solid #ccc;
	width:50px;
	}
	
td.Name{
	white-space:nowrap;
	vertical-align:top;
	}
	

/*topics*/

div.Topics{
	width:770px;
	margin:0 10px 15px 0px;
	}		
	
div.Topics h3{
	color:#663;
	}
	
div.Topics img{
	margin-right:8px;
	padding:5px;
	background-color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #CCCCCC;
	float:left;
	}	

div.p{
	margin-left:15px;
	padding:5px;
	border-bottom:1px dotted #666666;
	}
	

h4{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#babd97;
	width:800px;
	line-height:0.5em;
	}
	

		
/* フッター */	
div#footer-background{
	background-color:#fff;
}
div#footer {
	width:1000px;
	margin:0 auto;
	height:160px;
	background-color:;
	
	}
	
.smallNavi {
	float:left;
	width:520px; 
	padding-top:15px;
	padding-left:30px;
	color:#660;
	}

.smallNavi ul {
	text-align:left;
	font-size:12px;
}
.smallNavi li { 
	display:inline; 
	}
.smallNavi li a { 
	padding:0 2px; 
	}

.smallNavi li a:link {
	color:#666600;
	text-decoration:none;
	}
.smallNavi li a:visited { 
	color:#666600; 
	text-decoration:none; 
	}
.smallNavi li a:hover {
	color:#990033;
	text-decoration:underline;
	}
.smallNavi li a:active { 
	color:#666600; 
	text-decoration:none; 
	}


.address {
	float:right;
	width:300px;
	margin-bottom:0px;
	padding-top:15px; 
	font-size:12px; 
	}
	
.address p {
	margin-bottom:10px;
	}
.address a {
	font-size:12px; color:#000; 
	}

.Copyright {
	clear:both;
	border-top:1px solid #e6a3c9;
	padding-top:8px;
	width:1000px;
	text-align:center;
	font-size:10px;
	color:#e6a3c9;
	}
