@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, "小塚ゴシック Pr6N", "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: #00468C;
	text-decoration: none;
}

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

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

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

img {
	vertical-align: top;
}

dl img,
li img {
	vertical-align: baseline;
	display: block;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #000;
	text-align:center;
	line-height: 1.2;
	zoom: 1;
	background-color: #00468C;
}

#container{
	text-align: left;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#header h1 {
	padding: 35px 0 28px;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #00468C;
	font-size: 3.4em;
	line-height: 1.2;
}

#header h1 span {
	margin-bottom: 8px;
	display: block;
	font-size: 0.50em;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 68px 0 77px;
	overflow: hidden;
}

#footer .fInner {
	margin: 0 auto;
	width: 900px;
}

#footer .fInner .fNavi {
	margin-bottom: 22px;
	text-align: center;
}

#footer .fInner .fNavi li {
	margin: 0 10px;
	display: inline;
	font-size: 1.7em;
}

#footer .fInner .fNavi li a {
	color: #FFF;
}

#footer .fInner p {
	color: #FFF;
	font-size: 1.7em;
	text-align: center;
}
