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

*{
	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,"メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	*font-size:87%;
	line-height:1.4;
	background-image:url(../img/bg_1.jpg);
	background-repeat : repeat-x;
	background-attachment : scroll;


	}
	
	
/*Container*/
div#Container{
	width:997px;
	margin:0 auto;
	background-image:url(../img/bg_2.jpg);	
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	}

/* ヘッダー */
div#Header{
	width:997px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:98%;
	height:110px;
	margin-bottom:0px;
	}	
	
h1{
	font-size:180%;
	padding:30px 0 0 30px;
	line-height:1.4;
	color:#024f0e;
	}	
	
	
h1 a:link,
h1 a:visited{
	background-color:transparent;
	color:#024f0e;
	text-decoration: none;
	}

h1 a:hover{
	color:#05c924;
	}
	
	
/* コンテンツ全体 */	
div#Contents{
	width:967px;
	margin:0 15px;
	}


/* ナビゲーション */

div#Navi{
   width:967px;
   margin-bottom:20px;
}

/*menu*/

div#Navi ul {
   width:967px;
   margin:0;  
   padding:1px 0 1px 1px;
   background:#fff;
}

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


div#Navi li a{
   text-decoration:none;
   display:block;
   width:160px;
   margin-right:1px;
   color:#eee;
   background-color:#61202f;
   padding-left:0; 
   padding-right:0; 
   padding-top:7px; 
   padding-bottom:7px
}

div#Navi li a:link,
div#Navi li a:visited{
	background-color:ffccff;
	color:#fff;
	}
	
div#Navi li a:hover{
   color:#555555;
   background-color:#ffccff;
}


/* メイン部分 */	

div#Main{
	width:967px;
	margin-bottom:10px;
	}
	
p.Catch{
	
	background-image:url(../img/e_2.jpg);
	background-repeat:no-repeat;
	background-color:#c9c9b5;
	color:#4d3c1f;
	margin:0px 0px 40px;
	padding:23px 15px 21px 135px;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.6;
	}		
	


/*案内文*/	

dl{
	margin:0 20px 10px 0px;
	float:left;
	}
		
dt{
	background:#cd5c5c;
	width:593px;
	color:#fff;
	font-size:110%;
	margin:5px 20px 20px 0;
	padding:15px 0 15px 16px;
	}	
	
dd{
	width:593px;
	padding:0 0 50px 0px;
	margin:0 25px 10px 15px;
	border-bottom:2px dotted #bdb2a5;
	}
	
dl img{
	margin-bottom:50px;
	margin-left:80px;
	padding:5px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #CCCCCC;
	}

div.img{
	margin-bottom:10px;
	padding:3px;
	background-color:#f0fff0;
	float:left;
	}

/*topics*/
		
div.Topics1{
	clear:both;
	width:500px;
	height:400px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	background-color:#f5f5dc;
	padding:0px;
	float:left;
	}		

div.Topics1 h3{
	color:#000;
	font-size:150%;
	font-weight:normal;
	padding:15px 0 3px 25px;
	margin:0px 0 8px;
	letter-spacing:0.1em;
	}	
	
div.Topics1 p{
	margin-left:40px;
	font-size:100%;
	line-height:1.4em;
	color:#000;
	float:left;
	}

div.Topics2{
	width:380px;
	margin-top:20px;
	margin-left:50px;
	float:left;
	}		
	
div.Topics2 img{
	margin-top:50px;
	}	

div.Topics2 p{
	width:400px;
	margin-bottom:50px;
	font-size:150%;
	font-weight:normal;
	line-height:1.2em;
	color:#000;
	float:left;
	}


div.Topics3{
	width:230px;
	margin-right:5px;
	float:left;
	}		
	
div.Topics3 img{
	margin-top:5px;
	margin-bottom:20px;
	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;
	}	

	
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;
	}

		
/* フッター */	
div#Footer{
	clear:both;

	}	
	
address{
	color:#666633;
	text-align:center;
	font-size:90%;
	font-style:normal;
	padding:10px;
	margin-bottom:50px;
	}	
	
address a{
	color:#666633;
	}
	
address a:hover{
	color:#0000cd;
	}

div#footerNavi{
	width:864px;
   	margin-bottom:50px;
	border-top:1px dotted #777;
	margin:auto;
	
	}
	
div#footerNavi ul{
   width:856px;
   height:15px;
   margin:10px;	  
   background:#aaa;
      	margin-bottom:50px;
	}
	
div#footerNavi li{
   float:left;
   font-size:1.0em;
   list-style-type:none;
   text-align:center;

}

div#footerNavi li a{
   display:block;
   width:212px;
   margin-right:1px;
	margin-left:1px;
   color:#555;
   background-color:#c2e4e0; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;

}

div#footerNavi li a:hover{
   color:#435626;
   background-color:#f5f5dc;
}
	