@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[travel.css]

	1. page title
	2. pickup
	3. spot
	4. related link

////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	1. page title

------------------------------------------------------------*/
div#body h1 {
	background: url(../img/title/travel.jpg) no-repeat left top;	
}

/*------------------------------------------------------------

	2. pickup

------------------------------------------------------------*/
div#content div.pickup {
	position: relative;
	min-height: 110px;
	background: url(../img/travel/mile-kun.gif) no-repeat right bottom;
	padding: 12px 180px 12px 192px;
}
* html div#content div.pickup {
	height: 110px;
}

div#content div.pickup h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 110px;
	margin: 0;
	background: url(../img/travel/catch-copy.gif) no-repeat left top;
	text-indent: -9999px;
}

div#content div.pickup p {
	color: #09F;
}

/*------------------------------------------------------------

	3. spot

------------------------------------------------------------*/
div#content div.spot {
	width: 100%;
	clear: both;
	overflow: auto;
	margin: 24px 0 0;
}

div#content div.spot h2 {
	background: url(../img/content/bg_heading2_buttom.gif) no-repeat left bottom;
}

div#content div.spot span {
	background-image: url(../img/content/bg_heading2_top.jpg);
}

div#content p.photo {
	margin: 0 0 6px 0;
	clear: both;
}

div#content div.spot div.odd,
div#content div.spot div.even {
	width: 282px;
}

div#content div.spot div.odd {
	float: left;
}

div#content div.spot div.even {
	float: right;
}

div#content div.spot dl {
	margin: 12px 0 0;
}

div#content div.spot dt {
	margin: 12px 0 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #F60;
	background: url(../img/travel/icon_access.gif) no-repeat left center;
}

div#content div.spot dd {
	margin: 0 0 0 20px;
}

/*------------------------------------------------------------

	4. related link

------------------------------------------------------------*/
div.section ul {
	overflow: auto;
	list-style: none;
	margin: 0;
}
* html div.section ul {
	height: 1%;
}

div.section ul li {
	float: left;
	width: 294px;
	margin: 0;
	border-bottom: 1px dotted #CCC;
	line-height: 1.2;
}

div.section ul li a {
	display: block;
	padding: 6px 6px 6px 24px;
	background-position: 8px 8.8px;
	color: #333;
	outline: none;
}

div.section ul li a:hover {
	background-color: #FFEBCD;
}

