body {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #336699;
}
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: 1em;
	padding-left: 2em;
	line-height: 1.4;
	font-size: 12px;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0.75em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 2.5em;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: url(../img/star1.gif);
}


/* main --------------------------*/
#full_body {
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFeedd;
	text-align: center;
	padding-bottom: 0.4em;
	word-spacing: 2pt;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 1em;
	margin-top: 0.5em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 0.4em;
	margin-left: 1em;
	background-image: url(../img/star2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}
#flash_zone {
	width: 840px;
	height: 500px;
	background-image: url(../img/flash_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#header {
	margin: 0px;
	width: 840px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 40px;
}

#container {
	width: 815px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 12px;
}
#mail_form {
	width: 840px;
	background-image: url(../img/sub_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	padding-top: 160px;
	font-size: 14px;
	margin-bottom: 15px;
}
#form1 {
	width: 640px;
	margin-left: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#footer {
	width: 810px;
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding-bottom: 25px;
}
#footer a {
	color: #CCCCCC;
	margin-left: 1em;
}


.map_box {
	height: 240px;
	width: 380px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.red_bold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#map_canvas {
	padding: 0px;
	margin-top: 100px;
	margin-right: 50px;
	margin-left: 50px;
}


.info_box {
	height: 165px;
	width: 400px;
	overflow: auto;
}




/* 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;}
*html #header{width: 980px;}
/* End hide from IE-mac\*/
