@charset "UTF-8";
/* CSS Document */


/* --------------もくじ--------------------------------- */

/* ①H2タイトル */
/* ②右メニュータイトル */
/* ③エリアコンテンツ*/


/* /////////////①H2タイトル//////////////////////////////////////// */

/* ---------------------------------------------------------
H2
--------------------------------------------------------- */
h2 { color:#333333;}
h2 a:link { color:#333333; text-decoration: underline }
h2 a:hover { color:#666666; text-decoration: underline}
h2 a:visited { color:#666666; text-decoration: underline}

h2.area_experience {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	background:url(/images/japan_img/h/t_green_experience.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_blog {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	background:url(/images/japan_img/h/t_green_blog.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_air {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	background:url(/images/japan_img/h/t_green_air.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_bus {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	background:url(/images/japan_img/h/t_green_bus.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_arrow {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	background:url(/images/area/h/arrow_g.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}


h2.area_landmark {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	color:#FFFFFF;
	background:url(/images/area/h/t_kanto_landmark.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}



/*2008.12.22追記ここから*/
h2.area_experience_search {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	color:#FFFFFF;
	background:url(/images/area/h/t_kanto_experience.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_experience_search2 {
	font-size: 16px;
	width: 730px;
	height:30px;
	line-height: 30px;
	color:#FFFFFF;
	background:url(/images/area/h/t_kanto_experience2.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}

h2.area_experience {
	font-size: 16px;
	width: 730px;
	height:30px;
	line-height: 30px;
	color:#FFFFFF;
	background:url(/images/area/h/t_kanto_experience_l.gif) no-repeat;
	margin:0 0 5px 0;
	padding-left:40px;
}


h2.area_recomend {
	font-size: 16px;
	width: 430px;
	height:30px;
	line-height: 30px;
	color:#666666;
	background:url(/images/japan_img/h/t_green_recomend.gif) no-repeat;
	margin:5px 0 5px 0;
	padding-left:40px;
	clear:both;
}

/*2008.12.22追記ここまで*/


h2.title_l {
	font-size:16px;
	font-weight:bold;
	width:434px;
	height: 29px;
	line-height:29px;
	margin:0 0 5px 0;
	padding:0 0 0 35px;
	background:url(/images/japan_img/h/t_green_blog.gif) no-repeat;
	color:#333333; /*2009.09.10修正*/
	}
	
h2.title_l a:link { color:#FFFFFF; text-decoration: underline }
h2.title_l a:visited { color: #FFFFCC; text-decoration: underline }
h2.title_l a:hover { color:#FFFFCC; text-decoration: underline}

/* /////////////②右メニュータイトル//////////////////////////////////////// */

#r_navi .title_top{
	width:300px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin:5px 0 5px 0;
	padding:0 0 7px 0;
	background:url(/images/japan_img/right_top_bg.gif) repeat-x bottom;
	}

/* /////////////③エリアコンテンツ//////////////////////////////////////// */	
	
/* ---------------------------------------------------------
エリアガイド　背景のみ
--------------------------------------------------------- */
h2.guide_list_title2{
	width:450px;
	height:auto;
	background:#00CC66;
	line-height:130%;
	padding:2px 0 2px 3px;
	margin:10px 0 5px 0;
	font-size:14px;!important
}

/* ---------------------------------------------------------
太字・エリアカラー文字
--------------------------------------------------------- */
.guide_list span.tx_bold{
	color:#00CC66;
	font-weight:bold;
	font-size:12px;
	}
	
/* ---------------------------------------------------------
おでかけスポット：旅スケリンク
--------------------------------------------------------- */
.guide_list span.link{
	color:#00CC66;
	font-weight:bold;
	font-size:12px;
	}
	
	
/* ---------------------------------------------------------
おすすめスポット　矢印
--------------------------------------------------------- */

.recomend_spot h3 {
	background:url(/images/area/arrow_g.gif) left no-repeat;
	line-height:130%;
	padding:0 0 0 22px;
	margin:0;
	font-size:14px;!important
	}
	
.recomend_spot h3.experience {/*2008.12.22修正*/
	background:url(/images/area/arrow_g.gif) left top no-repeat;	
	line-height:130%;
	padding:0 0 0 22px;
	margin:0;
	font-size:14px;
	height:40px;
	}
	
/* ---------------------------------------------------------
特派員ブログ矢印
--------------------------------------------------------- */
.article h3.article_kokunai{
	font-size:14px;
	line-height:130%;
	padding:0 0 0 22px;
	margin:0;
	background:url(/images/area/arrow_g.gif) left no-repeat;
	}
	


/* /////////////⑤コンテンツ//////////////////////////////////////// */
	
/* ---------------------------------------------------------
各トップページ都道府県別BOX
--------------------------------------------------------- */
.box_top {
	float:left;
	width:130px;
	height:140px;
	border:#CCCCCC 1px solid;
	padding:5px 7px;
	margin:5px 0 5px 7px;
	text-align:center;
	}
	
.box_top img{
	width:70px;
	height:55px;
	padding:0;
	margin:10px 0 5px 0;
	border:1px #CCCCCC solid;
	}
.box_top a:active img { border:1px #cc0000 solid;}
.box_top a:hover img { border:1px #cc0000 solid;}
	
.box_top p{
	font-size:12px;
	line-height:130%;
	padding:0;
	margin:0;
	text-align:left;
	}
	
.box_top p a:link { color:#cc0000; text-decoration: underline }
.box_top p a:visited { color: #ff6600; text-decoration: underline }
.box_top p a:active { color:#FFFFFF; text-decoration: none ; background-color:#cc0000; }
.box_top p a:hover { color:#FFFFFF; text-decoration: none ; background-color:#cc0000;}

	
.box_top h2{
	width:120px;
	height:20px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	}
	
.box_top h2 a:link { color:#FFFFFF; text-decoration: underline }
.box_top h2 a:visited { color:#FFFFFF; text-decoration: underline }
.box_top h2 a:active { color:#ffffcc; text-decoration: underline }
.box_top h2 a:hover { color:#ffffcc; text-decoration: underline }

	
.box_top h2.hokkaido{
	background:#99cc00;
	}
	
.box_top h2.tohoku{
	background:#336600;
	}
	
.box_top h2.kanto{
	background:#00cc66;
	}
	
.box_top h2.koshinetsu{
	background:#009966;
	}
	
.box_top h2.hokuriku{
	background:#3366cc;
	}
	
.box_top h2.hakone{
	background:#6633FF;
	}

.box_top h2.izu{
	background:#9966CC;
	}		

.box_top h2.tokai{
	background:#FF6600;
	}
	
.box_top h2.kinki{
	background:#990066;
	}
	
.box_top h2.chugoku{
	background:#663300;
	}
	
.box_top h2.shikoku{
	background:#CC6600;
	}
	
.box_top h2.kyushu{
	background:#CC0000;
	}
	
.box_top h2.okinawa{
	background:#FF9900;
	}


