@charset "shift_jis";
/* CSS Document */

body {
	min-width: 1100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}
img {
	vertical-align: bottom;
}
a {
	color: #528CE8;
	text-decoration: underline;
}
a:hover {
	color: #96B8F1;
	text-decoration: none;
}
#bodyWrap a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border:none;

}
#bodyWrap a.nosp:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
div#header {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	border-bottom: 1px solid #A4A4A0;
}
div#header h1 {
	display: block;
	float: left;
	width: 670x;
	height: 55px;
	line-height: 50px;
}
div#header h1 img {
	float: left;
}
div#header ul {
	display: block;
	float: right;
	width: 260px;
	margin: 18px 0 0 0;
	padding: 0 15px 0 0;
	background: url(../img/header_img1.png) no-repeat;
}
div#header ul li {
	float: left;
	width: 81px;
	color: #999999;
	line-height: 14px;
	text-align: center;
}
div#header ul li a {
	color: #333333;
	text-decoration: none;
}
div#header ul li a:hover {
	color: #999999;
}

/*--------------------------------------------------------------------
main
--------------------------------------------------------------------*/
div#main {
	width: 950px;
	margin: 0 auto 50px;
}
div#main .fleft {
	float: left;
}
div#main .fright {
	float: right;
}
div#main div#content {
	float: right;
	width: 710px;
}
div#main div#side {
	float: left;
	width: 220px;
}

/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
div#footer {
	height: 460px;
	background: url(../img/footer_bg.png) bottom repeat-x;
}
/*footer_bnr*/
p#footer_bnr_ttl {
	width: 952px;
	height: 20px;
	margin: 0 auto;
	line-height: 20px;
	color: #FFFFFF;
	padding: 48px 0 0 0;
}
ul#footer_bnr {
	display: block;
	width: 976px;
	height: 170px;
	margin: 0 auto;
	padding: 28px 0 0 0;
}
ul#footer_bnr li {
	display: block;
	float: left;
	width: 220px;
	padding: 0 12px;
	color: #FFFFFF;
}
ul#footer_bnr li span {
	display: block;
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
	background: url(../img/footer_img9.png) no-repeat bottom;
	text-align: center;
	line-height: 20px;
}
/*footer_info*/
div#footer_info {
	position: relative;
	width: 950px;
	margin: 0 auto;
	height: 124px;
}
div#footer_info #footer_info1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 30px;
	background: url(../img/footer_img5.png) no-repeat;
	color: #41393E;
	line-height: 30px;
	text-align: center;
}
div#footer_info #footer_info2 {
	position: absolute;
	top: 39px;
	left: 0;
	width: 200px;
	height: 29px;
}
div#footer_info #footer_info3 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 205px;
	height: 12px;
	background: url(../img/footer_img10.png) no-repeat;
}
div#footer_info #footer_info3 li {
	float: left;
	width: 66px;
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
div#footer_info #footer_info3 li a {
	color: #333333;
	text-decoration: none;
}
div#footer_info #footer_info3 li a:hover {
	color: #999999;
}
div#footer_info #footer_info4 {
	position: absolute;
	top: 39px;
	left: 241px;
	width: 226px;
	height: 60px;
	color: #333333;
	font-size: 9px;
}
div#footer_info #footer_info4 img {
	display: block;
	margin: 2px 0 4px 0;
}
div#footer_info #footer_info5 {
	position: absolute;
	top: 50px;
	left: 472px;
	width: 170px;
	height: 36px;
}
div#footer_info #footer_info6 {
	position: absolute;
	top: 30px;
	left: 676px;
	width: 274px;
	height: 60px;
}
div#footer_info #footer_info6 img {
	display: block;
	margin: 2px 0 0 0;
}
/*footer_copy*/
div#footer_copy {
	width: 950px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	color: #4C3818;
	font-size: 10px;
	text-align: center;
}


.pagetopBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
.pagetopBtn img,
.pagetopBtn a:hover img {
	zoom: 1;
}
