@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: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #008CC4;
	text-decoration: underline;
}

a:visited {
	color: #008CC4;
	text-decoration: underline;
}

a:hover {
	color: #008CC4;
	text-decoration: none;
}

a:active {
	color: #008CC4;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 45px;
	padding-top: 109px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 5px 0 0 0;
	border-top: 6px solid #008DC4;
	border-bottom: 1px solid #DFDFDF;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFF;
	width: 100%;
	z-index: 20000;
}

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

#header .hBox .lBox {
	width: 330px;
	float: left;
}

#header .hBox .lBox h1 {
	margin-bottom: 2px;
	font-size: 1.2em;
	font-weight: normal;
}

#header .hBox .rBox {
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-top: 10px;
	float: right;
}

#gNavi li {
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-bottom: 15px;
}

#footer p {
	margin: 0 auto;
	width: 820px;
	font-size: 1.5em;
	line-height: 1.6;
	text-align: center;
}