@charset "utf-8";
/* CSS Document */

/* ページ全体 */
html,body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
				Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	color:#333;
	margin: 0;  
    padding: 0;
	}
	
#container{
	width:1000px;
	margin:auto;
	background-color:#FFC;
	background-image:url(../images/back.png);
	background-repeat:repeat-y;	
	}
#wrap{
	margin:0 auto;
	width:900px;
	}
	
img {
	border: none; /*IE画像のボーダー非表示*/
	}	
	
/* ページ全体/// */

/* ヘッター */
#header{
	width:900px;
	padding-top:20px;
	}
#header ul{
	margin-left:-30px;
	}	
#header li{
	list-style-image: url(../images/menu.png);
	float:left;
	margin:20px;
	}
#header img{
	margin-top:20px;
	float:right;
	}		
/* リンクの設定 */
#header a:link {
	color:#333;
	text-decoration: none;
	}
#header a:visited  {
	color:#333;
	text-decoration: none;
	}
#header a:hover{
	color:#F60;
	text-decoration: none;
	}
#header a:active { 
	color:#F60; 
	text-decoration: none;
	}	
/* リンクの設定/// */
/* ヘッター/// */

/* Google検索窓 新井追加*/
#gsearch {
	float: right;
	width: 350px;
	}
/* Google検索窓/// */

/* FBいいねボタンとツイートボタン配置調整 (塩川追記)*/
iframe#likebutton{
	float: left;
	padding-left: 155px;
	padding-top: 6px;
}
iframe.twitter-share-button{
	float: right;
	width: 90px!important;
	margin-top: -21px;
	margin-right: -7px;
}
/* FBいいねボタン・ツイートボタン */


/* ロゴ全体 */
#logo{
	clear:both;
	text-align:center;
	padding:30px 0 50px 0;
	}
#logo p{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	}
/* ロゴ/// */


/* 左ボックス */
#leftbox{
	float:left;
	background-color:#fff000;
	line-height:200%;
	width:150px; 
	}		
#leftbox p{
	font-weight:bold;
	color:#FFF;
	background-color:#F60;
	margin:5px;
	text-align:center;
	padding:3px 0;
	}
#leftbox ul{
	list-style:none;
	font-weight:bold;
	font-size:14px;
	}
#leftbox .area00{
	list-style-image: url('../images/area01.png');
	color:#EF4400;
	}
#leftbox .area01{
	margin-left:-20px;
	list-style-image: url('../images/area02.png');
	color:#F60;
	}
#leftbox .area02{
	color:#333;	
	margin-left:-40px;
	}

#leftbox li.area02_this {
	color: #999;	
	margin-left:-40px;
	}
	
#leftbox hr{
	background-color:#EF4400;
	height:1px;
	margin:0 10px;
	border: none;
	}
#leftbox .ichiran{
	margin:10px;
	}
/* リンクの設定 */

#leftbox a:link {
	color:#EF4400;
	text-decoration: none;
	}
#leftbox a:visited  {
	color:#EF4400;
	text-decoration: none;
	}
#leftbox a:hover{
	color:#F60;
	text-decoration: none;
	}
#leftbox a:active { 
	color:#F60; 
	text-decoration: none;
	}
/* リンクの設定/// */
/* 左ボックス/// */	

/* 右ボックス */
#lightbox{
	float:right;
	width:700px;
	}
/* Gmapボックス */
#contents01 .map{
	background-color:#CCC;
	width:650px;
	height:300px;
	border:#fff000 solid 25px;
	margin-bottom:30px;
	}
/* Gmapボックス/// */ 
/* オススメボックス */
#contents02{
	background-color:#fff000;
	width:650px;
	border:#fff000 solid 25px;
	margin-bottom:30px;
	}
#contents02 h1{
	color:#EF4400;
	margin-top:-5px;
	font-size:25px;
	border-bottom:#EF4400 solid 4px;
	}
#contents02 .box01{
	background-color:#FFF;
	height:90px;
	}
#contents02 .box02{
	margin-top:15px;
	background-color:#FFF;
	height:200px;
	}

#contents02 p{
	font-size:15px;
	padding:0 10px 10px 10px;
	}

.thumbs{/* 塩川追記（スライダー用・小画像）/// */
	padding: 10px;
}

/* オススメボックス/// */
/* コースボックス */
#contents03{
	background-color:#FFF;
	width:650px;
	height:310px;
	border:#fff000 solid 25px;
	margin-bottom:30px;
	overflow:hidden;
		}
#contents03 h2{
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	background-color:#F60;
	margin:5px 5px -5px 5px;
	padding:5px 10px;
	}
#contents03 #tatebox{
	margin:10px 25px;
	}
#contents03 #tatebox p{
	margin:4px;
	}
#contents03 #tatebox img{
	margin-bottom:5px;
	margin-left:-5px;
	}
#contents03 #tatebox .spot{
	background-color:#FF9;
	padding:5px;
	height:175px;
	}	
#contents03 #tatebox .time{
	margin-left:45px;
	}
/* コースボックス/// */
/* twitterボックス */
#contents04{
	background-color:#fff000;
	width:650px;
	border:#fff000 solid 25px;
	}	
#contents04 h2{
	color:#EF4400;
	margin-top:-5px;
	font-size:25px;
	border-bottom:#EF4400 solid 4px;
	}
#contents04 .twitter{
	background-color:#CCC;
	width:650px;
	height:300px;
	}
/* twitterボックス/// */
/* 右ボックス/// */	


/* フッター全体 */
#footer{
	width:900px;
	clear:both;
	margin:auto;
	padding:30px 0;
	text-align:center;
	font-size:12px;
	}
/* リンクの設定 */
#footer a:link {
	color:#333;
	text-decoration: none;
	}
#footer a:visited  {
	color:#333;
	text-decoration: none;
	}
#footer a:hover{
	color:#F60;
	text-decoration: none;
	}
#footer a:active { 
	color:#F60; 
	text-decoration: none;
	}
/* リンクの設定/// */
/* フッター全体/// */