/*
Theme Name: Apio
Theme URI: http://www./
Description: Apio
Author: NOBU
*/

*	{
	margin: 0;
	padding: 0;
}

body	{
	margin: 0;
	padding: 0;
	background-color: #DBE7ED;
	font-size:0.9em;
	line-height: 1.5em;
	color:#515457;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	}

a {
	color: #D52952;
	text-decoration:underline;
	}
a:hover {
	color: #D52952;
	text-decoration:none;
	}
a:visited {
	color: #D52952;
	text-decoration:none;
	}

hr	{
	margin:5px 0 ;
	clear:both;
}
	
img	{
	border: none;
	}
	
.jumptop	{
	width:100%;
	text-align:center;
	line-height:100px;
	clear: both;
	}

.left 	{
	float:left;
}

.right	{
	float:right;
}

.clear {
	clear:both;
}

strong {
	font-weight:bold;
}
.f-red {
	color:#F00;
}

.f-blue {
	color:#00F;
}

.st-bold {
	font-weight:bold;
}
	
/* ++++++ Captions & aligment ++++++*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:5px;
}

.alignright {
	float: right;
}



/* ++++++ 全体を包む ++++++*/

#wrap {
	width:900px;
	background-color:#FFF;
	padding: 0px;
	background-image: url(images/wrapbase.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */

#header {
	width:900px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 156px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #FFF;
	}
	
#header h1	{
	background-color: #00657d;
	margin: 0;
	}

#header img	{
	border: none;
	margin: 0;
	float: left;
	}

/* ++++++ メインナビ部分のデザイン ++++++ */

.hide {display:none; }
#main_navi {
	background-image: url(images/main_navi.jpg);
	background-repeat: no-repeat;
	height:49px;
	background-color: #FFF;
	width: 900px;
	overflow: hidden;
}
#main_navi ul	{
	padding: 0;
	list-style-type: none;
	margin:0;
	}
	
#main_navi li{
	display:block;
	float:left;
	background-repeat: no-repeat;
	}
#main_navi li a{
	display:block;
	/*width: 800px;*/
	background-image: url(images/main_navi.jpg);
	background-repeat: no-repeat;
	height:49px;
	float:left;
	overflow:hidden;
	text-indent:0px;
	line-height:49px;
	white-space:nowrap;
	text-align:center;
	/*background-color: #C0071D;*/
	} 

#main_navi li#mm01 a{ width:152px;background-position:-0 0;}
#main_navi li#mm02 a{ width:166px;background-position:-152px 0;}
#main_navi li#mm03 a{ width:123px;background-position:-318px 0;}
#main_navi li#mm04 a{ width:110px;background-position:-441px 0;}
#main_navi li#mm05 a{ width:77px;background-position:-551px 0;}
#main_navi li#mm06 a{ width:81px;background-position:-628px 0px;}
#main_navi li#mm07 a{ width:95px;background-position:-709px 0px;}
#main_navi li#mm08 a{ width:62px;background-position:-804px 0px;}

#main_navi li#mm01 a:hover{ background-position:0 -49px;}
#main_navi li#mm02 a:hover{ background-position:-152px -49px;}
#main_navi li#mm03 a:hover{ background-position:-318px -49px;}
#main_navi li#mm04 a:hover{ background-position:-441px -49px;}
#main_navi li#mm05 a:hover{ background-position:-551px -49px;}
#main_navi li#mm06 a:hover{ background-position:-628px -49px;}
#main_navi li#mm07 a:hover{ background-position:-709px -49px;}
#main_navi li#mm08 a:hover{ background-position:-804px -49px;}

#main_navi .navi {
	display:none;
	}

/* +++++ header & footer のサブメニューのデザイン +++++*/
.sub_menu	{
	font-size:12px;
	text-align:right;
	margin:5px;
	color: #666666;
	}

/* ++++++ トップページのデザイン ++++++ */

#top	{
	width:850px;
	background-color: #FFF;
	}

#top_img {
	width:850px;
	background-color:#CCCCCC;
	background-image: url(images/top_img.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 20px 0;
}

#top_left_area	{
	width:425px;
	float:left;
	margin-bottom: 10px;
	/*background-image: url(images/whatnew_box.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 223px;*/
}

#top_right_area	{
	width:405px;
	float:right;
	margin-top: 0px;
	margin-left: 0px;
}

#top_right_area img {
	margin-bottom:5px;
	}

/*---新着情報枠設定---*/
#top_news	{
	background-image: url(images/eventinfo_box.gif);
	background-repeat: no-repeat;
	height: 134px;
	line-height: 180%;
}
#top_news .event_box {/*イベントのお知らせ枠設定*/
	margin:5px 0 0 10px;
	width:405px;
	height:85px;
	overflow: scroll;
}
#top_news ul	{
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: none;
	}
#top_news ul a	{
	color: #00657d;
	}
#top_news li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	background-image: url(images/news_allow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 2px;
}
.top_news_category {
	font-size:9px;
	color:#111;
}

#top_kousin	{
	background-image: url(images/apioinfo_box.gif);
	background-repeat: no-repeat;
	height: 134px;
	line-height: 180%;
	margin-top: 5px;
}
#top_kousin ul	{
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: none;
	}
#top_kousin ul a	{
	color: #00657d;
	}
#top_kousin li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	background-image: url(images/news_allow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 2px;
}
.top_kousin_category {
	font-size:9px;
	color:#111;
}

#top_title p {/*タイトルバナーの文字設定*/
	font-size: 14px;
	margin:10px 5px 0 0;
	text-align:right;
	float:right;
	color: #FF3300;
	letter-spacing: -0.1em;
}
#top_title img {/*タイトルバナーの文字設定*/
	float:left;
}

