body {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	background-color: #333333;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/back_k.gif);
	background-repeat: repeat;
}
a {
	color: #225588;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.5;
}
p {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	line-height: 1.4;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin-bottom: 0.2em;
	margin-left: 1em;
}


#full_body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #446622;
}
#h1_zone h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #559922;
}
#container {
	margin-top: 15px;
	border: 1px solid #336600;
	background-color: #88aa55;
	padding: 10px;
	width: 778px;
	color: #335533;
}
#header {
	background-image: url(../img/head_photo.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
	text-align: left;
}
#container h2 {
	font-size: 14px;
	font-weight: bold;
	color: #997711;
	margin-bottom: 0.2em;
}
#container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 0.25em;
}




#map {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #336600;
	padding: 10px;
	width: 448px;
	float: right;
	text-align: center;
}

#header p {
	padding-top: 250px;
	padding-right: 520px;
	padding-left: 20px;
	font-size: 12px;
	color: #224400;
}
#footer {
	height: 40px;
	width: 790px;
	text-align: left;
	margin-top: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: bottom;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0px;
	padding-right: 10px;
	text-indent: -9999px;
}
#footer a,
#footer a:hover {
	color: #55aa66;
}

.text_box {
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	background-color: #ddeedd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.big_box {
	border: 1px solid #336600;
	margin-bottom: 10px;
}
.link_box {
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	background-color: #eeeecc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.6;
}


/* clear fix -------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}

/* Hide from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac\*/
