@charset "UTF-8";

/*
--------------------------------------------------
City-home Style [ city-home3.css ]
--------------------------------------------------
	1.Area_search
	2.Station_search
	3.Ul
	4.Area_info
	5.Aboutcity
	6.Shop-link

	ClearFix
--------------------------------------------------*/



/* 1.Area_search
--------------------------------------------------*/
#main .maincontents .area_search{
	float: left;
	border: none;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#main .maincontents .area_search tr th {
	border: none;
	background: url(../img/background04s.gif) repeat-x;
	height: 16px;
	font-size: 1.1em;
	color: #ffffff;
	text-align: left;
	padding: 3px;
}
#main .maincontents .area_search tr td {
	border: none;
	background-color: #ffcccc;
	height: 100px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 10px;
}


/* 2.Station_search
--------------------------------------------------*/
#main .maincontents .station_search {
	float: right;
	border: none;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#main .maincontents .station_search tr th {
	border: none;
	background: url(../img/background04s.gif) repeat-x;
	height: 16px;
	font-size: 1.1em;
	color: #ffffff;
	text-align: left;
	padding: 3px;
}
#main .maincontents .station_search tr td {
	border: none;
	background-color: #ffcccc;
	height: 100px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 10px;
}


/* 3.Ul
--------------------------------------------------*/
#main .maincontents ul {
	list-style-type: none;
	margin-left: 20px;
}
#main .maincontents ul li {
	font-size: 1.1em;
}


/* 4.Area_info
--------------------------------------------------*/
#main .maincontents .area_info {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 1.2em;
	margin-top: 5px;
}
#main .maincontents .area_info tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
}
#main .maincontents .area_info tr td {
	border: solid 1px #cccccc;
	font-size: 1.1em;
	height: 22px;
	padding: 3px;
}
#main .maincontents .area_info .area_image {
	border: solid 1px #cccccc;
	width: 230px;
	height: 230px;
	font-size: 1.1em;
	padding: 3px;
}


/* 5.Aboutcity
--------------------------------------------------*/
#main .maincontents .aboutcity {
	clear: both;
	border: solid 1px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#main .maincontents .aboutcity tr th {
	text-align: center;
	font-size: 1.4em;
	height: 40px;
	padding: 3px 10px;
	color: #666666;
}
#main .maincontents .aboutcity tr td {
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
}
#main .maincontents .aboutcity tr td img {
	margin-top: 10px 0;
}
#main .maincontents .aboutcity p {
	width: 190px;
	font-size: 1.0em;
	text-align: left;
	margin: 10px auto;
}
#main .maincontents .aboutcity .more {
	border: solid 1px;
	background-color: #dddddd;
	height: 20px;
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
}


/* 6.Shop-link
--------------------------------------------------*/
#main .maincontents .shop-link {
	border: solid 1px #999999;
	width: 785px;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 5px;
}
#main .maincontents .shop-link h6 {
	font-size: 1.3em;
	margin: 5px 0 10px 0;
}
