@charset "Shift_JIS";

/* ------------------------------------------------------
 峡南地域の観光スポット 40sightseeing/ 用CSS sightseeing.css
------------------------------------------------------ */

#wrapper {
	width: 100%;
	text-align: center;
	color: #000;
	margin-top: 20px;
}
#content_top {
	width: px;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 470px;
	margin: 0px auto;
	text-align: left;
/*	padding: 5px 0;*/
}

/* ------------------------------------
 共通
------------------------------------ */
#wrapper p.footer {
	font-size: 91%;
}
#wrapper p.footer a {
	font-size: 91%;
}

/* ------------------------------------------------------
 峡南・観光スポット トップページ 40sightseeing/spot.html 用
------------------------------------------------------ */

#content table.spot td.spot_img img {
/*	width: 125px;*/
/*	height: 125px;*/
}

#content table.spot td.spot_title {
	font-weight: bold;
}
#content table.spot td.spot_title a {
	font-weight: bold;
}

#content table.spot td.spot_text {
	font-size: 0.8em;
}
#content table.spot td.spot_text a {
	font-size: 0.8em;
}

#content table.spot tr.inquiry {
	background-color: #FFCC99;
}
#content table.spot tr.inquiry a {
	background-color: #FFCC99;
}
#content table.spot tr.inquiry td {
	color: #660033;
	font-size: 0.6em;
}
#content table.spot tr.inquiry td a {
	color: #660033;
	font-size: 0.6em;
}

#content table.spot tr.tel td {
	color: #330000;
	font-size: 0.8em;
}
#content table.spot tr.tel td a {
	color: #330000;
	font-size: 0.8em;
}

