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

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

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	text-align: center;
	min-width: 1098px;
}

#container {
	background-color: #F6F6F6;
	text-align: left;
}

#main {
	background: url(../../img/main_bg.jpg) no-repeat center top;
	padding-top: 34px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: url(../../img/header_bg.jpg) repeat-y center top;
}

#header .hBox {
	margin: 0 auto -14px;
	width: 1008px;
	position: relative;
	zoom: 1;
}

#header .hBox .hLeft {
	background: url(../../img/h_left_bg.png) no-repeat left bottom;
	float: left;
	padding: 17px 17px 22px;
	width: 234px;
}

#header .hBox .hLeft h1 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 10px;
	text-align: center;
}

#header .hBox ul {
	padding: 16px 3px 16px 0;
	float: right;
}

#header .hBox li {
	float: left;
	padding-left: 13px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: #E3E2DD url(../../img/footer_bg.gif) repeat-x left top;
	padding: 17px 0 15px;
	text-align: center
}