@charset "utf-8";

#main {
	float:left;
	width:720px;
}

#menu {
	float:right;
	width:250px;
}

.newsList {
	border:#46A5D2 solid 5px;
	padding:15px;
}
.newsItem {
	padding:0px;
	margin-bottom:15px;
	background:#F9FDFE;

}

.newsTitle {
	font-size:108%;
	color:#009BD0;
	border-bottom:#009BD0 solid 2px;
}

.newsDate {
	font-size:77%;
	color:#333;
}

.newsPhoto{
	margin-right:0px;
	margin-bottom:15px;
	width:260px;
	text-align:center;
	border:#999 solid 1px;
	float:left;
	background:#FFF;
}

.newsPhoto img {
	margin:10px;
}

.newsText {
	width:400px;
	float:right;

}

.traffic_date{
	text-align:right;
	color:#0399CB;
	font-weight:bold;
	margin-bottom:5px;
}

.traffic_btn{
	clear:both;
	height:70px;
	width:590px;
	margin-bottom:10px;
}

.traffic_btn ul {
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
}

.traffic_btn ul li{
	list-style-type:none;
	float:left;
}

.traffic_btn ul li.traffic_menu_rail,
.traffic_btn ul li.traffic_menu_bus,
.traffic_btn ul li.traffic_menu_ship{
	margin-right:15px;
}

.traffic_btn ul li.traffic_menu_ship{
	
}

.traffic_table {
	text-align:center;
	border-spacing:0px;
}

.traffic_table table{
	width:100%;
	text-align:left;
	border-bottom:#0399CB solid 1px;
}

.traffic_table table td{
	vertical-align:top;
	padding:5px;
	border-top:#0399CB solid 1px;

}

.traffic_table table td.company{
	width:120px;
}

.traffic_table table td.root{
	width:150px;

}

.menseki_jikou{
	border:#BDDEE6 dashed 2px;
	padding:5px;
	margin-bottom:10px;
}

.menseki{
	font-weight:bold;
}

#weatherBoxText {
	background:#FFF;
	padding:5px;
	border:#09C solid 3px;
	margin-bottom:15px;
}

.weatherTitle {
	background:#09C;
	color:#FFF;
	padding:3px;
	text-align:center;
	font-weight:bold;
}

.weatherDay {
	width:50px;
	float:left;
	height:50px;
	line-height:50px;
	overflow:hidden;
	text-align:center;
	color:#09C;
	font-weight:bold;
}

.weatherIcon {
	width:90px;
	height:50px;
	float:left;
	line-height:50px;
	overflow:hidden;
}

.weatherTemperature {
	height:50px;
	float:left;
	line-height:50px;
	overflow:hidden;
}

.weatherLink {
	text-align:right;
}

.bannerPrint {
	margin:0;
	padding:0;
}

p.blogTitle {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}

