@charset "Shift-JIS";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
}
*html body {
	overflow-y:auto;
}
*+html body {
	overflow-y:auto;
}
body {
	overflow-y:scroll;
}
img {
	vertical-align: top;
}
a {
	text-decoration:none;
	color: #CC9900;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #330000;
}
a:active {
	color: #330000;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#wrapper #secondary{
	float: right;
}
#header {
	position: relative;
	padding-bottom: 0px;
	background: url(../images/cider_top.gif) right bottom no-repeat;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 0px;
}
#content #primary {
	clear: both;
	float: left;
	width: 600px;
}
#content #secondary {
	padding-top: 8px;
	float: right;
	width: 200px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 20px;
}
/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	padding: 0;
}
#utilityNavigation {
	position: absolute;
	right: 90px;
	top: 25px;
	width: 400px;
	font-size: 90%;
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 12em;
}
#utilityNavigation li#navFaq {
	right: 15em;
}
#utilityNavigation li#navSiteMap {
	right: 15em;
}
#utilityNavigation li#navInquiry {
	right: 8em;
}
#utilityNavigation li#navReserve {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 12px;
	text-decoration: none;
}
#utilityNavigation li#navFaq a {
	background: url(../images/ico_faq.gif) left center no-repeat;
}
#utilityNavigation li#navSiteMap a {
	background: url(../images/ico_sitemap.gif) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/ico_mail.gif) left center no-repeat;
}
#utilityNavigation li#navReserve a {
	background: url(../images/ico_mail.gif) left center no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------*/
#subHeader {
	width: 800px;
	height: 24px;
}
/* グローバルナビゲーション
---------------------------------------------*/
#subHeader #globalNavigation {
	width: 702px;
	height: 24px;
	background: url(../images/gn_bg.gif) repeat-x;
	float: left;
}
#globalNavigation li {
	float: left;
	height: 24px;
	padding-right: 2px;
	background: url(../images/gn_li_bg.gif) right top repeat-y;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #996600;
}
/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 31px;
	margin: 2px 0 0 0;
	font-size: 90%;
	line-height: 1.2;
	background: url(../images/topicpath_bg.gif) right top no-repeat;
}
#topicPath li {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}

/* 下階層への導入部分
---------------------------------------------*/
p {
	line-height: 1.5;
	text-indent: 1em;
}
.section {
	margin: 4px 4px 0 0;
}
.section h2 {
	margin-bottom: 6px;
	text-align: right;
}
/* サイダー君レイアウト
---------------------------------------------*/
#subHeader .ciderMiddle {
	width: 98px;
	height: 24px;
	float: right;
	background: url(../images/cider_middle.gif) right no-repeat;
}
.ciderBottom {
	width: 98px;
	height: 24px;
	padding: 0;
	float: right;
	background: url(../images/cider_bottom.gif) right no-repeat;
}
/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	background: #F5F5F5;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localNavigation ul li a {
	display: block;
	width: 200;
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6 url(../images/arrow_big.gif) 11px 13px no-repeat;
}
/* フッターナビゲーションサブ
---------------------------------------------*/
#localNavigationSub {
	background: #F5F5F5;
	margin: 0;
}
#localNavigationSub ul {
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.2;
}
#localNavigationSub ul li {
	height: 28px;
	background: none;
	border-bottom: 1px solid #E5E5E5;
}
#localNavigationSub ul li a {
	display: block;
	width: 156px;
	padding: 6px 10px 6px 14px;
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
}
#localNavigationSub ul li a:hover,
#localNavigationSub ul li a:focus {
	background: #E6E6E6 url(../images/arrow_small.gif) 7px 11px no-repeat;
}
/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 766px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}
#copyright a {
	text-decoration: none;
}
