@charset "UTF-8";
/* Sightseeing > Common */
/* 2008-10-22T07:06:58+09:00 */

@import url("./common.css");

/* container > main > main-body > section */
div.main div.section{
	background-image: url("../../sightseeing/images/bg_sightseeing_entry_side.gif");
}

div.main div.section .entrytitle{
	background-color: #116ed8;
	background-image: url("../../sightseeing/images/bg_sightseeing_entry_title.jpg");
}

div.main div.section div.section-body{
	background-image: url("../../sightseeing/images/bg_sightseeing_entry_bottom.gif");
}

/* container > contents > menu */
div.menu div.sightseeing ul li.spot.current{
	background-image: url("../../sightseeing/images/icon_menu_sightseeing_spot_current.gif");
}

div.menu div.sightseeing ul li.look.current{
	background-image: url("../../sightseeing/images/icon_menu_sightseeing_look_current.gif");
}

div.menu div.sightseeing ul li.stay.current{
	background-image: url("../../sightseeing/images/icon_menu_sightseeing_stay_current.gif");
}

div.menu div.sightseeing ul li.eat.current{
	background-image: url("../../sightseeing/images/icon_menu_sightseeing_eat_current.gif");
}

/* ------------------------------------------- */
/* container > main > main-body > individual */
div.main div.individual div.pics{
	width: 630px;
	overflow: hidden;
	margin-bottom: 15px;
}

div.main div.individual div.pics div.pic{
	float: left;
	margin-right: 20px;
}

div.main div.individual div.pics div.pic img{
	float: none;
	margin-right: 0;
}

div.main div.individual div.pics div.pic span.caption{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #da7600;
}

div.main div.individual table{
	width: 580px;
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: solid 1px #eeb139;
}

div.main div.individual table th,
div.main div.individual table td{
	padding: 8px 10px;
	border-bottom: solid 1px #eeb139;
}

div.main div.individual table th{
	width: 100px;
	background-color: #faf1c3;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

div.main div.individual table td{
	width: 480px;
	background-color: #fff;
	line-height: 1.4;
}

div.main div.individual table td dl{
	margin-bottom: -0.5em;
}

div.main div.individual table td dl dt,
div.main div.individual table td dl dd{
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	line-height: 1.3;
	border-top: dashed 1px #eeb139;
}

div.main div.individual table td dl .first{
	padding-top: 0;
	border-top: none;
}

div.main div.individual table td dl dt{
	width: 5em;
	float: left;
	font-weight: bold;
}

div.main div.individual table td dl dd{
	height: 100%;
	overflow: hidden;
}

div.main div.individual table td dl dd ul{
	margin-left: 18px;
	list-style-type: disc;
}

div.main div.individual table td dl dd ul li{
	margin-bottom: 0.2em;
	line-height: 1.2;
}

/* container > main > main-body > archives */
div.main div.archives h2{
	color: #4a7099;
}

div.main div.archives ul li{
	background-image: url("../../common/images/icon_sightseeing.gif");
}


