@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sight.css
 author     :Ability Consultant
style info  :観光案内ページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html
----------------------------------------------------*/

/* con_map 地図
----------------------------------------------------*/
#sight .con_map {
	width: 690px;
	margin: 0 0 40px 0;
}

#sight .con_map h2 {
	margin: 0 0 5px 0;
}

#sight .con_map #maps {
	width: 684px;
	height: 294px;
	border: 3px #d0cca6 solid;
}

/* box_maps map内指定
-----------------------------------------------*/
#sight .box_maps {
	width: 300px;
	overflow: hidden;
}

#sight .box_maps span {
	padding: 0 0 0 13px;
	background: url(../images/ic_midashi.gif) no-repeat left center;
	font-weight: bold;
}

#sight .box_maps img {
	width: 78px;
	height: 78px;
	margin: 0 10px 0 0;
	float: left;
}


/* con_spot おすすめ
----------------------------------------------------*/
#sight .con_spot {
	width: 690px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#sight .con_spot h3 {
	margin: 0 0 30px 0;
}

#sight .con_spot p {
	margin: 0 0 5px 0;
}


/* 熊野古道
-----------------------------------------------*/
#sight .con_spot .kumano {
	width: 690px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#sight .con_spot .kumano h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px #ccc8a0 solid;
	font-size: 120%;
	font-weight: bold;
}

#sight .con_spot .kumano .catch {
	font-size: 110%;
	color: #a94a1a;
	font-weight: bold;
}

#sight .con_spot  .kumano .time {
	font-size: 110%;
	font-weight: bold;
}

#sight .con_spot .kumano .time span {
	color: #7b2d1a;
	font-weight: bold;
}

/* 歩き体験 */
#sight .con_spot .kumano .box_walk {
	width: 690px;
	margin: 15px 0 30px 0;
	background: url(../sightseeings/images/bg_walk.jpg) no-repeat 0 0;
}

#sight .con_spot .kumano .box_walk .txt {
	padding: 65px 0 0 255px;
}

#sight .con_spot .kumano .box_walk .txt h5 {
	padding: 0 0 0 13px;
	background: url(../images/ic_midashi.gif) no-repeat left center;
	font-weight: bold;
}

#sight .con_spot .kumano .box_walk .txt p {
	margin: 0 0 15px 0;
}


/* 共通
-----------------------------------------------*/
#sight .con_spot .list_spot_l {
	width: 313px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px #ccc8a0 solid;
	float: left;
	overflow: hidden;
}

#sight .con_spot .list_spot_r {
	width: 313px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px #ccc8a0 solid;
	float: right;
	overflow: hidden;
}

#sight .con_spot .list_spot h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px #ccc8a0 solid;
	font-size: 110%;
	font-weight: bold;
}

#sight .con_spot .time {
	color: #7b2d1a;
}

#sight .con_spot .list_spot_l .photo,
#sight .con_spot .list_spot_r .photo {
	width: 130px;
	float: left;
}

#sight .con_spot .list_spot_l .txt,
#sight .con_spot .list_spot_r .txt {
	width: 170px;
	float: right;
}

#sight .con_spot .last {
	clear: both;
}


/* con_golf ゴルフ場
----------------------------------------------------*/
#sight .con_golf {
	width: 690px;
	margin: 0 0 40px 0;
	background: url(../sightseeings/images/bg_golf.jpg) no-repeat right 40px;
}

#sight .con_golf .catch {
	margin: 10px 0;
	color: #a94a1a;
	font-weight: bold;
}

#sight .con_golf .txt_golf {
	margin: 0 0 80px 0;
	padding: 0 350px 0 0;
}


/* 共通
-----------------------------------------------*/
#sight .con_golf .list_golf {
	width: 658px;
	margin: 0 auto 10px  auto;
	padding: 10px;
	background-color: #fff;
	border: 1px #ccc8a0 solid;
	overflow: hidden;
}

#sight .con_golf .list_golf h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px #ccc8a0 solid;
	font-size: 110%;
	font-weight: bold;
}

#sight .con_golf .list_golf .time {
	color: #7b2d1a;
}

#sight .con_golf .list_golf .photo {
	width: 100px;
	float: left;
}

#sight .con_golf .list_golf .txt {
	width: 530px;
	float: right;
}

#sight .con_golf .list_golf .txt p {
	margin: 0 0 10px 0;
}

/* con_sotoyu 外湯めぐり
----------------------------------------------------*/
#sight .con_sotoyu {
	width: 690px;
	margin: 0 0 50px 0;
}

#sight .con_sotoyu .photo {
	margin: 15px 0 15px 0;
	overflow: hidden;
}

#sight .con_sotoyu p.txt_sotoyu {
	clear: both;
}

/* con_sotoyu_list ナビゲーション
----------------------------------------------------*/
#sight .con_sotoyu_list {
	width: 690px;
	margin: 20px 0 0 0;
}

#sight .con_sotoyu_list ul {
	width: 689px;
	padding: 1px 0 0 1px;
	overflow: hidden;
}

#sight .con_sotoyu_list ul li {
	width: 218px;
	margin: -1px 0 0 -1px;
	padding: 10px 0 10px 10px;
	background-color: #e9e7d1;
	border: 1px #ccc8a0 solid;
	float: left;
}

#sight .con_sotoyu_list ul li a {
	padding: 0 0 0 13px;
	background: url(../sightseeings/images/ic_nav.gif) no-repeat 0 3px;
	font-weight: bold;
	text-decoration: underline;
}

/* con_hotaru ホタルの里
----------------------------------------------------*/
#sight .con_hotaru {
	width: 690px;
	margin: 0 0 50px 0;
	overflow: hidden;
}

#sight .con_hotaru h3 {
	margin: 0 0 15px 0;
}

#sight .con_hotaru p.txt_hotaru {
	width: 465px;
	margin: 0 20px 0 0;
	float: left;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/


* html #sight .con_spot .list_spot {margin: 0 3px 10px 3px;}
