@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

frame.css

全体フレーム・ヘッダー・フッター用

========================================================================================================================
======================================================================================================================*/



/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../img/bg_body.jpg) left top repeat-x;
}

#wrapper {
	width: 904px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/bg_wrapper.gif) center top repeat-y;
}
#wrapper #w_inner {
	margin: 0px;
	text-align: left;
}


/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}


/* ロゴ
---------------------------------- */
#header #logo {
	margin: 0px;
	padding: 17px 0px 0px 0px;
	width: 286px;
	text-align: right;
	float: left;
}
#header #logo a {
	display: block;
	width: 264px;
	height: 44px;
	margin: 0px 0px 0px 22px;
	overflow: hidden;
}
#header #logo img {
	vertical-align: bottom;
}


/* ユーティリティエリア
---------------------------------- */
#header #utility {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	width: 299px;
	float: right;
}

/* テキストサイズボタンエリア */
#header #size_area {
	margin: 0px 0px 0px 122px;
	padding: 0px;
}
#header #size_area .inner {
	width: 155px;
}

#header #size_area img {
	display: block;
}

#header #size_area ul {
	list-style: none;
	background: url(../img/btn_size_s_over.gif) no-repeat -5000px 0px; /* キャッシュ設定 */
	background: url(../img/btn_size_m_over.gif) no-repeat -5000px 0px;
	background: url(../img/btn_size_l_over.gif) no-repeat -5000px 0px;
}

#header #size_area ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0;
	float: left;
}

#header #size_area ul li.small a,
#header #size_area ul li.middle a,
#header #size_area ul li.large a {
	display: block;
	width: 31px;
	height: 29px;
	text-decoration: none;
	overflow: hidden;
}
#header #size_area ul li.small a {
	width: 31px;
	background: url(../img/btn_size_s.gif) no-repeat;
}
#header #size_area ul li.small a:hover {
	background: url(../img/btn_size_s_over.gif) no-repeat;
	text-decoration: none;
}
#header #size_area ul li.middle a {
	width: 31px;
	background: url(../img/btn_size_m_over.gif) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#header #size_area ul li.middle a:hover {
	background: url(../img/btn_size_m_over.gif) no-repeat;
	text-decoration: none;
}
#header #size_area ul li.large a {
	width: 29px;
	background: url(../img/btn_size_l.gif) no-repeat;
}
#header #size_area ul li.large a:hover {
	background: url(../img/btn_size_l_over.gif) no-repeat;
	text-decoration: none;
}

#header #size_area ul li a span {
	text-indent: -5000px;
	position: relative;
	left: -5000px;
	font-size: 0px;
	display: block;
	height: 0px;
	overflow: hidden;
}


/* ユーティリティボタンエリア */
#header #un_area {
	margin: 13px 0px 0px 0px;
	padding: 0px;
	width: 277px;
}

#header #un_area li img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#header #un_area li {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	float: left;
}


/* グローバルナビエリア
-------------------------------------------------------------------------------------------------------- */
#gnavi {
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	background: url(../img/bg_gnavi.jpg) repeat-x;
}
#gnavi li img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#gnavi li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 0;
	float: left;
}


/* フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
	margin: 0px 0px 30px 0px;
	padding: 19px 22px 0px 22px;
	background: url(../img/line_footer.gif) center top no-repeat;
}
#footer #f_inner {
	margin: 0px;
	padding: 0px;
}

/* ユーティリティボタンエリア */
#footer .btn {
	margin: 0px;
	padding: 0px;
	width: 241px;
}

#footer .btn li img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer .btn li {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	float: left;
}

/* ユーティリティボタンエリア */
#footer #copyright {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	display: block;
}