h2{
	background-image: url(../img/h2_title.gif);
	height:42px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}
#contents_right{
	float:right;
	width:200px;
}
#contents_left{
	float:left;
	width:510px;
}


#week_select
{
	width:686px;
	margin:0px auto;
}

#week_select .all
{
	height:20px;
	background:#282828;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}
#week_select a
{
	color:#FFFFFF;
}

#week_select .fukuoka
{
	height:20px;
	background:#5e0096;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}


#week_select .saga
{
	height:20px;
	background:#faaa00;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .kagoshima
{
	height:20px;
	background:#950c3c;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .ooita
{
	height:20px;
	background:#769804;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}
#week_select .kumamoto
{
	height:20px;
	background:#f24595;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .nagasaki
{
	height:20px;
	background:#dc3314;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .miyazaki
{
	height:20px;
	background:#259dc0;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}



#black_box
{
	width:716px;
	display: block;
	color: #FFFFFF;
}

#black_box #tab
{

	margin:10px 0px 0px 0px;
	padding:0;
	float:left;
	width:400px;
}

#black_box #tab li
{
	margin:0 0 0 10px;
	padding:0.2em 0.5em;
	text-align:center;
	float:left;
	background:#444444;
}

#black_box #tab li a
{
	color:#ffffff;
}


#black_box #tab li.selected
{
	background-color:#EAEAEA;
}

#black_box #tab li.selected a
{
	color:#000000;
}

#black_box h3
{
	margin:10px 15px 0px 0px;
	float:right;
}

#boxBody
{
	border-bottom:1px solid #999999;
	background:#EAEAEA;
	padding:15px 0px;
	width:716px;
	margin:0px auto;
}

#boxBody .search_tug
{
	width:686px;
	margin:0px 15px;
}

.search_tug div
{
	height:31px;
	display:block;
	float:left;
}
.search_tug a
{
	color:#ffffff;
	display:block;
	padding:7px 5px 0px 5px;
}
/*--------------------------------------------------------------
	article
--------------------------------------------------------------*/
.article{
	clear:both;
	width:510px;
	padding:15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5B5B5;
}
.article_left{
	width:120px;
	float:left;
	border: 1px solid #B5B5B5;
}
.article_right{
	width:377px;
	float:right;
}
.article_title{
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px;
}

.title_amusement{background-image: url(../img/label_amusement.gif);}
.title_art{background-image: url(../img/label_art.gif);}
.title_castle{background-image: url(../img/label_castle.gif);}
.title_challenge{background-image: url(../img/label_challenge.gif);}
.title_etcetra{background-image: url(../img/label_etcetra.gif);}
.title_gourmet{background-image: url(../img/label_gourmet.gif);}
.title_nature{background-image: url(../img/label_nature.gif);}
.title_season{background-image: url(../img/label_season.gif);}
.title_souvenir{background-image: url(../img/label_souvenir.gif);}
.title_spa{background-image: url(../img/label_spa.gif);}
.title_stay{background-image: url(../img/label_stay.gif);}
.title_walk{background-image: url(../img/label_walk.gif);}

.title_inner{
	float:left;
	width: 290px;
}
.pref{
	width:38px;
	height:15px;
	float:right;
	margin-top: 8px;
	margin-right: 3px;
}
.title_category{
	width:24px;
	height:24px;
	margin-top: 3px;
	margin-right: 5px;
	text-indent:-9999px;
	float:right;
}
.title_category a{
	width:24px;
	height:24px;
	display:block;
}
.date{
	font-size: 11px;
	line-height: 13px;
}
.title{
	font-weight: bolder;
	line-height: 16px;
}
.title a{
	color: #000000;
	text-decoration: underline;	
}
.title a:hover{
	color: #000000;
	text-decoration: none;	
}
.title a:visited{
	color: #000000;
	text-decoration: underline;	
}
.caption{
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}
#navi{
	margin-top:20px;
	text-align: center;
	line-height:30px;
}
#navi span{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin:0 10px;
	line-height:30px;
	height: 30px;
}
#navi span a{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	display:run-in;
}

.detail_search
{
	margin-top:25px;
	padding:9px;
	width:700px;
	border:1px solid #B5B5B5;
	background:#DDDDDD;
}
/*--------------------------------------------------------------
	side_menu
--------------------------------------------------------------*/
.side_title{
	width:200px;
	height:57px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
}

.category_title{background-image: url(../img/category_title.png);}
.area_title{background-image: url(../img/area_title.png);}
.word_title{background-image: url(../img/word_title.png);}

#side_menu ul li{
	margin-bottom: 6px;
}
#side_menu ul a{
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
}


.category li a{
	background-image: url(../img/category_list.png);
	height:21px;
	behavior: url(../js/iepngfix.htc);
}
.area li a{
	background-image: url(../img/area_list.png);
	height:24px;
	behavior: url(../js/iepngfix.htc);
}

.category .li0 a{background-image: url(../img/category_gourmet.png);}
.category .li1 a{background-image: url(../img/category_spa.png);}
.category .li2 a{background-image: url(../img/category_nature.png);}
.category .li3 a{background-image: url(../img/category_castle.png);}
.category .li4 a{background-image: url(../img/category_season.png);}
.category .li5 a{background-image: url(../img/category_walk.png);}
.category .li6 a{background-image: url(../img/category_challenge.png);}
.category .li7 a{background-image: url(../img/category_souvenir.png);}
.category .li8 a{background-image: url(../img/category_stay.png);}
.category .li9 a{background-image: url(../img/category_art.png);}
.category .li10 a{background-image: url(../img/category_atraction.png);}
.category .li11 a{background-image: url(../img/category_etcetra.png);}

.area .li0 a{background-image: url(../img/area_fukuoka.png);}
.area .li1 a{background-image: url(../img/area_saga.png);}
.area .li2 a{background-image: url(../img/area_nagasaki.png);}
.area .li3 a{background-image: url(../img/area_kumamoto.png);}
.area .li4 a{background-image: url(../img/area_ooita.png);}
.area .li5 a{background-image: url(../img/area_miyazaki.png);}
.area .li6 a{background-image: url(../img/area_kagoshima.png);}

