@charset "UTF-8";
/* Reset
------------------------------ */
* {
	margin: 0;
	padding: 0;
}
/* body
------------------------------ */
body {
/*
	font-family: 'Hiragino Maru Gothic Pro';
	font-family: 'Hiragino Kaku Gothic Pro';
	font-family: "Osaka", "lr oSVbN", Arial, sans-serif;
	font-family: "Hiragino Kaku Gothic Pro","qMmpS Pro W3", sans-serif;
	font-family: Arial, sans-serif;
*/
	font-family: Arial,'lr oSVbN',sans-serif;
}
a {
	text-decoration: none;
}
/* header
------------------------------ */
h1 {
	padding: 8px;
	background-color: #daa520;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #333;
}
h2 {
	padding: 3px;
	font-size: 16px;
	border-top: 1px double #bbb;
}
h3 {
	padding: 3px;
	font-size: 16px;
}
hr {
	margin: 4px 0;
	padding: 4px;
	height: 1px;
	border-width: 1px 0px 0px 0px;	/*  */
}
img {
	margin: 2px;
	border: none;
}
#container {
	padding: 8px;
}
.simple li {
	margin: 0 0 0 1.5em;
}
/* 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 {
	font-weight: bold;
	color: #26456b;
	text-decoration: none;
}
/* image-list
------------------------------ */
.image-list li {
	margin: 0 3px 0 0;
	text-align: center;
	float: left;
	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;
}
/* info-list
------------------------------ */
.info-list li {
	padding: 0 5px;
	border-bottom: 1px solid #acacac;
}
.info-list dt {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 14px;
	color: #4c566c;
	overflow: hidden;
	white-space: nowrap;
}
.info-list dd {
	padding: 0px 5px;
	overflow: hidden;
	white-space: nowrap;
}
.green {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #008000;
}
.red {
	font-weight: bold;
	color: #ff0000;
}
/* footer
------------------------------ */
#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	font-size: 12px;
}

