@charset "UTF-8";

body {
	background-image: url(../images/top-bkg.gif);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W3", "平成明朝", "細明朝", "ＭＳ Ｐ明朝", serif;*/
	line-height: 0px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
img {
	border: none;
}

/* ページ */
div.page {
	line-height: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 980px;
}

/* ヘッダー */
div.header {
	line-height: 0px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	width: 980px;
}
div.header h1 {
	float: left;
	margin: 16px 0px 0px 0px;
	text-align: left;
	width: 347px;
}
div.header ul {
	float: left;
	height: 19px;
	list-style-type: none;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}
div.header ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

a.access {
	display: block;
	width: 306px;
}

/* フッター */
div.footer {
	background-color: transparent;
	line-height: 0px;
	text-align: center;
	width: 100%;
}
div.footer ul {
	list-style-type: none;
	margin: 12px auto;
	padding: 0px;
}
div.footer ul li {
	border-right: 1px solid #797979;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 14px;
}
div.footer ul li#f_access {
	border-right: none;
}
div.footer ul li a {
	background-color: transparent;
	color: #797979;
	text-decoration: none;
}
div.footer h2.interlude {
	background-color: #262120;
	border-bottom: 1px solid #99693a;
	line-height: 0px;
	margin: 0px;
	padding: 18px 0px 17px 0px;
	text-align: center;
	width: 100%;
}
div.footer h2.interlude span {
	background-color: transparent;
	color: #936734;
	display: block;
	font-family: Arial;
	font-size: 9px;
	line-height: 11px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
div.footer h3.reliable {
	background-color: #262120;
	margin: 0px;
	line-height: 0px;
	padding: 15px 0px 18px 0px;
	text-align: center;
	width: 100%;
}

.footer-info {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 7px 0px;
	text-align: center;
	width: 100%;
}
.footer-info a {
	background-color: transparent;
	color: #626262;
	text-decoration: none;
}

