@charset "utf-8";

/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-color:#FAFAFA;
}
/*リンクの基本設定*/
a {
	text-decoration:underline;
	color: #333333;
}
a:hover {
	color: #6699cc;
	text-decoration:none;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }

h1 {
	width: 1045px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding-top: 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/h1.jpg);
	text-align: left;
	height: 23px;
}
.footer_sub1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.footer_sub2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}
