@charset "Shift_JIS";

/*
========================================
ホテルパークアベニュー　アクセス　スタイルシート
========================================*/

/*■ Main
---------------------------------------------------------- */
.PageTitle {
	background: url(../img/pagetitle.gif) no-repeat top;
	text-indent: -9999px;
}

.Map{
	width: 708px;
	margin-bottom: 20px;
}

#Access{
	width: 708px;
}

#Access span{
	font-size: 15px;
	font-weight: bold;
}

#Access ul{
	margin-top: 5px;
	margin-bottom: 1em;
	margin-left: 6px;
}

#Access li{
	list-style: disc inside;
}

#Access p{
	margin-top: 5px;
}

#Access img{
	margin-right: 9px;
}

#Train{
	width: 327px;
	background: url(../../lib/img/dotline_v.gif) repeat-y top left;
	float: left;
	padding-left: 15px;
}

#Vehicle{
	width: 327px;
	background: url(../../lib/img/dotline_v.gif) repeat-y top left;
	float: right;
	padding-left: 15px;
}


#Access:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#Station{
	width: 708px;
}

#Station h3,h4{
	display:inline;
	line-height: 200%;
}

#Station h3{
	font-size: 18px;
}

#Station h4{
	font-size: 16px;
}


#Station span{
	font-size: 75%;
	font-weight: normal;
}

#Leftside{
	width: 327px;
	background: url(../../lib/img/dotline_v.gif) repeat-y top left;
	float: left;
	padding-left: 15px;
}

#Rightside{
	width: 327px;
	background: url(../../lib/img/dotline_v.gif) repeat-y top left;
	float: right;
	padding-left: 15px;
}

#Station:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

