@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;*/
}
img { vertical-align: bottom; border: none; }
input, textarea, select { font-size: 100%; font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif; }

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

/* 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: #0066cc; text-decoration: underline; vertical-align: baseline;}
a:visited { color: #5d2f9b; text-decoration: underline; }
a:hover   { color: #0066cc; text-decoration: none; }
a:active  { color: #0066cc; text-decoration: none; }
a span { /cursor: pointer; }

/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
body {
	font: 82%/1.231 "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	letter-spacing: 0;
	line-break: strict;
	color: #333333;
	 background: #494949;
}
	* html body { display: inline; zoom: 1; }

#wrap { background: #ffffff; }
#contentBaseWrap {}
#contentBase {}

#contentWrap ,
#contentWrapNoneSide {
/* setting */
	margin: 0px auto;
	padding-bottom: 10px;
	background: #ffffff;
}

/* コンテンツ領域
------------------------------------ */
/* ローカルナビあり */
#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 {
	width: 940px;
	margin: 0 auto;
}

#header {
/* setting */
	display: table;
	position: relative;
	margin: 0px auto;
	background: #ffffff;
}

#header .inner {
	display: table-cell;
	width: 420px;
	vertical-align: middle;
}

/* サイトロゴ
------------------------------------ */
#logo {
	display: table-cell;
	width: 265px;
	vertical-align: middle;
	padding: 9px 0px;
}
	* html #logo { width: auto; }

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

#logo a:hover img {
	filter: Alpha(opacity=80);
	opacity:0.8;
}

#logoFacebook {
	display: table-cell;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

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

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

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

/* 文字サイズ変更
------------------------------------ */
#fontResizeBlockWrap {
	float: left;
	padding: 1px 0px 0px 20px;
	width: 163px;
/padding-top: 3px;
}

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

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

#fontResizeBlock dt {
	margin-left: 0px;
	width: 79px;
	height: 21px;
	background: url(../img/fontsize.gif) no-repeat 0px -42px;
	text-indent: -9999px;
}

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

#fontResizeBlock dd:hover {
	filter: Alpha(opacity=80);
	opacity:0.8;
}

#fontResizeBlock dd#switchFontSizeSmall.active  { background-position: 0px -21px; }
#fontResizeBlock dd#switchFontSizeMedium.active { background-position: -27px -21px; }
#fontResizeBlock dd#switchFontSizeBig.active    { background-position: -54px -21px; }

#fontResizeBlock dd#switchFontSizeSmall  { background-position: 0px 0px; }
#fontResizeBlock dd#switchFontSizeMedium { background-position: -27px 0px; }
#fontResizeBlock dd#switchFontSizeBig    { background-position: -54px 0px; }

/* 検索ボックス
------------------------------------ */
#searchBlockWrap { float: right; }

#searchBlock {
	width: 222px;
}

#searchBlock input#searchInput {
	padding: 4px 3px 3px 25px;
	width: 150px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background: url(../img/search_bg.gif) no-repeat;
	font-size: 10px;
/margin-top: 1px;
}

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

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

/* ヘッダー関連リンク
------------------------------------ */
.headerAside {
	position: absolute;
	top: 0px;
	right: 11px;
}

.headerAside a:hover img {
	filter: Alpha(opacity=80);
	opacity:0.8;
}


/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#footerWrap { background: #494949 url(../img/footer_bg.gif) repeat-x left top; }

#footer {
/* setting */
	margin: 0px auto;
	padding: 13px 0px 2em;
	font-size: 93%;
	background: #494949 url(../img/footer_bg.gif) repeat-x left top;
}

#footer p { margin: 0px; }

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

#footerLink ul {
	display: inline;
	margin: 0px;
	border-right: 1px solid #232323;
	border-left:1px solid #7d7d7d;
}

#footerLink ul li {
	display: inline-block;
	margin: 0px;
	padding: 3px 15px;
	list-style: none;
	line-height: 1.2;
	border-left: 1px solid #232323;
	border-right:1px solid #7d7d7d;
/display: inline;
/zoom: 1;
}

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

/* コピーライト
------------------------------------ */
#footer #footerCopyright {
	font-size: 93%;
	color: #ffffff;
	text-align: right;
}



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

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

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