@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #555555;
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/main_bg.gif);
	letter-spacing: 0em;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
h2 em {
	display: none;
}
#main_frame {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #474749;
	background-color: #FFFFFF;
	position: relative;
}

/*フッター*/
#footer {
	clear: both;
	color: #000000;
	font-size: 70%;
	line-height: 110%;
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	padding-top: 30px;
}
#footer a {	color: #000000;}
#footer ul {
	padding-top: 13px;
	padding-bottom: 10px;
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/footer_navi_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#footer li {
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a1a1a1;
	float: left;
	width: 108px;
	text-align: center;
}
#footer .no_right {
	border-right-style: none;
}
#footer .copyright {
	padding-top: 10px;
}
.clear {
	clear: both;
}
.clear40 {
	clear: both;
	height: 40px;
}
#privacy {
	font-size: 70%;
	font-family: Arial;
	padding-left: 22px;
}
#privacy p {
	margin-top: 5px;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}