@charset "utf-8";

/*--------------------------------------------------
■路線一覧用
--------------------------------------------------*/
ul.RouteList {
	overflow: auto;
	margin: 1px 6px 0px 5px;
	padding: 5px 0px;
}

ul.RouteList a:link {
	background-image: url(../IMG/RouteMap/RouteList.png);
	background-position: top;
}

ul.RouteList a:visited {
	background-image: url(../IMG/RouteMap/RouteList.png);
	background-position: top;
}

ul.RouteList a:hover {
	background-image: url(../IMG/RouteMap/RouteList.png);
	background-position: center;
}

ul.RouteList a:active {
	background-image: url(../IMG/RouteMap/RouteList.png);
	background-position: bottom;
}

ul.RouteList li {
	float: left;
	margin: -1px -1px 0px 0px;
	width: 184px;
	height: 20px;
	border: solid 1px #666666;
}

ul.RouteList li.noA {
	background-image: url(../IMG/RouteMap/RouteList.png);
	background-position: top;
}

ul.RouteList img {
	vertical-align: top;
}

ul.RouteList span {
	padding: 4px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	font-size: 12px;
}

ul.RouteList span.lite {
	display: block;
	padding: 4px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	text-align: center;
}

ul.RouteList a {
	display: block;
}

/*--------------------------------------------------
■路線ページ用
--------------------------------------------------*/
img.RM {
	width: 893px;
	height: 1263px;
	padding: 5px 24px;
	background-image: url(../IMG/RouteMap/RMBg.png);
	background-repeat: no-repeat;
	background-position: center;
}

span.RM_D {
	color: #333366;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: small;
}

ul.usual > li > ul > li > ul > li > ul > li > a {
	display: block;
}

ul.usual > li > ul > li > ul > li > ul > li {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border: dotted 1px #003399;
}

table.CBS th.col1 {
	width: 200px;
}

table.CBS th.col2 {
	width: 500px;
}

table.CBS th.col3 {
	width: 212px;
}

table.RL {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

table.RL colgroup.col1 {
	width: 5px;
	padding: 0px;
	overflow: hidden;
}

table.RL colgroup.col2 {
	width: 50px;
	text-align: center;
}

table.RL colgroup.col3 {
	width: 873px;
}

table.RL td.row1 {
	text-align: center;
}

table.RL td.row2 {
	height: 3px;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	font-size: 3px;
}

table.RL td.row3 {
	height: 10px;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	font-size: 10px;
}

table.RL td.row4 {
	height: 15px;
	overflow: auto;
	font-size: 14px;
}

table.RT colgroup.col1 {
	width: 750px;
}

table.RT colgroup.col2 {
	width: 178px;
}

table.BSL td {
	font-size: x-small;
}

table.BSL th.col1 {
	width: 300px;
}

table.BSL th.col2 {
	width: 300px;
}

table.BSL th.col3 {
	width: 312px;
}


select.select_on,
select.select_off {
	width: 470px;
	height: 200px;
	float:left;
	background-color: #333333;
	margin: 5px 0px;
}

select.select_week {
	width: 70px;
	height: 60px;
	background-color: #333333;
}

select.select_time {
	width: 70px;
	height: 140px;
	background-color: #333333;
}

select.select_on option,
select.select_off option,
select.select_week option,
select.select_time option {
	color: #F0F0F0;
}

option.level1 {
	background-color: #333399;
}

option.level61 {
	background-color: #993333;
}

input#submit {
	width: 940px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input#submit:hover {
	background-color: #CCFFFF;
}

