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


body {
	margin: 0px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6, hr, ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	font-weight: 100;
}


a img { 
	border: none;
	text-align: center;
}

a img:visited {
	text-decoration:none;
}

#container {
	width: 1000px;
	margin: 0px auto;
	}

#background {
	width: 1000px;
	margin: 0px;
	float:left;
}

#header {
	width:1000px;
	height:130px;
	margin-top:0px;
	margin-bottom: 0px;
	
}

#headermenu {
	width: 1000px;
	height: 68px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: #399548;
}

#headermenu a {
	text-decoration: none;
	color: #FFFFFF;
}

#headermenu a:hover{
     opacity: 0.6;
     filter: alpha(opacity=60);
     -moz-opacity:0.6;
}

#headermenu2 {
	width: 1000px;
	height: 135px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #FFFFFF;
	background-color: #DA6347;
}

#headermenu2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#headermenu2 a:hover{
     opacity: 0.6;
     filter: alpha(opacity=60);
     -moz-opacity:0.6;
}

/*
#headermenu a:link,a:visited,a:active { text-decoration: underline; 
color: #FFFFFF;}
a:hover { text-decoration: none;}
*/
.headermenu {
	width: 990px;
	text-align:center;
	margin-left: 4px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	font-size: 18px;
	line-height: 2.0;
}


#page {
	width: 1000px;
	height: auto;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-style: normal;
	color:#4D4D4D;
	text-align: left;
	background-color:#f8f8e5;
	}

.title {
	width: 800px;
	margin-left: 100px;
	text-align:center;
	font-size: 18px;
	line-height: 1.6;
	background-color: #399548;
	color: #FFFFFF;
	
}



.content {
	width:750px;
	color: #2F2F2F;
	text-align: left;
	margin-left: 155px;
}

.content h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #2F2F2F;
	
}


	
#footer {
	width:1000px;
	height:40px;
	padding-top: 15px;
	background-color:#399548;
	float:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
}

