@charset "utf-8";

@import "base.css";

/*
--------------------------------------------------------
access/index.html
--------------------------------------------------------
*/
#tour #content .section {
	margin-left: -5px;
}

#tour #content h1 {
	background: url(../../tour/image/h1_1.png) no-repeat 0 0;
	display: block;
	width: 600px;
	height: 145px;
	margin: 0 0 0 -20px;
	text-indent: -500em;
}

#tour #content div.section .tour-table {
	clear: both;
	margin-bottom: 15px;
	padding: 0px;
	border: none;
}

#tour #content div.section .tour-table td {
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0px;
}

#tour #content div.section .pic {
	width: 286px;
	margin-top: 15px;
	padding: 0px;
}

#tour #content div.section .pic-title {
	clear: both;
	width: 286px;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #391601;
	text-align: left;
}

#tour #content div.section .pic {
	clear: both;
	width: 286px;
	margin-top: 5px;
	padding: 0px;
}

#tour #content div.section .pic-text {
	clear: both;
	width: 286px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}

