/* CSS Document */

#summary h3{
clear:both;
margin:25px 0 10px 0;
}

#summary h4{
clear:both;
margin:20px 0 10px 0;
}

#summary h4.nagoya{
margin:10px 0 10px 0;
}

/*-----------------
intro
-----------------*/
.intro{
margin:0 0 20px 0;
}

.intro p{
font-size:80%;
color:#333;
line-height:130%;
}


/*-----------------
intro
-----------------*/
ul.road_info{
margin:20px 0 20px 0;
}

ul.road_info li{
float:left;
width:45%;
text-align:center;
font-size:80%;
margin:0 0 0 10px;
}

ul.road_info li img{
margin:0 0 3px 0;
}

/*-----------------
bus
-----------------*/
dl#bus{
	clear:both;
	width:430px;
	height:70px;
	margin:30px 0 0;
	background: #EEEEEE;
	padding: 10px;
}

	dl#bus dt{
	display:block;
	float:left;
	width:160px;
	height:50px;
	font-size: 10pt;
	padding: 10px;
	}

	dl#bus dd{
	width:250px;
	height:70px;
	float:left;
	padding:0;
	}

/*-----------------
parking
-----------------*/
.parking{
clear:both;
margin:25px 0 0 0;
font-size:80%;
color:#333;
line-height:130%;
}

.parking ul{ margin:15px 0 0 0; padding: 0px; color:crimson; font-size:80%; }

.parking h5{
margin:15px 0 0px 0;
font-weight:bold;
}

.parking .parkFont { color: #dc143c; font-weight: bold; }


dl.access_route dt{
margin:20px 0 0 0;
font-size:80%;
color:#3c6b5a;
}

dl.access_route dt a{
margin:0 0 0 80px;
}

dl.access_route dd{
height:80px;
margin:10px 0 0 0;
orphans:0 0 15px 0;
background:url(../image/dotline_green431.gif) no-repeat 0 bottom;
}

