@charset "utf-8";

/* 見出し */

.top h2 {
	margin-bottom:10px;
	padding:5px 10px;
	border:3px solid #ff6600;
	color:#ff6600;
	font-size:16px;
	font-weight:bold;
}

.top h2 a {
	color:#ff6600 !important;
	font-size:16px;
	font-weight:bold;
}

.top h3 {
	font-size:14px;
}

/* 汎用 */

.top_left {
	clear:both;
	float:left;
	width:370px;
}

.top_right {
	float:right;
	width:370px;
	margin-left:10px;
}

/* 料金 */

.top_price_left {
	float:left;
	width:420px;
}

.top_price_right {
	float:right;
	width:320px;
	margin-left:10px;
}

.top_price_right table {
	border:solid #ccc;
	border-width:0 0 1px 1px;
}

.top_price_right table td {
	padding:3px 1px;
	border:solid #ccc;
	border-width:1px 1px 0 0;
}

.top_price_right table th {
	background:#FFDAC1;
	border:solid #ccc;
	border-width:1px 1px 0 0;
}

.top_price_right table caption {
	background:#ff6600;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}


/* トップページ */

div#mainleft {
  float: left;
  width: 420px;
  }
  
.mainL {
	float:left;
	width:203px;
	margin-bottom:10px;
}

.mainR {
	float:right;
	width:203px;
	margin-left:10px;
	margin-bottom:10px;
}

.body {
	padding:10px;
}

div#mainleft li{
  list-style: url(image/li02.gif);
  margin-left: 30px;
  margin-bottom:4px;
}

div#mainleft h3{
	clear:both;
	border-left:3px solid #FF6600;
	border-bottom:none;
	padding-left:10px;
	margin-bottom:10px;
	font-size:12px;
}

div#mainleft .busprice {
	font-size:12px;
	font-weight:bold;
}

/* div#mainrightのスタイル */

div#mainright {
  float: right;
  width: 150px;
  }

div#mainright li{
  list-style: none;
}
  

/* div#menuleftのスタイル */

div#menuleft {
  float: left;
  width: 195px;
}

/* div#menurightのスタイル */
  
div#menuright {
  float: right;
  width: 195px;
}
  
/* バス王国のメリット */

#uri {
}

#uri .uri_box {
	float:left;
	width:238px;
	margin:0 10px 5px 0;
	background: url(image/uri_bg.png) repeat-x;
}

#uri .uri_box h3 {
	margin:0;
	padding:10px 10px 0 34px;
	background:url(image/uri_check.png) no-repeat 10px;
	color:#ff6600;
	border:none;
	font-size:16px;
	font-weight:bold !important;
}

#uri .uri_box .body {
	padding:0 10px 10px 10px;
	font-size:12px;
}

#uri .uri_title {
	background:url(image/uri_title.png) no-repeat;
	float:left;
	width:238px;
	margin:0 10px 5px 0;
}
