@charset "shift_jis";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 90%;
	line-height: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: left top;
	background-color: #145a40;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #3077C7;
}

a:active{text-decoration:none;}

a:hover {color: #86aef2;
text-decoration: underline;
}
.page #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 110px;
	width: 833px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.page   #header   p {
	margin: 0;
	padding: 0;
}

#toptitle {
	padding: 0px;
	height: 80px;
	width: 833px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page_clear {
	clear: both;
}
.page_top {
	font-size: 80%;
	font-weight: bold;
}


address {
	font-size: 85%;
	font-style: normal;
	text-align: center;
	width: 825px;
	background-color: #003925;
	height: 18px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	clear: both;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.float_clear {
	clear: both;
	float: none;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 24px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #00533A;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	border-bottom-style: none;
}

