@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: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

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

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

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

a:active {
	color: #000;
	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; }
.clearL{clear:left;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

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

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

#main {
	margin-bottom: 107px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 15px 0 38px;
	margin: 0 auto;
	width: 980px;
	/* width: 1024px; */
}

#header h1 {
	padding: 7px 0 0 0;
	float: left;
}

#header .rBox {
	width: 434px;
	float: right;
}

#header .rBox .linkUl {
	/* padding: 0 20px 15px 0; */
	padding-bottom: 15px;
	float: right;
}

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

#header .rBox .linkUl li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	/* padding-left: 0; */
	/* padding-right: 21px; */
	float: right;
	clear: both;
	background:url(../img/common/bd.gif) left top no-repeat;
}

#gNavi li {
	padding-left: 21px;
	padding-right: 21px;
	float: left;
	background:url(../img/common/bd.gif) right top no-repeat;
}


#gNavi li a:hover img {
	/*filter: alpha(opacity=70);
	opacity: 0.7;*/
}
.lang{	padding: 0px 0 0px 850px;
	margin: 0 auto;
	width: 130px;
	text-align:right;
	position:relative;
	bottom:-20px;
	}
.lang li{float:left; width:65px; }
.lang li a{ text-align:center; font-size:11px; padding:5px 13px; }
.lang li a:hover{text-decoration:none;}
.lang li.lang_main a{color:#fff; background:#000; border:solid 1px #000;}
.lang li.lang_other a:hover{color:#fff; background:#000; border:solid 1px #000;}
.lang li.lang_other a{color:#b3b3b3; border:solid 1px #b3b3b3;}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding-bottom: 14px;
	width: 980px;
	/* width: 1024px; */
	overflow: hidden;
}

#footer p {
	margin-bottom: 8px;
	font-size: 1.1em;
	text-align: center;
}

#footer .subNavi {
	text-align: center;
}

#footer .subNavi li {
	margin-right: 4px;
	display: inline;
	font-size: 1.2em;
}

#footer .subNavi li a {
	margin-right: 10px;
}

#footer .subNavi li:first-child a {
	margin-left: 10px;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 400px;
	margin: 0 auto 55px;
	text-align: center;
	position:relative;
}
.mb5{margin-bottom:5px;}