@charset "utf-8";
/* CSS Document */

dl,dd {
	margin: 0px;
}

dt,dd {
	display: block;
}

.small {
	font: 85%;
}

.big {
	font-size: 150%;
	font-weight: bold;

}

.right {
	text-align: right;
}

.margin {
	margin: 20px 0px;
	padding: 20px 0px;
	clear: both;
	font-size: 80%;
}

/* background --------------------------------------------*/

.bg_keywords {
	background: url(../image/bg_search_list.gif) no-repeat;
	height: 117px;
	margin: 15px 0px;
}

.bg_list {
	background: url(../image/bg_list.jpg) repeat-x;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
	clear: both;
	position: relative;
	margin-right: 10px;
/*	height: 149px; */
}

.area_category {
	padding: 7px 0px 7px 115px;
}

.area_keyword {
	clear: both;
	padding: 7px 7px 7px 128px;
}

/**/

ul.category {
	margin: 0px;
	padding: 0px;
}

ul.category li {
	list-style: none;
	float: left;
	text-align: center;
	display: block;
	width: 60px;
	font-size: 60%;
}

.category li a {
	font-color: #666666;
	font-weight: normal;
}

ul.category li img {
	width: 25px;
}

.area_keyword p {
	margin: 0px;
	padding: 0px;
}

/* list ---------------------------------------*/

.list_left {
	width: 160px;
	margin: 10px;
	float: left;
	clear: both;
}

.list_left img {
	width: 160px;
}

.list_right {
	width: 520px;
	margin: 10px;
	float: left;
}

/* dl -------------------------------------*/

dl.float dt,dd {
	float: left;
}

dl.float dt {
	width: 375px;
}

dl.float dd {
	width: 350px;
}

dl.float2 dt,dd {
	float: left;
}

dl.float2 dt {
	width: 200px;
}

dl.float2 dd {
	width: 500px;
}

dl.dlkey dt {
	width: 105px;
	float: left;
}

dl.dlkey dd {
	width: 400px;
	float: left;
}

/* popup */
.popup
{
	font-size: 80%;
	width: 180px;
	padding: 10px;
	position: absolute;
	display: none;
	background-color: #ffcccc;
}

/* 項目タブ ---------------------------------------*/

/* 緑色（観光スポット）設定 */

ul.category_tab_green {
	clear: both;
}

ul.category_tab_green li {
	width: 248px;
	float: left;
	list-style: none;
	border-bottom: 3px solid #01ac22;
	>height: 49px;
}

ul.category_tab_green li a:hover {
	background-position: 0px -46px;
}

ul.category_tab_green li a {
	display: block;
}

/* おらんげ（イベント）設定 */

ul.category_tab_orange {
	clear: both;
}

ul.category_tab_orange li {
	width: 248px;
	float: left;
	list-style: none;
	border-bottom: 3px solid #faa100;
	>height: 49px;
}

ul.category_tab_orange li a:hover {
	background-position: 0px -46px;
}

ul.category_tab_orange li a {
	display: block;
}

/* ぴんく（温泉/宿泊）設定 */

ul.category_tab_pink {
	clear: both;
}

ul.category_tab_pink li {
	width: 248px;
	float: left;
	list-style: none;
	border-bottom: 3px solid #f96994;
	>height: 49px;
}

ul.category_tab_pink li a:hover {
	background-position: 0px -46px;
}

ul.category_tab_pink li a {
	display: block;
}


/* アイコンなど */

a.spot {
	background: url(../image/li_spottab.gif) no-repeat top left;
	height: 46px;
}

a.lest {
	background: url(../image/li_lesttab.gif) no-repeat top left;
	height: 46px;
}

a.event {
	background: url(../image/li_eventtab.gif) no-repeat top left;
	height: 46px;
}

li.spot_n {
	background: url(../image/li_spottab_n.gif) no-repeat top left;
	height: 46px;
}

li.lest_n {
	background: url(../image/li_lesttab_n.gif) no-repeat top left;
	height: 46px;
}

li.event_n {
	background: url(../image/li_eventtab_n.gif) no-repeat top left;
	height: 46px;
}
