@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: #CCC;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;

}

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: url(../../img/common/com_line.gif) repeat left top;
	color: #000;
	line-height: 1.5;
	text-align: center;
	zoom: 1;
}

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

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: url(../../img/common/header_bg.gif) repeat-x left top;
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 100%;
}

#header .hBox {
	margin: 0 20px;
}

#header h1 {
	float: left;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	float: right;
	margin-top: 2px;
}

#gNavi li {
	float: left;
	margin-right: 32px;
}

#gNavi .navi06 {
	margin-right: 0;
}

#gNavi li a,
#gNavi li img {
	display: block;
}

#gNavi .navi01 a {
	background: url(../../img/common/g_navi01_over.gif) no-repeat;
}

#gNavi .navi02 a {
	background: url(../../img/common/g_navi02_over.gif) no-repeat;
}

#gNavi .navi03 a {
	background: url(../../img/common/g_navi03_over.gif) no-repeat;
}

#gNavi .navi04 a {
	background: url(../../img/common/g_navi04_over.gif) no-repeat;
}

#gNavi .navi05 a {
	background: url(../../img/common/g_navi05_over.gif) no-repeat; 
}

#gNavi .navi06 a {
	background: url(../../img/common/g_navi06_over.gif) no-repeat; 
}

#gNavi li a:hover img {
	opacity: 0; 	
	filter: alpha(opacity=0);	
　　-moz-opacity:0; 
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	border-top: 1px solid #333;
	color: #CCC;
	margin: 0 auto;
	padding-top: 6px;
	overflow: hidden;
	width: 100%;
}

#footer .section01 {
	font-size: 1.2em;
	margin: 0 20px 5px 20px;
}

#footer .logo {
	float: left;
}

#footer ul li {
	float: left;
	margin-right: 30px;
}

#footer .section01 .subBox {
	float: right;
	text-align: right; 
	width: 360px; 
}

#footer .section01 ul {
	float: left;
	margin-right: -30px;
	overflow: hidden;
	width: 280px;
	zoom: 1;
}

#footer .section01 .pageTop {
	float: right;
	text-align: right;
	width: 85px;
}

#footer .section01 .pageTop a {
	padding-left: 4px;
}

#footer .section02 {
	background-color: #1B252E;
	clear: both;
	padding: 7px 0 3px;
}

#footer .section02 .box {
	padding: 0 20px;
}

#footer .section02 ul {
	float: left;
	width: 1000px;
}

#footer .section02 ul li {
	border-right: 1px solid #C8C8C8;
	line-height: 1.1;
	margin-right: 17px;
	padding-right: 18px;
}

#footer .section02 ul .none {
	border: none;
	margin: 0;
}

#footer .section02 p {
	float: right;
	text-align: right;
	width: 300px;
}