@charset "utf-8";

/* ---------------------------------------------------------
デフォルトリセット
--------------------------------------------------------- */
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: #0d70be; text-decoration: underline; vertical-align: baseline;}
a:visited { color: #0d70be; text-decoration: underline; }
a:hover   { color: #0d70be; text-decoration: none; }
a:active  { color: #0d70be; text-decoration: none; }
a span { /cursor: pointer; }

/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",Arial,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 82%;
	letter-spacing: 0;
	line-break: strict;
	color: #333333;
}
	* html body {
		display: inline;
		zoom: 1;
	}

#contentBaseWrap { background: url(../img/bg.gif) repeat-x 0 0; }
#contentBase {}

#contentWrap ,
#contentWrapNoneSide {
/* setting */
	margin: 0px auto;
}

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

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

/* ローカルナビなし */
#contentWrapNoneSide #content {
/* setting */
	margin: 0px auto;
}

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


/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
#headerWrap {}

#header {
/* setting */
	margin: 0px auto;
	padding: 0px 5px;
	position: relative;
	background: url(../img/header_bg.png) no-repeat left bottom;
}
#header .inner {
	float: right;
	padding: 5px 19px 0px 0px;
	width: 421px;
	text-align: right;
}

/* サイトロゴ
------------------------------------ */
#logo {
	float: left;
	margin-bottom: 6px;
	width: 500px;
}
	* html #logo { width: auto;	}

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

#logo a:hover img {}

#tagLine {
	position: absolute;
	top: 10px;
	left: 100px;
	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #555555;
}

/* ヘッダーリンク
------------------------------------ */
#utilityMenu {
	margin: 0px 0px 1.0em;
}

#utilityMenu ul {
	margin: 0px;
	border-right :1px solid #b8b8b8;
	text-align: right;
}

#utilityMenu ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	border-left :1px solid #b8b8b8;
/display: inline;
/zoom: 1;
}

#utilityMenu a {}

/* 文字サイズ変更
------------------------------------ */
#fontResizeBlockWrap {
	float: left;
	padding-left: 13px;
	width: 150px;
}

#fontResizeBlock {}

#fontResizeBlock dl { 
	margin: 0px;
	padding: 0px;
}

#fontResizeBlock dt ,
#fontResizeBlock dd {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	text-align: left;
}

#fontResizeBlock dt {
	width: 77px;
	height: 24px;
	background: url(../img/fontsize.gif) no-repeat 0px -48px;
	text-indent: -9999px;
}

#fontResizeBlock dd {
	cursor:pointer;
	width: 23px;
	height: 24px;
	background: url(../img/fontsize.gif) no-repeat;
	text-indent: -9999px;
}

#fontResizeBlock dd#switchFontSizeSmall { background-position: 0px 0px; }
#fontResizeBlock dd#switchFontSizeMedium { background-position: -23px 0px; }
#fontResizeBlock dd#switchFontSizeBig { background-position: -46px 0px; }

#fontResizeBlock dd:hover {
	filter: Alpha(opacity=70);
	opacity:0.7;
}

#fontResizeBlock dd#switchFontSizeSmall.active { background-position: 0px -24px; }
#fontResizeBlock dd#switchFontSizeMedium.active { background-position: -23px -24px; }
#fontResizeBlock dd#switchFontSizeBig.active { background-position: -46px -24px; }

/* 検索ボックス
------------------------------------ */
#searchBlockWrap {}

#searchBlock {
	width: 237px;
	float: right;
	margin: 0px;
	background: url(../img/search_bg_02.gif) no-repeat left bottom;
}

#searchBlock div {
	padding: 0px 0px 2px 0px;
	background: url(../img/search_bg_01.gif) no-repeat left top;
}

#searchBlock input#searchInput {
	margin: 3px 10px 0px 20px;
	width: 152px;
	vertical-align: middle;
	border:1px solid #fff;
}

#searchBlock input#searchBtn { margin-left: 2px; }
#searchBlock input#searchBtn ,
#searchBlock img {
	vertical-align: middle;
}

#searchBlock input#searchBtn:hover {
	filter: Alpha(opacity=80);
	opacity:0.8;
}

/* ヘッダー関連リンク
------------------------------------ */
.headerAside {}

.headerAside a:hover img {}


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

#footer {
/* setting */
	margin: 0.5em auto 0px;
	padding: 22px 5px;
	background: url(../img/footer_bg.gif) no-repeat left top;
}

#footer p { margin: 0px; }

/* フッタメニュー
------------------------------------ */
#footerLink {
	float: right;
	padding-right: 20px;
	width: 500px;
}

#footerLink ul {
	margin: 0px;
	border-right :1px solid #b8b8b8;
	text-align: right;
}

#footerLink ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	border-left :1px solid #b8b8b8;
/display: inline;
/zoom: 1;
}

#footerLink ul li a { display: block; }
#footerLink ul li a:hover {}

/* コピーライト
------------------------------------ */
#footer #footerCopyright {
	clear: both;
	margin-right: 150px;
	padding: 1.0em 20px 0px;
	font-size: 85%;
	color: #555555;
/padding-top: 0;
}

#footer #footerCompanyName {
	float: left;
	padding-left: 20px;
	width: 400px;
	font-weight: bold;
	line-height: 1.6;
}

/* ---------------------------------------------------------
フッター関連リンク
--------------------------------------------------------- */
#footerAsideWrap {}

#footerAside {
/* setting */
	margin: 0px auto;
	position: relative;
}

#footerAside ul {}
#footerAside li {}

#counterBlock {
	position: absolute;
	right: 20px;
	bottom: 22px;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.clearfix:after { content : ''; display : block; clear : both; }
.clearfix { /zoom : 1; }

/* 固定
------------------------------------ */
#header:after ,
#footerWrap:after ,
#contentWrap:after ,
#contentWrapNoneSide:after
{ content : ''; display : block; clear : both; }

#header ,
#footerWrap ,
#contentWrap ,
#contentWrapNoneSide
{ /zoom : 1; }