@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;
}

img {
	vertical-align: top;
}

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

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

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

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

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

#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: 59px;
}

#header .topVisual {
	height: 502px;
	position: relative;
}

#header .topVisual h1 {
	position: absolute;
	left: -30px;
	top: 160px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
}

#header .hInner {
	padding-left: 17px;
	width: 865px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header .hInner .link {
	margin-top: 58px;
	float: left;
}

#header .hInner .logo {
	float: left;
	margin-top: -85px;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 91px;
}

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

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 580px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 52px 0 20px;
	background-color: #000;
}

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

#footer .fInner .fBox {
	margin-bottom: 115px;
}

#footer .fInner .fLogo {
	margin-top: 18px;
	float: left;
}

#footer .fInner .fLogo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .fInner .fNavi {
	float: right;
	width: 735px;
}

#footer .fInner .fNavi li {
	float: left;
	width: 260px;
}

#footer .fInner .fNavi .last {
	width: 200px;
}

#footer .fInner .fNavi li li {
	padding-left: 0;
	float: none;
	width: auto;
	font-size: 1.4em;
	line-height: 1.7;
}

#footer .fInner .fNavi li li a {
	padding-left: 18px;
	display: inline-block;
	background: url(../../img/common/icon01_off.gif) no-repeat left 9px;
}

#footer .fInner .fNavi li li a:hover {
	color: #FAFF70;
	text-decoration: none;
	background: url(../../img/common/icon01_on.gif) no-repeat left 9px;
}

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