@charset "shift_jis";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

img {
	vertical-align: top;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
}

#container{
	text-align: left;
	overflow: hidden;
}

#main {
	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-bottom: 51px;
	text-align: center;
	background-size: 100%  auto;
}

#header h1 {
	padding: 3px 0 4px;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #254691;
}

#header .mainImg {
	padding: 17px 0 0;
	width: 1000px;
	margin: 0 auto;
}

#header .logo {
	margin-bottom: 60px;
}

#header .ttl {
	margin: 0 0 74px 62px;
}

#header .link {
	margin: 0 auto;
	width: 700px;
}

#header .link a {
	padding: 22px 0 15px;
	font-size: 3.2em;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #FC704F;
	border-radius: 8px;
	behavior: url(common/js/pie.htc);
	position: relative;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .fInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#footer .pageTop {
	right: -58px;
	top: -78px;
	position: absolute;
}

#footer .pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .fNavi {
	margin-bottom: 10px;
	text-align: right;
}

#footer .fNavi li {
	margin-left: 25px;
	display: inline;
	font-size: 1.4em;
}
	
#footer .fNavi a {
	padding-left: 25px;
	color: #0043be;
	text-decoration: underline;
	background: url(../img/icon06.gif) no-repeat left 2px;
}

#footer .fNavi a:hover {
	text-decoration: none;
}

#footer .copyright {
	padding: 3px 0 3px;
	font-size: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #254691;
}