@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #606060;
	text-decoration: none;
}

a:visited {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: #606060;
	text-decoration: underline;
}

a:active {
	color: #606060;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #606060;
	line-height: 1.5;
	text-align: center;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 89px;
	font-size: 1.5em;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: relative;
}

#header .hBg {
	padding: 31px 0 0 0;
	min-height: 711px;
}

#header .hBox {
	margin: 0 auto;
	padding: 31px 0 0 0;
	width: 950px;
}

#header .hBox h1 {
	margin: 0 auto;
	width: 84px;
	position: relative;
}

#header .hBox .link {
	margin: -46px auto 236px;
	width: 340px;
}

#header .hBox .link li {
	width: 66px;
	float: left;
}

#header .hBox .link .rLi {
	float: right;
}

#header .hBox .webLink {
	margin: 0 auto;
	width: 182px;
}

#header .hBox .hTitle {
	margin: 0 auto 307px;
	width: 402px;
}

#header .hBox h1 a:hover img,
#header .hBox .link a:hover img,
#header .hBox .webLink a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#header .bgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../../img/common/h_bg.png) repeat left top;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 21px 0;
	overflow: hidden;
	background-color: #797979;
}

#footer .link {
	margin: 0 auto;
	width: 176px;
}

#footer .link a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}