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

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

img {
	vertical-align: top;
}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

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: 1260px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: url(../../img/common/body_bg.jpg) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 1228px;
	position: relative;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 5px 0 21px;
	position: relative;
	background: url(../../img/common/header_bg.png) repeat-x left bottom;
}

#header .hInner {
	margin: 0 auto;
	padding-left: 29px;
	width: 1172px;
}

#header .hInner .news {
	float: left;
	width: 900px;
}

#header .hInner .news dt {
	padding: 4px 0 1px 34px;
	float: left;
	color: #b80000;
	font-size: 1.2em;
	background: url(../../img/common/icon01.jpg) no-repeat left top;
}

#header .hInner .news dd {
	padding: 4px 0 0 9em;
	color: #FCEF96;
	font-size: 1.2em;
}

#header .hInner .news dd a {
	padding-left: 10px;
	background: url(../../img/common/line01.gif) no-repeat left 3px;
}

#header .hInner .btn {
	margin-top: 1px;
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding-bottom: 9px;
	background: url(../../img/common/g_navi_bg.png) repeat-x center top;
}

#gNavi ul {
	margin: 0 auto;
	padding-left: 1px;
	width: 899px;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 17px 0 200px;
	overflow: hidden;
	zoom: 1;
	background: url(../../img/common/footer_bg.jpg) repeat-x center top;
}

#footer .fInner {
	margin: 0 auto;
	padding-left: 59px;
	width: 1198px;
}

#footer .fInner .logoBox {
	margin-top: 2px;
	float: left;
	width: 800px;
}

#footer .fInner .logoBox .fLogo {
	margin-bottom: 10px;
}

#footer .fInner .btnList {
	float: right;
	width: 367px;
}

#footer .fInner .btnList li {
	margin-right: 10px;
	float: left;
}