@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
}

body{
	text-align: center;
	background-color: #EEEEEE;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #555555;
}

/*リンク*/
a:link    {
	text-decoration: none;
	color: #00CC00;
} 
a:visited {
	text-decoration: none;
	color: #0C0;
}  
a:active  {
	text-decoration: underline;
	color: #3366FF;
}
a:hover   {
	text-decoration: underline;
	color: #3366FF;
}  


#page{
	width: 826px;
	margin: 0px auto;
	text-align: left;
}

#header{
	margin-top: 5px;
	margin-bottom: 0px;
	background-color:#EEEEEE;
	padding-top:0px;
	padding-left:0px;
}

	
/*各ページタイトルの背景画像*/
#header1{
	clear: both;
	width: 826px;
	height: 260px;
	padding: 0px;
	background-image: url(images/background.png);
}
#header2{
	clear: both;
	width: 826px;
	height: 260px;
	padding: 0px;
	background-image: url(images/spring.png);
}
#header3{
	clear: both;
	width: 826px;
	height: 260px;
	padding: 0px;
	background-image: url(images/summer.png);
}
#header4{
	clear: both;
	width: 826px;
	height: 260px;
	padding: 0px;
	background-image: url(images/autumn.png);
}
#header5{
	clear: both;
	width: 826px;
	height: 260px;
	padding: 0px;
	background-image: url(images/winter.png);
}


/*各ページタイトル*/
h1{
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
	padding-top: 80px;
	padding-left:30px;
}


h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #3366FF;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	position: relative;
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #36F;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 4px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: center;
	line-height: 150%;
}
/*メニュー*/
#menu{
margin: 0;
padding: 0;
}


#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}



#menu li{
	float: left;
	width: 164px;
	border-top: 1px #00cc00 solid;
	border-left: 1px #00cc00 solid;
	border-bottom: 2px #00CC00 solid;
}


#menu li.menuright{
	float: left;
	width: 164px;
	border-top: 1px #00cc00 solid;
	border-left: 1px #00cc00 solid;
	border-bottom: 2px #00CC00 solid;
	border-right: 1px #00CC00 solid;
}


/*メニューリンク*/
#menu a{
	text-align: center;
	display: block;
	padding: 8px 6px;
	width: 152px;
	background-color: #99FF99;
	color: #3366FF;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover{
	background-color: #3366FF;
	color: #ffffff;
	text-decoration: border;
	font-size: 16px;
}


br.clear{
	clear:both;
	padding:0;
	margin:0px;
	height:0px;
}



/*各ページのメニュー・タイトル下本文エリア*/
#wrapper{
	clear: both;
	background-color: #ffffff;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0px;
	width: 826px;
	overflow: hidden;
}

/*トップページ左右*/
#top_left{
	float: left;
	text-align: center;
	width: 266px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #ffffff;
}
#top_right{
	float: right;
	text-align: left;
	width: 500px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #ffffff;
}

#top_banner{
	text-align:centert;
	padding-top:20px;
	padding-bottom:20px;
}


#news{
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}


#news table{
	width: 500px;
	border: none;
}

#news tr{
	padding-top:0px;	
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 120%;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
}

#news th{
	width: 90px;
	text-align: left;
	font-weight:normal;
	padding-top:6px;
	border-bottom: dotted #dddddd 1px;	
}

#news td{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:top;
	border-bottom: dotted #dddddd 1px;

}


#contents{
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}

#page_title{
	font-size: 36px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 80px;
	padding-left: 50px;
}

#map{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#map_right{
	float:right;
	width:450px;
	border: none;
}

#map_left{
	float: left;
	width: 336 px;
	text-align: left;
}
	

.text1{
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	line-height: 150%;
}

.text2{
	font-size: 13px;
	line-height: 120%;
	text-align: left;
}

#textlink{
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	Padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	border-top: solid #ccc 1px;
}


#copyright{
	clear: both;
	background-color: #eeeeee;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 50px;
}


img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}

table {
	font-size: 14px;
	width: 100%;
	padding-bottom: 5px;
	border-top: #ccc dotted 1px;
}

tr {
	margin: 0px;
	padding: 0px;
}

td{
	line-height: 120%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom 2px;
	border: none;
	text-align: left;
}

#other{
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}

#other table{
	font-size: 14px;
	width: 100%;
	border: none;
}

#other tr{
	margin: 0px;
	padding: 0px;
}

#other td{
	line-height: 120%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom 2px;
	boder-bottom-width: 1px;
	boder-botom-style: dashed;
	text-align: left;
}