@charset "UTF-8";

/* CSS Information
==================================
CSS File for "伊豆観光ガイド"
File name : guide.css
     Date : 2009.09.09
==================================
*/


/*-----------------------------------------------------------------------------
	ヘッダー設定
----------------------------------------------------------------------------*/
#header-guide {
	width: 950px;
	margin: 5px auto 10px;
}
#header-guide h1 {
	width: 950px;
	height: 130px;
	background-image: url(../guide/img/tit_guide.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/*-----------------------------------------------------------------------------
	メインコンテナ設定
----------------------------------------------------------------------------*/
#container {
	margin: 0px auto;
	width: 950px;
	overflow: hidden;
	clear: both;
}


/*-----------------------------------------------------------------------------
	 サイドバー段組設定
----------------------------------------------------------------------------*/
#sidebar {
	width: 200px;
	float: left;
	overflow: hidden;
}


/*-----------------------------------------------------------------------------
	 コンテンツ段組設定
----------------------------------------------------------------------------*/
#content {
	width: 730px;
	float: right;
	overflow: hidden;
}


/*-----------------------------------------------------------------------------
	 サイドバー詳細設定
----------------------------------------------------------------------------*/
/* 見出し設定 */
#sidebar #global-nav h3 {
	width: 200px;
	height: 50px;
	text-indent: -9999px;
}
#sidebar #global-nav h3.access {
	background-image: url(../guide/img/globalnav_access.gif);
	background-repeat: no-repeat;	
}
#sidebar #global-nav h3.izuguide {
	background-image: url(../guide/img/globalnav_izuguide.gif);
	background-repeat: no-repeat;	
}
#sidebar #global-nav h3.info {
	background-image: url(../guide/img/globalnav_info.gif);
	background-repeat: no-repeat;	
}

/* メニューリスト設定 */
#sidebar #global-nav ul {
	overflow: hidden;
}
#sidebar #global-nav ul li {
	background-color: #f6f7f7;
	background-image: url(../guide/img/globalnav_csr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #acacac;
	background-position: 20px 15px;
}
#sidebar #global-nav ul li.last {
	border: none;
}
#sidebar #global-nav ul li a {
	width: 160px;
	height: 28px;
	display: block;
	color: #03004c;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 12px;
}
#sidebar #global-nav ul li a:hover,
#sidebar #global-nav ul li#active a {
	color: #fe3102;
	background-color: #e2ebfe;
	background-image: url(../guide/img/globalnav_csr_over.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
#sidebar #global-nav ul.top li {
	border-top: 5px solid #7a90ad;
	border-bottom: none;
}
	/* for IE7 */  
	*:first-child+html #sidebar #global-nav ul.top li { 
    background-position: 20px 20px;
    }
	
	/* for IE6 */  
	* html #sidebar #global-nav ul.top li {  
    background-position: 20px 20px; 
    }


/*-----------------------------------------------------------------------------
	 コンテンツ詳細設定
----------------------------------------------------------------------------*/
/* 見出し */
#content h3 {
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#content h3.access {
	background-image: url(../guide/img/top_tit_access.gif); /* 伊豆へのアクセスは？ */
	background-repeat: no-repeat;
}
#content h3.area {
	background-image: url(../guide/img/top_tit_area.gif); /* 地域別！伊豆のあんなこんな */
	background-repeat: no-repeat;
}
#content h3.link {
	background-image: url(../guide/img/top_tit_link.gif); /* 伊豆の便利サイト */
	background-repeat: no-repeat;
}
#content h3.car-map {
	background-image: url(../guide/img/top_tit_car_map.gif); /* アクセスガイド・マップ〜車〜 */
	background-repeat: no-repeat;
}
#content h3.car-way {
	background-image: url(../guide/img/top_tit_car_way.gif); /* アクセスガイド・ルート〜車〜 */
	background-repeat: no-repeat;
}
#content h3.train-map {
	background-image: url(../guide/img/top_tit_train_map.gif); /* アクセスガイド・マップ〜電車＆バス〜 */
	background-repeat: no-repeat;
}
#content h3.train-way {
	background-image: url(../guide/img/top_tit_train_way.gif); /* アクセスガイド・ルート〜電車＆バス〜 */
	background-repeat: no-repeat;
}
#content h3.guide-higashi {
	background-image: url(../guide/img/top_tit_guide_higashi.gif); /* 伊豆ガイド〜東伊豆編〜 */
	background-repeat: no-repeat;
}
#content h3.guide-minami {
	background-image: url(../guide/img/top_tit_guide_minami.gif); /* 伊豆ガイド〜南伊豆編〜 */
	background-repeat: no-repeat;
}
#content h3.guide-naka {
	background-image: url(../guide/img/top_tit_guide_naka.gif); /* 伊豆ガイド〜中伊豆編〜 */
	background-repeat: no-repeat;
}
#content h3.guide-nishi {
	background-image: url(../guide/img/top_tit_guide_nishi.gif); /* 伊豆ガイド〜西伊豆編〜 */
	background-repeat: no-repeat;
}
#content h3.guide-kita {
	background-image: url(../guide/img/top_tit_guide_kita.gif); /* 伊豆ガイド〜北伊豆編〜 */
	background-repeat: no-repeat;
}

