@charset "UTF-8";
/*
-----------------------------------------------
	Base Style
	Version: 21 MAR 2013
----------------------------------------------- */
html { background: #fff;}
body {
	background	: #fff url(../img/common/bg_contents.jpg) repeat 0 0;
	color		: #333;
	font-size	: small;
	font-family	: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height	: 1.4;
}
/* IE6 base font */
* html body {
	font-family	: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link		{ color: #696262; text-decoration: underline; border:none;}
a:visited	{ color: #696262; text-decoration: underline;}
a:hover		{ color: #696262; text-decoration: none;}
a:active	{ color: #696262; text-decoration: underline;}
strong		{ font-weight: bold;}
em		{ font-style: italic;}

/*
--------------------------------------------------
	Container
-------------------------------------------------- */
.container		{}
.container-inner	{}
.container-inner-inner	{}

/*
--------------------------------------------------
	Header
-------------------------------------------------- */
.header {
	width		: 960px;
	height		: 100px;
	margin		: 0 auto;
	background	: url(../img/common/header.png) no-repeat left center;
	position	: relative;
	overflow	: hidden;
}

/* Logo */
.logo {
	padding		: 100px 0 0 0;
	color		: #252021;
	font-size	: 26px;
	text-decoration	: none;
	display		: block;
	position	: absolute;
	left		: 0;
	top		: 15px;
	overflow	: hidden;
}
a.logo:link,
a.logo:hover,
a.logo:visited,
a.logo:active { color: #252021; text-decoration: none;}


/* Language nav */
.langnav {
	position	: absolute;
	right		: 0;
	bottom		: 5px;
	overflow	: hidden;
}
.langnav div {
	padding-right	: 8px;
	padding-left	: 10px;
	background	: url(../img/common/arrow.gif) no-repeat left center;
	font-size	: 80%;
	line-height	: 1.32;
	display		: inline;
}
.langnav a	 { color: #422522; text-decoration: underline;}
.langnav a:hover { color: #422522; text-decoration: none;}


/* cnav */
.cnav		  {}
.cnav ul	  { position: absolute; right: 0; top: 5px; }
.cnav ul li	  { padding-left: 8px; float: left;}
.cnav ul li a	  { text-decoration: none;}
.cnav ul li a img { vertical-align: bottom;}


/* Font resize */
#fontresize {
	margin		: 0 auto 10px;
	padding		: 10px 0;
	background	: #606060;
	border		: 3px solid #1b1b1b;
	overflow	: hidden;
}
#fontresize-hd {
	width		: 120px;
	height		: 0;
	padding		: 20px 0 0 0;
	background	: url(../img/common/fontresize_hd.png) no-repeat 0 0;
	float		: left;
	overflow	: hidden;
}
#fontresize ol {
	width		: 90px;
	float		: left;
	overflow	: hidden;
}
#fontresize ol li { padding-left: 5px; float: left;}
#fontresize ol li span {
	width		: 20px;
	height		: 0;
	padding-top	: 20px;
	display		: block;
	overflow	: hidden;
	cursor		: pointer;
}
#fontresize-small	{ background-image: url(../img/common/fontresize_btn_small.gif);}
#fontresize-medium	{ background-image: url(../img/common/fontresize_btn_medium.gif);}
#fontresize-large	{ background-image: url(../img/common/fontresize_btn_large.gif);}
#fontresize-small.fontresize-selected	{ background-position: 0 20px;}
#fontresize-medium.fontresize-selected	{ background-position: 0 20px;}
#fontresize-large.fontresize-selected	{ background-position: 0 20px;}
.active span	{ background-position: 0 20px;}


/*
-----------------------------------------------
	Nav
----------------------------------------------- */
.nav {
	width		: 100%;
	height		: 60px;
	margin		: 0;
	padding		: 0;
	overflow	: hidden;
}
.nav .nav-inner{
	width		: 100%;
	margin		: 0 auto;
	background	: url(../img/common/nav_bg.gif) repeat-x 0 0;
}
.nav ul {
	width		: 960px;
	height		: 60px;
	margin		: 0 auto;
	padding		: 0;
	font-size	: 93%;
	line-height	: 65px;
}
.nav ul li {
	height		: 60px;
	margin		: 0;
	padding		: 0;
	float		: left;
}
.nav ul li a {
	width		: 120px;
	height		: 60px;
	background	: url(../img/common/nav.gif) no-repeat 0 0;
	margin		: 0;
	padding		: 0;
	color		: #ffffff;
	font-size	: 12px;
	font-weight	: bold;
	text-decoration	: none;
	text-align	: center;
	line-height	: 60px;
	vertical-align	: middle;
	display		: block;
	overflow	: hidden;
}

/* Nav default */
.nav .nav01 a { background-position:    0px 0px;}
.nav .nav02 a { background-position: -120px 0px;}
.nav .nav03 a { background-position: -240px 0px;}
.nav .nav04 a { background-position: -360px 0px;}
.nav .nav05 a { background-position: -480px 0px;}
.nav .nav06 a { background-position: -600px 0px;}
.nav .nav07 a { background-position: -720px 0px;}
.nav .nav08 a { background-position: -840px 0px;}

/* Nav hover */
.nav .nav01 a:hover { background-position:    0px -60px;}
.nav .nav02 a:hover { background-position: -120px -60px;}
.nav .nav03 a:hover { background-position: -240px -60px;}
.nav .nav04 a:hover { background-position: -360px -60px;}
.nav .nav05 a:hover { background-position: -480px -60px;}
.nav .nav06 a:hover { background-position: -600px -60px;}
.nav .nav07 a:hover { background-position: -720px -60px;}
.nav .nav08 a:hover { background-position: -840px -60px;}

/* Nav active */
#page-home	 .nav .nav01 a { background-position:    0px -120px; cursor: default;}
#page-contents01 .nav .nav02 a { background-position: -120px -120px; cursor: default;}
#page-contents02 .nav .nav03 a { background-position: -240px -120px; cursor: default;}
#page-contents03 .nav .nav04 a { background-position: -360px -120px; cursor: default;}
#page-contents04 .nav .nav05 a { background-position: -480px -120px; cursor: default;}
#page-contents05 .nav .nav06 a { background-position: -600px -120px; cursor: default;}
#page-contents06 .nav .nav07 a { background-position: -720px -120px; cursor: default;}
#page-access	 .nav .nav08 a { background-position: -840px -120px; cursor: default;}

/*
--------------------------------------------------
	Main Image
-------------------------------------------------- */
.main-photo	  { width: 100%; height: 330px; margin: 0 auto; background: url(../img/common/bg_mainphoto.jpg) repeat 0 0; text-align: center; overflow: hidden;}
.main-photo img	  { width: 960px; margin: 5px auto;}
.main-photo .show { width: 960px; height: 330px; margin: 5px auto 5px; overflow: hidden;}

/*
--------------------------------------------------
	Bread crumbs
-------------------------------------------------- */
.breadcrumbs	   { width: 100%; margin: 0 auto 10px; overflow: hidden;}
.breadcrumbs ul	   { color: #535353; font-size: 93%; line-height: 1.32;}
.breadcrumbs ul li { display: inline;}

/*
--------------------------------------------------
	Page structure
-------------------------------------------------- */
.content	{ width: 960px; margin: 0 auto; padding: 10px 0; zoom: 1;}
.content:after	{ content:""; clear: both; display: block;}
.content-inner	{}

.content h2 {
	height		: 40px;
	margin-bottom	: 10px;
	padding		: 5px 0 0 1px;
	background	: url(../img/common/hd.png) no-repeat 0 0;
	color		: #434343;
	font-size	: 20px;
	font-weight	: normal;
	line-height	: 40px;
}

/*.c-smx h2,
.c-xms h2,
.c-sxm h2,
.c-mxs h2 {
	background	: url(../img/common/hd_3.gif) no-repeat 0 0;
}*/

/* Contents 3cols left-left/right */
.c-smx          {}
.c-smx .subcol  { width: 220px; float: left;  overflow: hidden;}
.c-smx .wrapper { width: 720px; float: right; overflow: hidden; margin-left: 20px;}
.c-smx .maincol { width: 480px; float: left;  overflow: hidden; display: inline;}
.c-smx .xcol    { width: 220px; float: right; overflow: hidden; margin-left: 20px; display: inline;}

/* Contents 3cols right-left/right */
.c-xms          {}
.c-xms .subcol  { width: 220px; float: right; overflow: hidden; margin-right: 0;}
.c-xms .wrapper { width: 720px; float: left;  overflow: hidden; margin-right: 20px}
.c-xms .maincol { width: 480px; float: right; overflow: hidden; margin-left: 20px;}
.c-xms .xcol    { width: 220px; float: left;  overflow: hidden; display: inline;}

/* Contents 3cols left-left */
.c-sxm          {}
.c-sxm .subcol  { width: 220px; float: left;  overflow: hidden;}
.c-sxm .wrapper { width: 720px; float: right; overflow: hidden; margin-left: 20px;}
.c-sxm .maincol { width: 480px; float: right; overflow: hidden; margin-left: 20px;}
.c-sxm .xcol    { width: 220px; float: left;  overflow: hidden; display: inline;}

/* Contents 3cols right-right */
.c-mxs          {}
.c-mxs .subcol  { width: 220px; float: right; overflow: hidden; margin-right: 0;}
.c-mxs .wrapper { width: 720px; float: left;  overflow: hidden; margin-right: 20px; margin-left:0;}
.c-mxs .maincol { width: 480px; float: left;  overflow: hidden; margin-right: 20px;}
.c-mxs .xcol    { width: 220px; float: right; overflow: hidden; display: inline;}

/* Contents 2cols left */
.c-sm           {}
.c-sm .subcol   { width: 220px; float: left;  overflow: hidden; margin-left:  0;}
.c-sm .wrapper  { width: 720px; float: right; overflow: hidden; margin-left: 20px;}
.c-sm .maincol  { width: 720px;  overflow: hidden;}
.c-sm .xcol     { display: none; overflow: hidden;} 

/* Contents 2cols right */
.c-ms           {}
.c-ms .subcol   { width: 220px; float: right; overflow: hidden; margin-right: 0;}
.c-ms .wrapper  { width: 720px; float: left;  overflow: hidden; margin-right: 20px;}
.c-ms .maincol  { width: 720px;  overflow: hidden;}
.c-ms .xcol     { display: none; overflow: hidden;}

/* Contents 1col */
.c-m            {}
.c-m .subcol    { display: none;}
.c-m .wrapper   { width: 960px;  overflow: hidden; margin: 0 auto;}
.c-m .maincol   { width: 960px;  overflow: hidden; margin: 0 auto;}
.c-m .xcol      { display: none; overflow: hidden;}


.column		 { width: 100%; margin: 0; padding: 0 1px 10px 0; clear: both;}
.column-inner	 { margin: 0; padding: 10px 0; zoom: 1; border-bottom: 1px dotted #aaa;}
.column-inner:after { content:""; display: block; clear: both;}
.column-inner h3 { margin-bottom: 5px; color: #0067b0; font-size: 120%; font-weight: bold; line-height: 1.572;}
.column-inner p  { margin: 0; padding: 0; line-height: 1.572;}
.column-inner span { margin: 0; padding: 0; line-height: 1.0;}

/* table */
.column-inner table {
	margin		: 10px 0;
	background	: #ffffff;
	font-size	: 93%;
	line-height	: 1.42;
	border		: solid #3f3f40;
	border-width	: 1px 0 0 1px;
	border-collapse	: separate;
	border-spacing	: 0;
}
.column-inner table th,
.column-inner table td {
	padding		: 8px;
	border		: solid #3f3f40;
	border-width	: 0 1px 1px 0;
}
.column-inner table th {
	background	: #b2b1ae;
	color		: #333;
}


/* Photos */
.photos		{}
.photos-left	{ margin-right: 15px; float: left;}
.photos-right	{ margin-left: 15px; float: right;}
.photos-center	{ width: 100%; text-align: center;}

.photos-conformity	  { margin: 0 auto;}
.photos-conformity-left	  { margin: 0;}
.photos-conformity-right  { margin: 0;}
.photos-conformity-center { margin: 0 auto;}

.photos-conformity div,
.photos-conformity-left div,
.photos-conformity-right div,
.photos-conformity-center div { margin: 0 1px 0 0; padding: 0; float: left;}

.photos-conformity div:last-child,
.photos-conformity-left div:last-child,
.photos-conformity-right div:last-child,
.photos-conformity-center div:last-child { margin: 0;}

.photos img,
.photos-left img,
.photos-right img,
.photos-center img,
.photos-conformity img,
.photos-conformity-left img,
.photos-conformity-right img,
.photos-conformity-center img { vertical-align: bottom; padding: 2px;}

.photos .caps,
.photos-left .caps,
.photos-right .caps,
.photos-center .caps,
.photos-conformity .caps,
.photos-conformity-left .caps,
.photos-conformity-right .caps,
.photos-conformity-center .caps { font-size: 100%; line-height: 1.32; padding-top: 2px; display: block; word-wrap: break-word;}

/* List */
.column-inner ul { margin: 0 0 0 2em; padding: 0;}
.column-inner ol { margin: 0 0 0 2em; padding: 0;}

.column-inner ul li { margin: 0; padding: 0; list-style: disc;}
.column-inner ol li { margin: 0; padding: 0; list-style: decimal;}

/* Detail */
.plandetail	  { overflow: hidden;}
.plandetail-left  { overflow: hidden;}
.plandetail-right { overflow: hidden;}
.plandetail-center{ overflow: hidden; clear: both;}

.plandetail-conformity	     { padding-top: 10px; overflow: hidden; clear: both;}
.plandetail-conformity-left  { padding-top: 10px; overflow: hidden; clear: both;}
.plandetail-conformity-right { padding-top: 10px; overflow: hidden; clear: both;}
.plandetail-conformity-center{ padding-top: 10px; overflow: hidden; clear: both;}

/* Arrow */
a.arrow		 { padding-left: 16px; background: url(../img/common/arrow.gif) no-repeat 0 1px;}
a.arrow-external { padding-left: 16px; background: url(../img/common/arrow_external.gif) no-repeat 0 1px;}

/* Move */
.move			{ width: 100%; margin: 15px auto 5px; clear: both;}
.move ul		{ font-size: 85%; line-height: 1.32; text-align: right;}
.move ul li		{ width: 150px; display: inline;}
.move ul li a		{ height: 0; padding-top: 20px; background: url(../img/common/scroll.png) no-repeat 100% 0; display: block; overflow: hidden;}
.move ul li a:hover	{ background-position: 100% -20px;}


/* Box end */
.clear { clear: both; overflow: hidden;}


/*
--------------------------------------------------
	Side Menu
-------------------------------------------------- */
#submenu			{ width: 100%; margin: 0 0 15px; padding: 0;}
#submenu ul li.submenu-title	{ padding: 5px;  background: #1b1b1b; color: #FFF; font-size: 110%; font-weight: bold; text-align: center;}

#submenu ul		  { width: 100%;}
#submenu ul li		  { margin: 0; padding: 0; border: 1px solid #1b1b1b; border-bottom: none; background: #FFF; color: #1b1b1b;}
#submenu ul li:last-child { border-bottom: 1px solid #1b1b1b;}
#submenu ul li a	  { margin: 0; padding: 5px 5px 5px 15px; text-decoration: none; color: #1b1b1b; display: block;}
#submenu ul li a:hover	  { background: #3a3a3a; color: #FFF;}

#submenu ul li ul.sub	  { width: 100%;}
#submenu ul li ul.sub li  { margin: 0; padding: 0; border: none; background: #FFF; color: #1b1b1b;}
#submenu ul li ul.sub li a	 { margin: 0; padding: 5px 5px 5px 25px; text-decoration: none; color: #1b1b1b; display: block;}
#submenu ul li ul.sub li a:hover { background: #3a3a3a; color: #FFF;}


/*
--------------------------------------------------
	Home
-------------------------------------------------- */
/* Recommend */
#recommends		     { padding-bottom: 20px; padding-top: 10px;}
#recommends .column-inner    { margin: 0; padding: 10px 0; border-bottom: 1px dotted #aaa; overflow: hidden;}
#recommends .column-inner h3 { margin-bottom: 5px; line-height: 1.42; color: #0067b0;}
#recommends .column-inner h3 a { color: #0067b0;}
#recommends .column-inner p  { margin-bottom: 5px; line-height: 1.42;}
#recommends hr		     { height: 0px; border: 1px dotted #DDD;}

/* News */
#news			{ padding: 10px 0 0; margin: 0;}
#news .column-inner	{ margin: 0; padding: 10px 0; border-bottom: 1px dotted #aaa; overflow: hidden;}
#news .column-inner h3	{ margin-bottom: 5px; line-height: 1.42; color: #0067b0;}
#news .column-inner h3 a { color: #0067b0;}
#news .column-inner p	{ margin-bottom: 5px; line-height: 1.42;}
#news hr		{ height: 0px; border: 1px dotted #aaa;}


.more{ margin: 0 0 10px; font-size: 85%; line-height: 1.32;}
.more:after{ content:""; clear:both; display: block;}
.more a{ float: right; color: #696262; text-decoration: underline; padding-left: 16px; background: url(../img/common/arrow_more.png) no-repeat left center;}
.more a:hover{ color: #696262; text-decoration: none;}


/*
--------------------------------------------------
	Entries
-------------------------------------------------- */
#entries {}
#entries div.column{}

/* Tabs Contents */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content,
	so that visibility can be better controlled in different media types... */
	.ui-tabs-hide { display: none;}
}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav { display: none;}
}

ul.ui-tabs-nav {
	width		: 100%;
	height		: 45px;
	padding		: 0;
	background	: url(../img/home/tab_bg.gif) repeat-x 0 0;
	overflow	: hidden;
}
ul.ui-tabs-nav li { float: left;}
ul.ui-tabs-nav li a {
	width		: 240px;
	height		: 0;
	margin		: 0;
	padding-top	: 45px;
	display		: block;
	float		: left;
	overflow	: hidden;
	outline		: none;
}

/* Tab Style */
ul.ui-tabs-nav li#entries-tab-recommend a	{ background: url(../img/home/tab_recommend.gif) no-repeat 0 -45px;}
ul.ui-tabs-nav li#entries-tab-recommend a:hover { background-position: 0 -45px;}
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected a { background-position: 0 0;}

ul.ui-tabs-nav li#entries-tab-news a	   { background: url(../img/home/tab_news.gif) no-repeat 0 -45px;}
ul.ui-tabs-nav li#entries-tab-news a:hover { background-position: 0 -45px;}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected a { background-position: 0 0px;}


/*
--------------------------------------------------
	Sitemap
-------------------------------------------------- */
#sitemap {}
#sitemap .column-inner		   { padding: 15px 0 10px; border: none;}
#sitemap .column-inner ul	   { margin-left: 20px;}
#sitemap .column-inner ul li	   { padding-left: 12px; background: url(../img/common/arrow.gif) no-repeat 0 5px;}
#sitemap .column-inner ul li span  { color: #aaa;}
#sitemap .column-inner ul li ul    { font-size: 100%; margin-top: 10px;}
#sitemap .column-inner ul li ul li { margin-bottom: 3px;}


/*
--------------------------------------------------
	Side bar
-------------------------------------------------- */
/*	Online service
-------------------------------------------------- */
.onlineservice		{ width: 220px; margin: 0 0 10px 0; padding: 0 0 15px; background: url(../img/common/bg_search_bottom.png) no-repeat 0 bottom; color: #fff; line-height:1.75;}
.onlineservice-inner	{ width: 220px; margin: 0; padding: 10px 0 5px; background:url(../img/common/bg_search.png) repeat-y 0 0;}

.onlineservice h3#hd_search	{ height: 55px; background: url(../img/common/hd_search.png) no-repeat 0 0; text-indent: -9999px;}
.onlineservice h3#hd_search_rest{ height: 55px; background: url(../img/common/hd_search_rest.png) no-repeat 0 0; text-indent: -9999px;}
.onlineservice h4#shd_search	{}

.booking-search		{ margin: 0 20px 10px;}
.booking-search .btns	{ margin: 5px auto; text-align: center;}
.booking-search .button { width: 100%;}
.booking-search input,
.booking-search select	{ margin-right: 5px;}
.booking-search select.selectbox {}

.booking-buttons ul,
.booking-links ul { margin-left: 0; margin-top: 10px; clear: both;}

.booking-buttons ul li	 { width: 180px; margin: 0 auto;}
.booking-buttons ul li a { width: 180px; height: 25px; margin-bottom: 2px; overflow: hidden; display: block; text-indent: -9999px;}

.booking-links		 { width: 180px; margin: 0 auto;}
.booking-links ul li a	 { color: #e2e2e2; background:url(../img/common/arrow_footer.png) no-repeat 2px 6px; padding-left: 10px;}

#booking_btn_plan a	 { background: url(../img/common/btn_search01.png) no-repeat 0 0;}
#booking_btn_available a { background: url(../img/common/btn_search02.png) no-repeat 0 0;}

#booking_btn_plan a:hover	{ background-position: 0 -25px;}
#booking_btn_available a:hover	{ background-position: 0 -25px;}

/* 横長ver */
.onlineserviceY		{ width: 960px; margin: 10px auto; padding: 0 0 10px; background:url(../img/common/searchY_bg_footer.gif) no-repeat 0 bottom; color: #FFF; line-height:1.75;}
.onlineserviceY-inner	{ width: 960px; background: url(../img/common/searchY_bg.gif) repeat-y 0 0; padding: 1px 0;}

.onlineserviceY h3#hd_search	  { width: 960px; height: 25px; background: url(../img/common/hd_searchY.gif) no-repeat 0 0; text-indent: -9999px;}
.onlineserviceY h3#hd_search_rest { width: 960px; height: 25px; background: url(../img/common/hd_searchY_rest.gif) no-repeat 0 0; text-indent: -9999px;}

.booking-searchY	 { width: 920px; margin: 0 auto 5px;}
.booking-searchY .btns	 { margin: 5px auto; text-align: center;}
.booking-searchY .button { width: 190px;}
.booking-searchY input,
.booking-searchY select	 { margin-right: 5px;}
.booking-searchY select.selectbox {}


/*	Bestrate
-------------------------------------------------- */
.bestrate	{ width: 220px; margin: 0 auto 10px; overflow: hidden; text-align: center;}
.bestrate p	{ text-align: center; padding-bottom: 10px;}
.bestrate ul	{ text-align: center;}
.bestrate ul li { padding-bottom: 5px;}
.bestrate img	{ vertical-align: bottom;}
.bestrate span	{ padding-top: 2px; font-size: 85%; line-height: 1.32; text-align: left; display: block;}


/*	Banner
-------------------------------------------------- */
.banner		{ width: 220px; margin: 0 auto 10px; overflow: hidden; text-align: center;}
.banner p	{ text-align: center; padding-bottom: 10px;}
.banner ul	{ text-align: center;}
.banner ul li	{ padding-bottom: 5px;}
.banner img	{ vertical-align: bottom;}
.banner span	{ padding-top: 2px; font-size: 85%; line-height: 1.32; text-align: left; display: block;}


/*	Mobile
-------------------------------------------------- */
#mobile		 { width: 220px; margin: 0 auto 10px; overflow: hidden;}
#mobile-inner	 { padding: 10px 10px 0; border: 1px solid #333; background: #ffffff;}
#mobile p	 { margin: 0 0 10px; color: #555; font-size: 85%; line-height: 1.32;}
#mobile p#qrcode { text-align: center;}
#mobile p#qrcode img { border: 1px solid #333;}


/*
--------------------------------------------------
	Form
-------------------------------------------------- */
form			 {}
select			 { font-size: 13px; cursor: pointer;}
input[type="text"]	 { height: 16px; padding: 2px; color: #333; font-size: 13px; font-family: Arial,Helvetica,sans-serif; border: 1px solid #aaa;}
input[type="text"]:focus { border: 1px solid #cc6600;}
input[type="button"]	 { cursor: pointer;}
input[type="submit"]	 { cursor: pointer;}
textarea		 { width: 98%; padding: 2px; color: #333; font-size: 13px; border: 1px solid #aaa; overflow: auto;}
textarea:focus		 { border: 1px solid #cc6600;}
.inquiry-form .caps	 { margin: 10px 3px 0 3px; color: #FF0000; font-size: 0.8em; display: block;}


/*
--------------------------------------------------
	Footer
-------------------------------------------------- */
.footer		{ width: 100%; margin: 0; padding: 0; background: #f5f5f5; border-top: 3px solid #ffffff; color: #000000; font-size: 0.85em; text-align: center; clear: both;}
.footer-inner	{}

/* Information */
.information		{ width: 960px; margin: 0 auto; padding: 15px 0; text-align: left; overflow: hidden;}
.information h3		{ margin-bottom: 5px; font-weight: bold; line-height: 1.572;}
.information h4		{ margin-bottom: 5px; font-weight: bold; line-height: 1.32;}
.information p		{ line-height: 1.42;}
.information ul		{ line-height: 1.42;}
.information ul li	{ margin-bottom: 1px; padding-left: 13px; background: url(../img/common/arrow.gif) no-repeat left center;}
.information div.information-photo	{ padding: 0 10px; float: left;}
.information div.information-access	{ padding: 0 10px; float: left;}
.information div.information-access p	{ margin-bottom: 5px;}
.information div.information-read	{ padding: 10px 15px 10px 15px; overflow: hidden;}
.information div.information-read p	{ margin-bottom: 5px;}

/* fnav */
.fnav		{ width: 100%; background: #e8e8e8;}
.fnav-inner	{ width: 960px; margin: 0 auto; padding: 10px 0 15px;}
.fnav ul	{ padding: 5px 0 0 0;}
.fnav ul li	{ padding: 0 12px 0 0; display: inline;}
.fnav ul li a		{ color: #000000; background: url(../img/common/arrow_footer.png) no-repeat 0 center; padding: 0 0 0 10px;}
.fnav ul li a:hover	{ color: #000000;}
.fnav ul li#fnav08,
.fnav ul li#fnav17,
.fnav ul li:last-child	{ border: none;}

/* Copyright */
.copyright		{ width: 100%; background: #f5f5f5;}
.copyright p		{ width: 960px; margin: 0 auto; padding: 10px 0; color: #000;}
.copyright a		{ color: #000;}
.copyright a:hover	{ color: #000;}


/*
--------------------------------------------------
	Image Surfing Style
-------------------------------------------------- */

/* Small-160px */
.imagesurfingsmall {
	width		: 164px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingsmall ul { width: 160px; margin: 0 auto;}
.imagesurfingsmall ul li { width: 40px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingsmall ul li a {
	width		: 40px;
	height		: 30px;
	border		: none;
	border-bottom	: 4px solid #e0e0e0;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingsmall img {
	width		: auto;
	height		: 120px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingsmall ul li img {
	width		: 39px;
	height		: 29px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfingsmall ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #e89da0;
}
.imagesurfingsmall p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Normal-220px */
.imagesurfingnormal {
	width		: 224px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingnormal ul { width: 220px; margin: 0 auto;}
.imagesurfingnormal ul li { width: 55px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingnormal ul li a {
	width		: 55px;
	height		: 42px;
	border		: none;
	border-bottom	: 4px solid #eee;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingnormal img {
	width		: auto;
	height		: 165px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingnormal ul li img {
	width		: 54px;
	height		: 41px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfingnormal ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #E76200;
}
.imagesurfingnormal p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Large-280px */
.imagesurfinglarge {
	width		: 284px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfinglarge ul { width: 280px; margin: 0 auto;}
.imagesurfinglarge ul li { width: 70px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfinglarge ul li a {
	width		: 70px;
	height		: 53px;
	border		: none;
	border-bottom	: 4px solid #eee;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfinglarge img {
	width		: auto;
	height		: 210px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfinglarge ul li img {
	width		: 69px;
	height		: 52px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfinglarge ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #E76200;
}
.imagesurfinglarge p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/*
--------------------------------------------------
	Hacks...
	We hope that we don't have to use this!
-------------------------------------------------- */
/* Print hack for Firefox */
@media print {
	html>/**/body .subcol,
	html>/**/body .wrapper,
	html>/**/body .column,
	html>/**/body .entry,
	html>/**/body .detail { overflow: visible !important;}
}

/* Margin fix for IE6 */
div.photos { _margin-bottom: -10px;}
p.photos { _margin-bottom: 0;}
@media print {
	.entry { _padding-bottom: 15px;}
	.detail { _padding-bottom: 15px;}
	div.photos { _margin-bottom: 0;}
	.entry p { _margin-bottom: 0; _padding-bottom: 10px;}
	.information { _margin-bottom: 10px;}
}

/*
-----------------------------------------------
調整
----------------------------------------------- */

.column-inner table th {
background: #f0f0f0;
}