/*-- 交通アクセス/広域アクセスマップ 専用スタイルシート --*/

@import url(../../common/css/base.css);
@import url(../../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#container {
	background-image : url(../../common/img/background_container_2column.gif) ;
}

#contents h2 {
	width : 522px ;
	height : 21px ;
	text-indent : 20px ;
	font-size : 14px ;
	line-height : 21px ;
	background-image : url(../../common/img/background_h2.gif) ;
	background-position : left bottom ;
	background-repeat : no-repeat ;
}

#contents h3.car {
	width : 522px ;
	height : 30px ;
	text-indent : 45px ;
	font-size : 14px ;
	line-height : 30px ;
	background-image : url(../img/h3_car.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents h3.train {
	width : 522px ;
	height : 30px ;
	text-indent : 45px ;
	font-size : 14px ;
	line-height : 30px ;
	background-image : url(../img/h3_train.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents h3.air {
	width : 522px ;
	height : 30px ;
	text-indent : 45px ;
	font-size : 14px ;
	line-height : 30px ;
	background-image : url(../img/h3_air.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents h3.taxi {
	width : 241px ;
	height : 30px ;
	text-indent : 45px ;
	font-size : 14px ;
	line-height : 30px ;
	background-image : url(../img/h3_taxi.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents h3.bus {
	width : 241px ;
	height : 30px ;
	text-indent : 45px ;
	font-size : 14px ;
	line-height : 30px ;
	background-image : url(../img/h3_bus.gif) ;
	background-position : left center ;
	background-repeat : no-repeat ;
}

#contents h3 span {
	font-size : 12px ;
	font-weight : normal ;
}

#contents .map_indent {
	padding-top : 15px ;
	padding-bottom : 25px ;
}

#contents .gototop {
	padding-top : 5px ;
	width : 522px ;
	text-align : right ;
	border-top : solid 1px #808080 ;
}
