@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: 1200px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 75px;
	width: 1100px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 1px;
	padding: 20px 0 12px;
	border-bottom: 1px solid #313131;
	background: #000;
}

#header h1 {
	margin: 0 auto;
	width: 1100px;
	font-weight: normal;
}

#header h1 a {
	font-size: 1.9em;
}

#header h1 a span {
	font-size: 1.57em;
}

#header h1 a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	background: #000;
}

#gNavi ul {
	margin: 0 auto;
	width: 1101px;
}

#gNavi ul li {
	float: left;
}

#gNavi ul li a {
	padding: 8px 18px 7px 14px;
	font-size: 1.5em;
	line-height: 1.33;
	display: block;
	background: url(../../img/common/line01.gif) no-repeat left center; 
}

#gNavi ul li a:hover {
	background: #CC0000;
	text-decoration: none;
} 

#gNavi ul li:last-child {
	background: url(../../img/common/line01.gif) no-repeat right center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 780px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin-top: 9px;
	width: 270px;
	float: right;
}

#sideBar .sLinkUl {
	margin-bottom: 23px;
}

#sideBar li {
	margin-top: 11px;
}

#sideBar li:first-child  {
	margin-top: 0;
}

#sideBar a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 20px;
	border-top: 1px solid #707070;
}

#footer .fInner {
	margin: 0 auto;
	width: 1100px;
}

#footer .fInner .fBox {
	float: left;
	width: 400px;
}

#footer .fInner .fBox .fLogo {
	margin-bottom: 3px;
	font-size: 2.26em;
}

#footer .fInner .fBox .fLogo a:hover {
	text-decoration: none;
}

#footer .fInner .fBox .fImg {
	margin-bottom: 16px;
}

#footer .fInner .fBox .fImg a:hover {
	opacity: 0.7;
}

#footer .fInner .fBox .fLogo span {
	font-size: 1.59em;
}

#footer .fInner .fBox p {
	font-size: 1.3em;
}

#footer .fInner .fNavi {
	float: right;
	width: 700px;
}

#footer .fInner .fNavi li {
	width: 192px;
	margin-right: 52px;
	float: left;
}

#footer .fInner .fNavi li:nth-child(3n) {
	margin-right: 0;
}

#footer .fInner .fNavi li a {
	font-size: 1.4em;
	line-height: 2.57;
	color: #fff;
}