@charset "UTF-8";

/*
--------------------------------------------------
Town Style [ town.css ]

--------------------------------------------------
	1.H4
	2.B
	3.Dl
	4.Table
	5.Station


	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	font-size: 1.4em;
	margin-bottom: 5px;
}


/* 2.B
--------------------------------------------------*/
#main .maincontents b {
	font-size: 1.0em;
	color: #999999;
}


/* 4.Table
--------------------------------------------------*/
#main .maincontents table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	line-height:1.3;
	margin: 5px 0 10px 0;
}
#main .maincontents table tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	width: 795px;
	font-size: 1.1em;
	text-align: left;
	padding: 3px;
}
#main .maincontents table tr td {
	border: solid 1px #cccccc;
	font-size: 1.1em;
	height: 22px;
	padding: 3px;
}
#main .maincontents table .area_image {
	border: solid 1px #cccccc;
	font-size: 1.1em;
	width: 230px;
	height: 230px;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}


/* 5.Station
--------------------------------------------------*/
#main .maincontents .station tr th {
	width: 100px;
}
#main .maincontents .station tr td {
	width: 695px;
}