/* 詳細 */
#content #dtl {
	width: 690px;
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
#content #dtl p {
	font-size: 108.4%;
	text-align: justify;
	line-height: 1.6em;
}

/* 伊豆へのアクセスは？ */
#content #dtl .access .btn img {
	margin-left: 40px;
	margin-top: 15px;
}
#content #dtl .access .btn a:hover img {
	filter: alpha(opacity=85);	/* IE */
	-moz-opacity:0.85;			/* Firefox・Netscape */
	opacity:0.85;				/* Opera・Safari */
}

/* 地域別！伊豆のあんなこんな */
#content #dtl .area .area-dtl {
	background-color: #fffbee;
	padding: 20px 40px;
	overflow: hidden;
	margin-top: 20px;
}

/* 左右分割のためのinn */
#content #dtl .area .area-dtl #inn {
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin-bottom: 10px;
	width: 610px;
}
#content #dtl .area .area-dtl #inn.last {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content #dtl .area .area-dtl #inn .inn-l {
	width: 280px;
	float: left;
}
#content #dtl .area .area-dtl #inn .inn-r {
	width: 280px;
	float: right;
}
/* 各エリア画像とテキスト分割のためのdl */
#content #dtl .area .area-dtl #inn .inn-l dl,
#content #dtl .area .area-dtl #inn .inn-r dl {
	width: 280px;
	overflow: hidden;
}
#content #dtl .area .area-dtl #inn .inn-l dl dt,
#content #dtl .area .area-dtl #inn .inn-r dl dt {
	width: 100px;
	float: left;
}
#content #dtl .area .area-dtl #inn .inn-l dl dd,
#content #dtl .area .area-dtl #inn .inn-r dl dd {
	width: 160px;
	float: right;
	font-size: 83.4%;
	text-align: justify;
}
#content #dtl .area .area-dtl #inn .inn-l dl dd h4,
#content #dtl .area .area-dtl #inn .inn-r dl dd h4 {
	font-size: 116.7%;
	padding-bottom: 5px;
}
#content #dtl .area .area-dtl #inn .inn-l dl dd h4 a,
#content #dtl .area .area-dtl #inn .inn-r dl dd h4 a {
	text-decoration: underline;
}

/* 伊豆の便利サイト */
#content #dtl .link h4 {
	width: 200px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#content #dtl .link h4.access {
	background-image: url(../guide/img/top_link_access.gif); /* 交通画像 */
	background-repeat: no-repeat;
}
#content #dtl .link h4.station {
	background-image: url(../guide/img/top_link_station.gif); /* 道の駅画像 */
	background-repeat: no-repeat;
}
#content #dtl .link #inn {
	margin-left: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}
#content #dtl .link #inn ul {
	width: 200px;
	float: left;
}
#content #dtl .link #inn ul.last {
	width: 220px;
}
#content #dtl .link #inn ul li {
	margin-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
	background-position: 0px 3px;
}
#content #dtl .link #inn ul#access li {
	background-image: url(../guide/img/top_link_csr1.gif); /* 交通用ポイント画像 */
	background-repeat: no-repeat;

}
#content #dtl .link #inn ul#station li {
	background-image: url(../guide/img/top_link_csr2.gif); /* 道の駅用ポイント画像 */
	background-repeat: no-repeat;

}
#content #dtl .link #inn ul li a {
	text-decoration: underline;	
}

/*-----------------------------------------------------------------------------
	アクセスガイド設定
----------------------------------------------------------------------------*/
#content #dtl .map {
	text-align: center;	
}