/*--トップページバナー--*/	
#top_bnr_outer {
}

#top_bnr {
	float: left;
	width: 383px;
	/*min-height:264px;*/
	height:300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 20px;
	/*background-image: url(../img/sub-menu-master3.gif);*/
}
#top_bnr ul {
	list-style-type: none;
}
#top_bnr li{
	display:block;
	float:left;
	}
#top_bnr li a{
	display:block;
	height:60px;
	width:383px;
	float:left;
	overflow:hidden;
	text-indent:0px;
	line-height:60px;
	white-space:nowrap;
	text-align:center;
	background-image: url(images/top_bnr.jpg);
	}

#top_bnr li#tb01 a{ background-position:0 0;}
#top_bnr li#tb02 a{ background-position:0 -60px;}
#top_bnr li#tb03 a{ background-position:0 -120px;}
#top_bnr li#tb04 a{ background-position:0 -180px;}
#top_bnr li#tb05 a{ background-position:0 -240px;}

#top_bnr li#tb01 a:hover{ background-position:-383px 0;}
#top_bnr li#tb02 a:hover{ background-position:-383px -60px;}
#top_bnr li#tb03 a:hover{ background-position:-383px -120px;}
#top_bnr li#tb04 a:hover{ background-position:-383px -180px;}
#top_bnr li#tb05 a:hover{ background-position:-383px -240px;}

#top_bnr .navi {
	display:none;
	}

/* ++++++ フッター部分のデザイン ++++++ */
#footer_top {
	text-align:right;
	margin-right:60px;
	margin-bottom:20px;
	clear: both;
}
#footer	{
	clear: both;
	text-align:right;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	height: 50px;
	}

#cr {
	font-size:10px;
	color:#666;
	margin: 10px 25px 25px 25px;
	line-height:12px;
}
	
/* ++++++ パンくずリンクのデザイン ++++++ */

#bread	{
	margin: 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	}

/* ++++++ メインコンテンツ部分のデザイン（サイドメニューとコンテンツを包みフッターまで含む） ++++++ */

#contents	{
	width: 850px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
/*+++++重要　記事部分+++++*/

.post	{
	margin-left:10px;
}


.post h3 a	{ /*ニュースリンク設定のh3*/
	font-size:1.00em;
	font-weight:bold;
	text-decoration: underline;
}

.post h3 a:visited	{ /*ニュースリンク設定のh3*/
	font-size:1.00em;
	font-weight:bold;
	text-decoration: underline;
}
.postinfo	{
	font-size:10px;
}

#post01	{
	padding: 0 10px 10px;
	}

#post02	{
	padding-left: 10px;
	width: 460px;
	float: left;
	}

.clear	{
	clear: both;
	margin: 0;
	}

#link	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
	border: solid 1px #00a0c6;
	}

#link th	{
	width: 100px;
	background-color: #88c0ff;
	}

#link a	{
	text-decoration: none;
	color: #000000;
	}

#link a:hover	{
	color: #00657d;
	}

/*+++++ カテゴリーページのメインイメージ設定 +++++*/

#ctmain_img	{
	margin-left:0px;
}

/* ++++++ ニュースコンテンツのデザイン ++++++ */


#single h3	{
	margin-left:10px;
}
#single h4	{
	margin-left:10px;
}

#single p	{
	margin-left:10px;
	}

#monthmain	{
	background-color: #ffffff;
	}

#monthmain	{
	background-color: #ffffff;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	padding: 0px;
	}

#monthcontent	{
	/*width: 570px;
	float: left;
	margin-left: 0px;
	padding-bottom: 0px;*/
	}

#monthmain .clear	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	}

#bread	{
	margin-top: 0px;
	text-align: right;
	}

#date .title_date	{
	/*display:block;*/
	font-size: 0.75em;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
}
/*#contents #date	{
	font-size: 0.75em;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #69d600;
	}*/

#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}


#monthpost	{
	padding-bottom: 10px;
	}

#monthpost h2	{
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 140%;
	}
#monthlist h3	{
	font-size:1.15em;
	}

.pagelink	{
	margin-top: 30px;
	padding-top: 3px;
	text-align: center;
	border: 1px dotted #6699FF;
	width: 95%;
	padding-bottom: 3px;
	}

/*+++++ 宿泊ページのデザイン +++++*/


table#plan {	/*カスタムフィールドのデザイン*/
	width:550px;
	border-collapse:collapse;
	font-size:0.90em;
	line-height: 1.25em;
	margin-left:20px;
}

#plan th, #plan tr, #plan td {	/*カスタムフィールドのデザイン*/
	border-collapse:collapse;
	border: 1px solid #B8CBBB;
	padding: 3px;
}

#plan th {	/*カスタムフィールドのデザイン*/
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	background-color: #EFEEDF;
}

#plan .title {	/*カスタムフィールドのデザイン*/
	background-color: #DBF3C4;
	font-weight: bold;
	font-size: 0.95em;
	color: #000;
}



/*+++++ プライバシーページ +++++*/

#polcy {
	font-size:0.8em;
	line-height:1.2em;
	color:#000;
}
#polcy ol {
	margin-left:40px;
	list-style-position: inside;
	list-style-type: decimal;
}

/*+++++ アクセスページのデザイン +++++*/

table#aces {
	border-collapse:separate;
	border-spacing:5px;
}
#aces th {
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	white-space: nowrap;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #689868;
}
#aces td {
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}

/* WP特有のフローティングCSSです---Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
