@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
デフォルトリセット
--------------------------------------------------------- */
body ,div {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
img { vertical-align: bottom; }
input, textarea {
	font-size: 100%; 
	font-family: "MS UI Gothic","MS PGothic";
}

li, dt, dd, p {
	line-height: 1.6;
}

/* mozilla向けスクロールバー強制表示
------------------------------------ */
html { overflow-y:scroll; }

/* ---------------------------------------------------------
音声ブラウザ用ナビゲーション
--------------------------------------------------------- */
.naviHidden {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	display:inline;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

/* ---------------------------------------------------------
テキストリンク
--------------------------------------------------------- */
a:link    { color: #00509c; text-decoration: underline; vertical-align: baseline;}
a:visited { color: #61308f; text-decoration: underline; }
a:hover   { color: #00509c; text-decoration: none; }
a:active  { color: #00509c; text-decoration: none; }

/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 82%;
	background-color: #000;
	letter-spacing: 0;
	line-break: strict;
	color: #333333;
}

#contentBaseWrap {
	background: #ffffff url(../img/bg_content.jpg) repeat-x top center;
}
	* html #contentBaseWrap {
		display: inline;
		zoom: 1;
	}

#contentBase {
	padding-bottom: 200px;
	background: url(../img/bg_footer.gif) repeat-x bottom center;
}

#contentWrap ,
#contentWrapNoneSide {
/* setting.css */
	margin: 0px auto;
	background: #ffffff;
}

/* コンテンツ領域
------------------------------------ */
/* ローカルナビあり */
#contentWrap #content {
/* setting.css */
	float: right;
}

/* ローカルナビ */
#contentWrap #localNaviWrap {
	float: left;
	width: 200px;
}

/* ローカルナビなし */
#contentWrapNoneSide #content {
/* setting.css */
}

/* コンテンツ領域 */
#contentWrap .contentInner {
	margin: 1.2em 20px 0px;	
}

#contentWrapNoneSide .contentInner {
	margin: 1.2em 50px 0px;	
}


/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
#headerWrap{
	border-bottom: solid 2px #00509c;
}
	* html #headerWrap{
		display: inline;
		zoom: 1;
	}

#header {
/* setting.css */
	margin: 0px auto;
	position: relative;
}

#header .inner {
	float: right;
	width: 490px; /* branch.css/en.css */
	padding: 0px 10px 9px 0px;
	text-align: right;
}

/* サイトロゴ
------------------------------------ */
#logo {
	float: left;
	width: 450px; /* branch.css/en.css */
}
	* html #logo {
		width: auto;
	}

#logo a img {
	vertical-align: top;
}

#tagLine {
	position: absolute;
	top: 7px;
	left: 104px; /* en.css */
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
}

/* ヘッダーリンク
------------------------------------ */
#utilityMenu {
	margin-bottom: 8px;
	text-align: right;
	min-height: 25px;
}
	* html #utilityMenu {
		height: 25px;
	}

#utilityMenu ul {
	float: right;
	margin: 0px 0px 3px -10px;
	padding: 5px 154px 5px 5px;
	background: #00509C;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#utilityMenu ul li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../img/icons/ico_utility.gif) no-repeat left center;
}
	* html #utilityMenu ul li {
		display: inline;
		zoom: 1;
	}
	*:first-child+html #utilityMenu ul li {
		display: inline;
		zoom: 1;
	}

#utilityMenu a {
	color: #ffffff;
}

/* 文字サイズ変更
------------------------------------ */
#fontResizeBlockWrap {
	position: absolute;
	top: 6px;
	right: 15px;
}

#fontResizeBlock {
	font-size: 0;
	text-align: right;
}

#fontResizeBlock dl {
	margin: 0px;
}

#fontResizeBlock dt ,
#fontResizeBlock dd {
	display: inline;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#fontResizeBlock dd img {
	cursor: pointer;
}

#fontResizeBlock dd img:hover {
	filter: Alpha(opacity=90);
	opacity:0.9;
}

/* 検索ボックス
------------------------------------ */
#searchBlockWrap {
	padding-top: 2px;
}

#searchBlock {
	float: right;
	width: 228px;
	border: solid 1px #00509c;
	background: url(../img/search_bg.gif) repeat-x right center;
}

#searchBlock input#searchInput {
	width: 169px;
	padding: 3px 5px;
	vertical-align: middle;
	border: none;
	border-right: solid 1px #00509c;
	font-size: 93%;
}

#searchBlock input#searchBtn ,
#searchBlock img {
	vertical-align: middle;
}

#memberLink {
	float: right;
	margin: 0px 0px 0px 19px;
}

/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#footerWrap {}

#footer {
/* setting.css */
	margin: 10px auto;
	padding: 0px;
}

/* フッタメニュー
------------------------------------ */
#footerLink {
}

#footerLink ul {
	margin: 0px 0px 0px -12px;
}

#footerLink ul li {
	display: inline-block;
	margin: 0px 0px 5px 24px;
	padding-left: 15px;
	list-style: none;
	background: url(../img/icons/ico_footer.gif) no-repeat 0px 6px;
}
	* html #footerLink ul li { display: inline; zoom: 1; }
	*:first-child+html #footerLink ul li { display: inline; zoom: 1; }

#footerLink ul li a {
	display: block;
	color: #ffffff;
}

#footerLink ul li a:hover {
}

/* コピーライト
------------------------------------ */
#footer #footerCopyright {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#footer #footerCopyright {
	text-align: right;
}


/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}
.clearfix { display: inline-block; }
/* Mac版IEを除外 \*/
.clearfix { display: block; }
/* */


/* 固定
------------------------------------ */
#header:after ,
#footerWrap:after ,
#contentWrap:after ,
#contentWrapNoneSide:after ,
#header .inner:after ,
#utilityMenu:after
{
	content:".";
	display:block;
	height:0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}

#header ,
#footerWrap ,
#contentWrap ,
#contentWrapNoneSide ,
#header .inner ,
#utilityMenu
{ display: inline-block; }

/* Mac版IEを除外 \*/
#header ,
#footerWrap ,
#contentWrap ,
#contentWrapNoneSide ,
#header .inner ,
#utilityMenu
{ display: block; }
/* */
