@charset "UTF-8";
/*-----------------------------
 Reset
-------------------------------*/
* {
	margin:0;
	padding:0;
}
/*-----------------------------
 body
-------------------------------*/
body {
	font-family:Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}
a {
	text-decoration:none;
}
/*-----------------------------
 header
-------------------------------*/
h1 {
	padding:8px;
	font-size:medium;
	background-color:#228b22;
	color:#fff;
	border-bottom:1px solid #333;
}
h2 {
	padding:3px;
	font-size:medium;
	border-top:1px double #bbb;
}
h3 {
	padding:3px;
	font-size:medium;
}
hr {
	height:1px;
}
img {
	margin:2px;
	border:none;
}
#container {
	padding:8px;
}
/*-----------------------------
 text-list
-------------------------------*/
.text-list li {
	list-style:none;
	border-bottom:1px solid #acacac;
}
.text-list li a {
	padding:5px;
	display:block;
}
.text-list li span.date {
	font-size:14px;
	color:#707070;
}
.text-list li span.rnk {
	color:#26456b;
	font-weight:bold;
	text-decoration:none;
}
/*-----------------------------
 image-list
-------------------------------*/
.image-list li {
	margin:0 3px 0 0;
	float:left;
	text-align:center;
	list-style:none;
}
.orange {
	color:#ff8c00;
}
/*-----------------------------
 station-list
-------------------------------*/
.station-list li {
	padding:6px 10px 6px 0;
	list-style:none;
	float:left;
	background:url(./img/line.gif) repeat-x center;
}
.station-list li a {
	padding:6px;
	background:#f6f5f5;
	border:1px solid #CCC;
	white-space:nowrap;
}
.station-list li.bgno {
	background:none;
}
.clearfix:after {
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
/*-----------------------------
 info-list
-------------------------------*/
.info-list li {
	padding:0 5px;
	border-bottom:1px solid #acacac;
}
.info-list dt {
	float:left;
	width:100px;
	text-align:right;
	color:#4c566c;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
}
.info-list dd {
	padding:0px 5px;
	overflow:hidden;
	white-space:nowrap;
}
/*-----------------------------
 table
-------------------------------*/
table {
	border-collapse:collapse;
}
table th {
	padding:3px;
	width:80px;
	border-bottom:1px solid #d9d9d9;
}
table td {
	padding:3px;
	border-bottom:1px solid #d9d9d9;
}
/*-----------------------------
 footer
-------------------------------*/
#footer {
	padding:10px;
	clear:both;
	text-align:center;
	font-size:12px;
}

