@charset "utf-8";
/*------------------------------------------------------------
	Default style
------------------------------------------------------------*/
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, "小塚ゴシック Pro", "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;
}

img {
	vertical-align: top;
}

a:link {
	color: #231815;
	text-decoration: none;
}

a:visited {
	color: #231815;
	text-decoration: none;
}

a:hover {
	color: #231815;
	text-decoration: underline;
}

a:active {
	color: #231815;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1304px;
	color: #231815;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
}

#container{
	padding-top: 90px;
	position: relative;
	text-align: left;
	background-color: #EEE;
}

#main {
	margin-bottom: 240px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	padding-top: 33px;
	width: 100%;
	min-width: 1304px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10;
}

#header .hBox {
	margin: 0 auto;
	width: 1178px;
}

#header h1 {
	float: left;
}

#header h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 19px;
	width: 950px;
	float: right;
	text-align: right;
}

#gNavi .on a {
	border-bottom: 2px solid #0A4D99;
}

#gNavi li {
	margin-left: 58px;
	display: inline;
	font-size: 1.8em;
}

#gNavi li:first-child {
	margin-left: 0;
}

#gNavi li a {
	padding-bottom: 11px;
	display: inline-block;
	color: #0A4D99;
	border-bottom: 2px solid #fff;
}

#gNavi li a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-bottom: 2px solid #0A4D99;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding-bottom: 31px;
}

#footer .copyright {
	margin-top: -16px;
	font-size: 1.4em;
	text-align: center;
}

#footer .pageTop a {
	border: 2px solid #FFF;
}