@charset "UTF-8";

div.station {
	margin: 40px 0px 60px 0px;
	padding: 25px 0px;
	background-color: #eeeee0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.station h3 {
	background: none;
	margin: 0px;
	padding: 0px 0px 20px 40px;
}
div.station p {
	font-size: 110%;
	line-height:180%;
	font-weight: 500;
	margin: 0px;
	padding: 0px 35px;
}
div.station p.img {
	padding: 0px 0px 0px 35px
}

em {
	font-size: 120%;
	font-weight: bold;
}

p.ex {
	color: #ff0000;
	font-weight: bold;
}

table.list {
	width: 710px;
	margin: 0px;
	padding: 0px;
	border: none;
}

table.list th,
table.list td {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
}
table.list th {
	background-color: #E6F8BC;
}
table.list td {
	background-color: #F4F4EC;
}

/**/
table.station {
	width: 350px;
	margin: 0 10px 0 0;
	float:left;
	padding: 0px;
}

.end {
	padding-bottom: 40px;
}

table.station th,
table.station td {
	margin: 0px;
	padding: 5px 7px;
	border: 1px solid #666;
}

table.station th {
	width: 25%;
	text-align: center;
	background-color: #ebebdc;
	font-weight: bold;
}
table.station td.map {
	background-color: #fff;
	border:  1px solid #fff;
	margin: 0px;
	padding: 0px;
}
table.station td.map p {
	margin: 10px 0px;
	padding: 0px;
}
table.station td.map a {
	display: block;
	padding: 6px 20px;
	border-radius: 5px;
	background-color: #ebebdc;
	background-image: url(../img/tmp/icon2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

table.station caption {
	padding: 2px 2px 2px 15px;
	font-weight: bold;
	font-size: 110%;
	color: #5b7216;
	background-image: url(../img/tmp/icon1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.stationmap {
	width:100%;
	margin:10px 5px 20px 0;
}
div.stationmap div {
	width: 350px;
	height: 200px;
	overflow: hidden;
}
div.stationmap h4 {
	margin:0 0 5px 5px;
	padding:0;
}
/**/	
table.kinki {
	width: 710px;
	margin: 0 10px 40px 0;
	padding: 0px;
}

table.ng {
	width: 500px;
	margin: 0 0px 40px 0;
	float:left;
	padding: 0px;
}

table.kinki th,
table.kinki td {
	margin: 0px;
	padding: 5px 7px;
	border: 1px solid #666;
	text-align: center;
	width: 33%;
}

table.kinki th {
	text-align: center;
	background-color: #ebebdc;
	font-weight: bold;
}		

/**/
p.ng {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

table.ng {
	width: 480px;
	margin: 0 0px 40px 0;
	float: right;
	padding: 0px;
}

table.ng th,
table.ng td {
	margin: 0px;
	padding: 10px;
	border: 1px solid #666;
}

table.ng th {
	padding: 5px 7px;
	text-align: center;
	font-weight: bold;
	background-color: #ebebdc;
}		

/**/
ul.ex {
	margin: 0px 0px 50px 0px;
	padding: 20px 20px 20px 40px;
	border: 5px solid #ebebdc;
}