@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin-top: 50px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
#content {
	width: 750px;
	float: left;
}
.header {
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/index_header.gif);
	height: 50px;
	padding-left: 150px;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #666666;
}
.header   a {
	color: #666666;
}
.header a:visited {
	color: #666666;
}
.header a:hover {
	color: #FF6600;
}
.page_title {
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 750px;
	clear: both;
}
.s_menu {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 150px;
	font-weight: normal;
}
.f_menu {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
}

