/*トップイメージ*/
.kankou_top_image {
	width:100%;
	height:300px;
	background-image:url(../img/kankou/kankou_top_image.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}
/*ベース*/
#kankou_base {
	width:100%;
	margin-top:10px;
	margin-bottom:200px;
	float:left;
}	

* html .kankou_base {
	margin-bottom:10px;
}	

#kankou_base a{
	color:#666666;
}

#kankou_base a:hover{
	color:#cccccc;
}

#kankou_base a:visited{
	color:#333333;
}

#kankou_base h2{
	width:890px;
	height:20px;
	/*background-color:#00CCFF;*/
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/kankou/kankou_infomation.jpg);
	background-repeat:no-repeat;
	background-position:5 1;
}	

#kankou_base h3{
	width:890px;
	font-size:20px;
	font-weight:bold;
}

/*市町村・観光協会リンク*/
.kankou_link {
	width:900px;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}

.kankou_link p{
	color:#999999;
	font-size:13px;
	text-align:center;
	line-height:18px;
}

.kankou_link a{
	color:#999999;
}

.kankou_link a:visited{
	color:#333333;
}
.kankou_link a:hover{
	color:#cccccc;
}

/*伊東園ホテルグループサイトへのリンク*/
.itoen_link {
	width:400px;
	height:80px;
	color:#ffffff;
	font:bold 15px;
	text-align:right;
	padding-top:55px;
	padding-right:10px;
	background-color:#cccccc;
	clear:both;
	float:right;
}

.itoen_link a{
	text-align:right;
	color:#ffffff;
}

.itoen_link a:hover {
	text-align:right;
	color:#ffffff;
}

.itoen_link a:visited {
	text-align:right;
	color:#ffffff;
}

/*左ベース*/
.kankou_base_left {
	width:450px;
	float:left;
}

/*右ベース*/
.kankou_base_right {
	width:450px;
	float:right;
}

/*テキストリンク内枠*/
.kankou_text {
	width:435px;
	margin-right:5px;
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 5px #CCCCCC;
	color:#999999;
}
/*案内タイトル*/
.kankou_text p {
	color:#666666;
	font-size:15px;
	font-weight:bold;
}

.kankou_text a{
	color:#666666;
}

.kankou_text a:visited{
	color:#333333;
}
.kankou_text a:hover{
	color:#cccccc;
}

/*ライン*/
.kankou_base_line{
	width:100%;
	border-bottom:solid 1px #cccccc;
	float:left;
}	

