@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
	color: #3E3E3E;
	background-color: #FFFFFF;
}
a:link {
	color: #5798BF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC6666;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #7C613F;
	font-weight: bold;
	text-decoration: none;
}

#overall {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 80px;
}
#header_logo {
}
#header_menu {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
}
#overall #header #header_menu img {
	margin-right: 12px;
}
#main {
	clear: both;
}
#main_leftimage {
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 100px;
}

#main_contents {
	float: left;
}
#main_right {
	float: left;
	color: #3F3027;
	clear: none;
}
#footer {
	width: 950px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5798BF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
}
#footer_under {
	clear: both;
	color: #224559;
	text-align: center;
	padding: 5px;
	font-size: 80%;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main_leftimage_banner {
	margin-top: 50px;
	display: none;
}
