@charset "utf-8";
/* CSS Document */
.roadst-box {
	margin: 0px;
	padding: 10px 0px 0px;
	border: 2px solid #B7B7B7;
	background-color: #EFEFEF;
	zoom: 100%;
	background-image: url(../img/bgi01.jpg);
}
.roadst-box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.roadst-box h3 {
	font-size: 117%;
	margin: 0px 15px 5px;
	padding: 5px 2px 1px;
	clear: both;
	line-height: 1;
	height: 14px;
	border-bottom: 2px solid #DDDDDD;
	color: #443D2E;
}
.roadst-box h4 {
	font-size: 117%;
	margin: 0px 15px 5px;
	padding: 10px 2px 10px;
	clear: both;
	line-height: 1;
	height: 14px;
	border-top: 2px solid #DDDDDD;
	color: #443D2E;
}
.roadst-box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 25px;
	clear: both;
	zoom: 100%;
}
.roadst-box ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.roadst-box li {
	font-size: 109%;
	float: left;
	width: 90px;
	margin: 0px;
	padding: 2px 20px 10px 1em;
	font-weight: bold;
	line-height: 1.1;
	background-image: url(../img/data-list.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}
.roadst-box li a {
	text-decoration: none;
}
.msgbox {
	margin: 4px 0px;
	padding: 4px;
	border: 2px solid #DDDDDD;
}
.msgbox p {
	text-indent: 1em;
	line-height: 1.5;
	font-weight: bold;
	color: #993300;
}
table {
	width: 550px;
	background-color: #DDDDDD;
}
th {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	width: 50%;
	padding: 0px 6px;
}
td {
	background-color: #FFFFFF;
}
td.data {
	font-size: 92%;
	padding: 2px 6px;
	white-space: nowrap;
}
td .stinfo{
	font-size: 92%;
	padding: 2px 6px;
}
td .equip{
	font-size: 84%;
	text-align:right;
	padding: 2px 6px;
	color: #006600;
}
.stinfo a {
	font-weight: normal;
}

