@charset "utf-8";
/* sightseeing.css */


/*****************************

	ページ画像

******************************/

#sightseeing #wrp_imagesection {
	margin:0;
	padding:0;
	width:100%;
	height:165px;
	overflow:hidden;
	display:table;
	background:url(../sightseeing/images/img_sightseeing.jpg) center top no-repeat;
}


/*****************************

	タイトル

******************************/

#sightseeing h2 {
	margin: 0 0 15px 0;
	padding: 0;
	width: 199px;
	height: 25px;
	text-indent: -9999px;
	background: url(../sightseeing/images/tit_sightseeing.gif) left top no-repeat;
}

#sightseeing h3 {
	margin:0 0 20px 0;
	padding:0;
	width:653px;
	height:29px;
	line-height:29px;
	text-indent:-9999px;
}

#sightseeing div.title {
	margin: 0;
	padding: 0;
	width: 671px;
	height: 131px;
	background: url(../sightseeing/images/bg_titletxt.jpg) right bottom no-repeat;
}
#sightseeing div.title p {
	margin: 0;
	padding: 45px 0 0 0;
}

/*****************************

	マップ

******************************/

#sightseeing #wrp_map {
	margin:0 0 50px 0;
	padding:0;
	width:653px;
	overflow:hidden;
}

#sightseeing #wrp_map h3 {
	background:url(../sightseeing/images/subtit_map.gif) left top no-repeat;
}

#sightseeing #wrp_map #googlemap {
	margin-top: 18px;
	border: 5px solid #B1C52D;
	width: 643px;
	height: 400px;
}

#sightseeing #wrp_map p {
	margin: 6px 0;
	padding: 0;
	background: url(../sightseeing/images/img_maptxt.gif) left top no-repeat;
	text-indent: -9999px;
}

/*****************************

	観光スポット

******************************/
#sightseeing #wrp_spot {
	margin: 0 0 50px 0;
	padding: 0;
	width: 653px;
	overflow: hidden;
}
#sightseeing #wrp_spot h4 {
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: 25px;
	width: 653px;
	height: 29px;
	line-height: 31px;
	font-weight: bold;
	font-size: 90%;
	width: 653px;
	overflow: hidden;
	color:#fff;
	background: url(../sightseeing/images/subtit_spot.gif) center top no-repeat;
}

#sightseeing #wrp_spot div.left {
	width: 320px;
	height: auto;
	margin: 0 0 50px 0;
	float: left;
}
#sightseeing #wrp_spot div.right {
	width: 320px;
	height: auto;
	margin: 0 0 50px 0;
	float: right;
}

#sightseeing #wrp_spot img.main {
	display: block;
	border: 5px solid #B5C838;
	margin: 0 auto;
}
#sightseeing #wrp_spot h5 {
	margin: 0 0 8px 0;
	padding: 8px 0 5px 25px;
	color: #3F5007;
	font-weight: bold;
	font-size: 90%;
	background: url(../sightseeing/images/img_spotborder.gif) center bottom no-repeat;
}
#sightseeing #wrp_spot p {
	margin: 0;
	padding: 0 16px;
	font-size: 90%;
	line-height: 1.5;
}
#sightseeing #wrp_spot div.bg_table {
	margin: 4px auto 8px auto;
	padding: 5px;
	width: 290px;
	background: #E9F3A7;
	line-height: 1.2;
}
#sightseeing #wrp_spot th {
	background: #B1C52D;
	padding: 2px;
	width: 75px;
	font-size: 12px;
	text-align: center;
}
#sightseeing #wrp_spot td {
	padding: 3px 3px 3px 6px;
}


#sightseeing #wrp_spot strong {
	display: block;
	padding: 0 0 0 10px;
	float: left;
}

#sightseeing #wrp_spot strong img {
	margin: 0 3px;
}
#sightseeing #wrp_spot div.btn {
	float: right;
	padding: 0 10px 0 0;
}
#sightseeing #wrp_spot div.btn img {
	margin: 0 2px;
}
#sightseeing #wrp_spot div.cl {
	clear: both;
}


#sightseeing #wrp_spot #car_top {
	display: block;
	padding: 0 0 10px 10px;
	border:0;
}

#sightseeing #wrp_spot #car_top img {
	margin: 0 3px;
}

/*************************************

	ページメニュー

**************************************/


#sightseeing #wrp_m_sightseeing {
	margin:0 0 15px 0;
	padding:0;
	width:190px;
}


#sightseeing #wrp_m_sightseeing ul {
	margin:0;
	padding:0;
	width:190px;
}

#sightseeing #wrp_m_sightseeing ul li {
	margin: 0;
	padding:0;
	width:190px;
	height:43px;
	background:url(../images/menu/ic_msection.jpg) left 17px no-repeat;
	list-style: none;
	border-top:1px solid #DAF2F1;
	border-bottom:1px solid #4DB1D1;
}

#sightseeing #wrp_m_sightseeing .nobrd_top {
	border-top:none;
}

#sightseeing #wrp_m_sightseeing .nobrd_btom {
	border-bottom:none;
	background:none;
	line-height:15px;
	height:0;
}



#sightseeing #wrp_m_sightseeing ul li a {
	text-decoration:none;
	width:165px;
	height:43px;
	line-height:43px;
	display:block;
	overflow:hidden;
	padding:0 0 0 25px;
}


#sightseeing #wrp_m_sightseeing ul li a:hover {
	background:url(../images/menu/msection_over.jpg) left top no-repeat;
}

/********  SPANスタイル　************/

#sightseeing span.fsize {
	font-size:85%;
	width:50px;
	color:red;
}

