/* ---------------------------------------------------
asahiyama.html, asahiyama-intro.html
--------------------------------------------------- */
#asahiyama{
	margin: 0;
	padding: 0 10px;
}

#asahiyama a:link {
	color: #0000ff;
	text-decoration: underline;
}

#asahiyama a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#asahiyama a:hover {
	color: #bb0000;
	text-decoration: none;
}

/* ---------------------------------------------------
class
--------------------------------------------------- */
.va-top{
	vertical-align: top;
}

.return{
		text-align: right;
	padding: 5px 25px 0 0;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#detail_top{
/*	width: 735px;*/
	width: 100%;
	height: 40px;
	margin-top: 20px;
	background-image: url(/customer/static2/img/asahiyama/top.gif);
	background-repeat: no-repeat;
}

#detail_top h3{
	margin: 0px;
	padding: 8px 0 0 15px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}

#detail_middle{
/*	width: 735px;*/
	width: 100%;
	padding: 20px 0 10px 0;
	background-image: url(/customer/static2/img/asahiyama/middle.gif);
	background-repeat: repeat-y;
}

#detail_middle p{
	padding: 0 15px 15px 15px;
	line-height: 140%;
}

#detail_middle ul{
	margin: 0;
	padding: 0 0 0 15px;
}

#detail_middle ul li{
	list-style-type: none;
}

#detail_middle ul li ul{
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 140%;
}

#detail_middle ul li ul li{
	list-style-type: disc;
}

/* ---------------------------------------------------
asahiyama.html
--------------------------------------------------- */
#reserve{
/*	width: 700px;*/
	width: 100%;
	margin: 10px 0 5px 17px;
}

#reserve table{
	width: 100%;
	border-top: 1px solid #8fbc8f;
	border-left: 1px solid #8fbc8f;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#reserve table th{
	border-right: 1px solid #8fbc8f;
	border-bottom: 1px solid #8fbc8f;
	color: #008000;
	background-color: #f0fff0;
	padding: 0.2em 1em;
	text-align: center;
	white-space: nowrap;
}

#reserve table td{
	border-right: 1px solid #8fbc8f;
	border-bottom: 1px solid #8fbc8f;
	padding: 0.3em 0.5em;
	text-align: left;
}

#reserve table .dep{
	vertical-align: top;
	background-color: #ffe5e5;
}

#reserve table .arr{
	vertical-align: top;
	background-color: #e5f2ff;
}

#reserve table .price{
	color: #ff0000;
	white-space: nowrap;
	text-align: right;
}

#detail_middle #reserve p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

/* ---------------------------------------------------
asahiyama-intro.html
--------------------------------------------------- */
#intro{
/*	width: 700px;*/
	width: 100%;
	margin: 10px 0 5px 17px;
}

#intro table{
	width: 100%;
	border-top: 1px solid #8fbc8f;
	border-left: 1px solid #8fbc8f;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

#intro table th{
	width: 90px;
	border-right: 1px solid #8fbc8f;
	border-bottom: 1px solid #8fbc8f;
	color: #008000;
	background-color: #f0fff0;
	padding: 0.2em 1em;
	text-align: center;
	white-space: nowrap;
}

#intro table td{
	width: 260px;
	border-right: 1px solid #8fbc8f;
	border-bottom: 1px solid #8fbc8f;
	padding: 0.3em 0.5em;
	text-align: left;
}

#detail_middle #intro p{
	padding: 15px 0 10px 0;
	line-height: 140%;
}

#detail_middle #intro .w610{
	width: 610px;
}

#detail_middle #intro .ani{
	margin: 0;
	padding-top: 5px;
}

#detail_middle #intro .ani01{
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#detail_middle #intro .ani02{
	float: right;
	margin-left: 20px;
	padding: 0;
	width: 480px;
}

#detail_middle #intro .divide{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
}

