@charset "UTF-8";
@import url("../../share/css/common.css");


/*======================================

	コンテンツ

=======================================*/
.catch {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #333333;
	font-size: 0.875em;
	line-height: 1.5;
}

.chart {
	width: 590px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 20px 25px 0px 25px;
	padding: 0px;
}

.chart th {
	width: 100px;
	background-color: #E5E5CC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-size: 0.875em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}

.chart td {
	width: 450px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-size: 0.875em;
	line-height: 1.5;
}

.map {
	margin: 20px 0px 0px 25px;
	padding: 0px;
}

.spot_list {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.spot_list .spot_bg {
	float: left;
	width: 160px;
	background-image: url("../images/photo_caption_bg.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.spot_list .spot_bg .spot_photo {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.spot_list .spot_bg .spring_caption {
	background-image: url("../images/spring_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.spot_list .spot_bg .summer_caption {
	background-image: url("../images/summer_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.spot_list .spot_bg .autumn_caption {
	background-image: url("../images/autumn_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.spot_list .spot_bg .winter_caption {
	background-image: url("../images/winter_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 4px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.meal_image{
	margin: px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}









