@charset "utf-8";
/* CSS Document */

#title{
	background-image:url(images/bg_title.png);
	background-repeat:no-repeat;
	background-position:right center;
}

/**/

.txt01{
	width:845px;
	margin:40px auto 20px auto;
	overflow:hidden;
}

.txt01 dl{
	overflow:hidden;
}

.txt01 dl dt{
	float:left;
	overflow:hidden;
	font-weight:bold;
	color:#0064B1;
	font-size:1.75em;
	line-height:125%;
}

.txt01 dl dd{
	float:left;
	overflow:hidden;
	font-size:1.1em;
	margin-left:20px;
}

/**/

#gmaps{
	width:845px;
	height:375px;
	margin:0px auto 80px auto;
}

/**/

.accessmap{
	text-align:center;
	margin:40px auto;
	overflow:hidden;
}

/**/


.txt02{
	width:845px;
	margin:40px auto 40px auto;
	overflow:hidden;
}

.txt02 dl{
	overflow:hidden;
	margin-bottom:40px;
	font-size:1.25em;
}

.txt02 dl dt{
	border-bottom:1px solid #0062B4;
	padding:0.5em 0px;
	display:inline;
}

.txt02 dl dd{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:20px;
}

/**/

.timetable{
	width:760px;
	margin:40px auto;
	overflow:hidden;
}

.timetable table{
	width:100%;
}

.timetable table th{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#0062B4;
	color:#fff;
	font-size:1.35em;
	font-weight:normal;
}

.timetable table th div{
	padding:10px 0px;
}

.timetable table td{
	border-right:2px solid #0062B4;
	border-bottom:2px solid #0062B4;
	text-align:center;
	padding:10px 0px;
	width:70px;
}

.cross{
	background-image:url(images/slash.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}

/**/

.txt03{
	width:760px;
	margin:40px auto 40px auto;
	overflow:hidden;
	font-size:1.1em;
}

/**/

.txt04{
	width:760px;
	margin:2em 1em 0em 2em;
	overflow:hidden;
	font-size:1.1em;
}

.txt04 li{
	list-style-type:none;
	float:left;
	width:50%;
	margin-bottom:20px;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:20px;
}

