/*┌──────────────────────────────────────
/*│  汎用スタイルシート v0.0.1 (2008/05/23)
/*│  style.css
/*│  Copyright (c) HOKKAIDO CHUO BUS CO., LTD.
/*│  http://www.chuo-bus.co.jp/
/*│  ogawa_tak@gim.chuo-bus.co.jp
/*└─────────────────────────────────────*/
/*============================================================================*/
/*                             [ レイアウト関係 ]                             */
/*============================================================================*/
/*-- [ コンテンツ ] ----------------------------------------------------------*/
.ObjList div.ListMain {
	width : 600px;
	float : left;
}
#TimeTab, #FareTab, #AttentionTab {
	/*overflow : scroll;
	overflow : hidden;
	width :auto;*/
	margin : 0 20px 20px 0;
	border : none;
	/*width  : 400px;*/
	/*height : 200px;*/
	overflow: hidden;
}


#AttentionTab table, #TimeTab table, #FareTab table,
#FareTab2 table, #FareTab3 table {
	border : 1px solid #a0a0a0;
	border-spacing  : collapese;
	border-collapse : separate;
	border-spacing  : 0px;
	width :auto;
}
#AttentionTab table th, #AttentionTab table td, 
#TimeTab table th, #TimeTab table td,
#FareTab table th, #FareTab table td,
#FareTab2 table th, #FareTab2 table td,
#FareTab3 table th, #FareTab3 table td {
	border  : 1px solid #a0a0a0;
	padding : 5px;
}
#FareTab2 table th, #FareTab3 table th {
	width : 130px;
}
#TimeTab table td{ text-align:right; }
#TimeTab table th.Kbn, #TimeTab table th.Map{ width : 25px; }
* html #TimeTab table th.Kbn, * html #TimeTab table th.Map{ width : 35px; }
#TimeTab table th.BusStop{ width : 170px; }
* html #TimeTab table th.BusStop{ width : 160px; }
#TimeTab table th.Unko{ width : 205px; }
* html #TimeTab table th.Unko{ width : 195px; }
#TimeTab table th.Rosn{ width : auto; }
* html #TimeTab table th.Rosn{ width : auto; }
.FakeContainer {
	margin : 0 0 20px;
	border : none;
	width  : 400px;
	height : 100px;
	overflow: hidden;
}
#FareTab, #FareTab2, #FareTab3 {
	float : left;
}

p.ToTop {
	text-align:left;
	margin:0 10px;
	padding:15px;
}
ul.SearchSetList {
	margin:15px;
	padding:0;
	list-style:none;
}
ul.SearchSetList li.Pink {
	line-height:14px;
	padding:6px 0 6px 30px;
	margin-bottom:7.5px;
	margin-left:35px;
	text-align:left;
	background:url(/highway/img/search/search_list_icon.gif) left top no-repeat;
}
ul.SearchSetList li.Blue {
	line-height:14px;
	padding:6px 0 6px 30px;
	margin-bottom:7.5px;
	margin-left:35px;
	text-align:left;
	background:url(/highway/img/search/search_list_icon_blue.gif) left top no-repeat;
}
.R0 { color : #BD002F } /* 赤*/
.R1 { color : #00BDBD } /* 水色 */
.R2 { color : #BD5E00 } /* オレンジ */
.R3 { color : #0000BD } /* 青 */
.R4 { color : #BCBC00 } /* 黄色 */
.R5 { color : #BD00BD } /* 紫 */
.R6 { color : #3F7D00 } /* 緑 */
.R7 { color : #BDBDBD } /* グレー */

.U0 { background-color : #D8FFB0 } /* 緑 */
.U1 { background-color : #FFC8FF } /* 紫 */
.U2 { background-color : #FFFFA4 } /* 黄色 */
.U3 { background-color : #C1C1FF } /* 青 */
.U4 { background-color : #FFCB97 } /* オレンジ */
.U5 { background-color : #BBFFFF } /* 水色 */
.U6 { background-color : #FFBFCF } /* 赤*/
.U7 { background-color : #E3E3E3 } /* グレー */

#SetRightList {
	height : 500px;
	overflow: scroll;
	
}
#sumUntin {
	margin: -75px 0px 0px 500px;
	border: double 5px #ff0000;
	padding: 5px;
	font-size:11pt;
}
div #HDM1 {
	width  : 400px;
	height : 40px;
	background : url( 'img/btn_next_dia.jpg' ) top left no-repeat;
	background-position : 0 -40;
	display: inline-block;
}
div #HDM1:hover { background-position : 0 -40px; }
/*----------------------------------------------------------------------------*/
