@charset "UTF-8";
/* Sightseeing */
/* 2008-10-21T03:41:08+09:00 */

@import url("./common.css");

/* container > main > main-body */
div.main .mainpic{
	margin-bottom: 10px;
}

/* container > main > main-body > row */
div.main div.row{
	width: 630px;
	margin-bottom: 10px;
	background: url("../../sightseeing/images/bg_sightseeing_index_side.gif") repeat-y left top;
}

div.main div.row div.row-body{
	width: 630px;
	overflow: hidden;
	background: url("../../sightseeing/images/bg_sightseeing_index_bottom.gif") no-repeat left bottom;
}

/* container > main > main-body > row > section */
div.main div.row div.section{
	width: 295px;
	float: left;
	margin-right: 20px;
}

/* container > main > main-body > row > section > section-body */
div.main div.section-body{
	width: 265px;
}

div.main div.section-body img{
	float: left;
	margin-right: 15px;
}

div.main div.section-body p{
	margin-bottom: 0.5em;
	line-height: 1.5;
}

div.main div.section-body p.button{
	margin-bottom: 0;
	line-height: 1;
}

div.main div.section-body p.button a{
	display: block;
	width: 145px;
	height: 20px;
	overflow: hidden;
	margin-left: 120px;
	text-indent: -999999px;
}

div.main div.section-body p.button a:hover{
	background-position: 0 -20px;
}

div.main div.spot div.section-body p.button a{
	background-image: url("../../sightseeing/images/button_sightseeing_spot.gif");
}

div.main div.look div.section-body p.button a{
	background-image: url("../../sightseeing/images/button_sightseeing_look.gif");
}

div.main div.stay div.section-body p.button a{
	background-image: url("../../sightseeing/images/button_sightseeing_stay.gif");
}

div.main div.eat div.section-body p.button a{
	background-image: url("../../sightseeing/images/button_sightseeing_eat.gif");
}