/*-----------------------------------------------------------------------------
	伊豆ガイド設定
----------------------------------------------------------------------------*/
/* ローカルナビ */
#content #dtl #local-nav {
	width: 690px;
	overflow: hidden;
	margin-bottom: 15px;
}
#content  #dtl  #area-local  dl dd dl dt {
	width: 690px;	
}
#content #dtl #local-nav ul li {
	text-align: center;
	float: left;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right-style: none;
}
#content #dtl #local-nav ul li a {
	width: 119px;
	color: #03004c;
	padding: 6px 0px;
	display: block;
	text-decoration: none;
	background-image: url(../guide/izuguide/img/localnav_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: left top;
}
#content #dtl #local-nav ul li.top a {
	width: 209px;
}
#content #dtl #local-nav ul li.last a {
	width: 118px;
	border-right: 1px solid #cfcfcf;
}
#content #dtl #local-nav ul li a:hover,
#content #dtl #local-nav ul li#active a {
	background-image: url(../guide/izuguide/img/localnav_bg_active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* 伊豆ガイド各エリアトップページ */
#content #dtl #area-top {
	width: 690px;
	overflow: hidden;
}
#content #dtl #area-top p {
	margin-bottom: 20px;	
}
#content #dtl #area-top #keyword {
	width: 690px;
	overflow: hidden;
	margin-bottom: 30px;
}
#content #dtl #area-top #keyword h2 {
	width: 140px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#content #dtl #area-top #keyword h2.shoku {
	background-image: url(../guide/izuguide/img/key_tit_food.gif); /* ピックアップ食！ */
	background-repeat: no-repeat;	
}
#content #dtl #area-top #keyword h2.hana {
	background-image: url(../guide/izuguide/img/key_tit_flower.gif); /* ピックアップ花！ */
	background-repeat: no-repeat;	
}
#content #dtl #area-top #keyword h2.kanko {
	background-image: url(../guide/izuguide/img/key_tit_tour.gif); /* ピックアップ観光！ */
	background-repeat: no-repeat;	
}
#content #dtl #area-top #keyword ul {
	width: 660px;
	margin-left: 30px;
	overflow: hidden;
}
#content #dtl #area-top #keyword ul li {
	width: 180px;
	float: left;
	margin-right: 40px;
}
#content #dtl #area-top #keyword ul li h3 {
	font-weight: bold;
	text-indent: 0px;
	text-decoration: underline;
	margin: 5px 0px;
	padding: 0px;
	height: auto; /* 上でheihgt指定があるため解除 */
	width: auto; /* 上でwidth指定があるため解除 */
}
#content #dtl #area-top #keyword ul li h3.shoku {
	color: #2aab39;
}
#content #dtl #area-top #keyword ul li h3.hana {
	color: #f94bd0;
}
#content #dtl #area-top #keyword ul li h3.kanko {
	color: #fc8302;
}
#content #dtl #area-top #keyword ul li p {
	font-size: 100%;
	text-align: justify;
	margin-bottom: 0px;
}
#content #dtl #area-top #keyword ul li .more {
	font-size: 91.7%;
	text-align: right;
	background-image: url(../guide/img/btn_more.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 8px;
}

/*-----------------------------------------------------------------------------
	伊豆ガイド　各ローカル詳細設定
----------------------------------------------------------------------------*/
#content #dtl #area-local {
	width: 690px;
	overflow: hidden;
}
/* ローカル編 */
#content #dtl #area-local h2 {
	font-weight: bold;
	color: #7d7d7d;
	background-color: #f3f1fd;
	padding: 8px 15px;
	border-right: 5px solid #aca0e7;
	border-left: 5px solid #aca0e7;
	font-size: 116.7%;
	margin-bottom: 10px;
}
/* 名物・歴史など */
#content #dtl #area-local dl {
	width: 690px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content #dtl #area-local dl dt {
	width: 110px;
	height: 30px;
	float: left;
	text-indent: -9999px;
}
#content #dtl #area-local dl dd {
	width: 560px;
	float: right;
	padding-top: 7px;
	text-align: justify;
}
#content #dtl #area-local dl dt.food {
	background-image: url(../guide/izuguide/img/local_food.gif); /* 名物画像 */
	background-repeat: no-repeat;	
}
#content #dtl #area-local dl dt.place {
	background-image: url(../guide/izuguide/img/local_place.gif); /* 名所・史跡画像 */
	background-repeat: no-repeat;	
}
#content #dtl #area-local dl dt.access {
	background-image: url(../guide/izuguide/img/local_access.gif); /* 簡単アクセス画像 */
	background-repeat: no-repeat;	
}
#content #dtl #area-local dl dt.history {
	background-image: url(../guide/izuguide/img/local_history.gif); /* 歴史画像 */
	background-repeat: no-repeat;	
}
#content #dtl #area-local dl dd span {
	color: #9bdcfa;	
}

/*-----------------------------------------------------------------------------
	トップフリーエリア設定
----------------------------------------------------------------------------*/
#content #free {
	margin-bottom: 20px;	
}
#content #free p {
	font-size: 116.7%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
