@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: "宋体","新宋体",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: #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: 980px;
	text-align: center;
	line-height: 1.5;
	background: #EFEFEF url(../../img/common/header_bg.jpg) repeat-x left top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 40px;
	width: 940px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-top: 5px;
	min-height: 100px;
	border-top: 3px solid #999;
}

#header .hBox {
	margin: 0 auto;
	width: 944px;
}

#header h1 {
	padding-left: 120px;
	width: 500px;
	float: left;
	color: #0065a6;
	font-size: 3.6em;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background: url(../../img/common/logo.png) no-repeat left center;
}

#header h1 span {
	display: block;
	font-size: 0.4em;
}

#header p {
	width: 300px;
	float: right;
	font-size: 2em;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	text-align: center;
	background: url(../../img/common/g_navi_bg.jpg) repeat-x left top;
}

#gNavi li {
	display: inline-block;
	font-size: 2em;
	line-height: 2;
}

#gNavi li a {
	width: 120px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#gNavi li a:hover {
	color: #FFF;
	background: url(../../img/common/g_navi_bg02.jpg) repeat-x right bottom;
}

#gNavi li:first-child {
	background: url(../../img/common/g_navi_bg01.jpg) no-repeat right bottom;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 10px;
	text-align: center;
	background-color: #3E3E3E;
}

#footer p {
	color: #FFF;
	font-size: 1.2em;
}