@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Arial, 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: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	min-width: 1000px;	/* 狭いウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 950px;
}

#main .section {
	margin: 0 auto;
	width: 950px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .hInner {
	margin: 0 auto;
	padding: 26px 0 30px;
	width: 954px;
}

#header .hInner h1 {
	float: left;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding-top: 47px;
	width: 415px;
	float: right;
}

#gNavi li {
	margin-right: 8px;
	padding-right: 10px;
	display: inline;
	font-size: 1.4em;
	border-right: 1px solid #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #gNavi li { letter-spacing: -1px;} }

#gNavi li a {
	padding: 0 5px;
}

#gNavi .navi04 {
	margin: 0;
	padding-right: 0;
	border: none;
}

#gNavi li a:hover {
	color: #289DCC;
	padding-bottom: 8px;
	text-decoration: none;
	border-bottom: 3px solid #289DCC;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 735px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding-top: 4px;
	width: 175px;
	float: left;
}

#sideBar li {
	margin-bottom: 11px;
	padding: 0 0 10px 7px;
	border-bottom: 1px solid #E6E6E6;
}

#sideBar li a {
	font-size: 1.6em;
	display: block;
}

#sideBar li a:hover {
	color: #1F9FD1;
	text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #F9F9F9;
	border-top: 1px solid #ECECEC;
}

#footer .fInner {
	margin: 0 auto;
	padding: 20px 0 40px 7px;
	width: 943px;
}

#footer .naviUl {
	margin-bottom: 37px;
}

#footer .naviUl li {
	margin-right: 11px;
	padding-right: 13px;
	float: left;
	font-size: 1.2em;
	border-right: 1px solid #ccc;
}

#footer .naviUl .lastChild {
	border: none;
}

#footer .copyright {
	margin-bottom: 17px;
	font-size: 1.2em;
	line-height: 1.55;
}

#footer .fLink li {
	padding-right: 5px;
	float: left;
}

#footer .fLink li img {
	display: block;
}

#footer .fLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer-top {
	background-color: #FFFFFF;
	border-top: 1px solid #ECECEC;
}

#footer-top .fInner {
	margin: 0 auto;
	padding: 30px 0 40px 7px;
	width: 943px;
}

#footer-top .naviUl {
	margin-bottom: 37px;
}

#footer-top .naviUl li {
	margin-right: 11px;
	padding-right: 13px;
	float: left;
	font-size: 1.2em;
	border-right: 1px solid #ccc;
}

#footer-top .naviUl .lastChild {
	border: none;
}

#footer-top .copyright {
	margin-bottom: 17px;
	font-size: 1.2em;
	line-height: 1.55;
}

#footer-top .fLink li {
	padding-right: 5px;
	float: left;
}

#footer-top .fLink li img {
	display: block;
}

#footer-top .fLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.pageTop {
	margin: 43px auto 11px;
	width: 950px;
	text-align: right;
}

.pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}.mb15 {
	margin-bottom: 15px;
}
