@charset "utf-8";
@import url(../base.css);

/*--------------------------------------
  Layout Base Style Sheet
  Made by MASAKI http://www.ninemiles.net/
  2006-05-28

  - 共用ID, クラス
  - ページ毎の個別ID, クラス
  
  I.E用設定は別途用意
---------------------------------------*/


/*****************************
        共用ID, クラス
 *****************************/

/* ヘッダ */
div#head_title {
	background-image: url(img/head_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
}

#head_title h1#title {
	clear: none;
	float: left;
	width: 160px;
}

#head_title h2#title2 {
	clear: none;
	float: left;
	width: 260px;
	text-indent: -2000px;
	margin: 0;
	padding: 0;
}

h1#title a {
	display: block;
	height: 50px;
	width: 160px;
	background: transparent;
	border: 0;
}

h2#title2 a {
	display: block;
	height: 50px;
	width: 260px;
	background: transparent;
	border: 0;
}

h3 {
	margin-top: 1.75em;
}

/* 人気ルートヘディング */
h3#proute {
	background-image: url(img/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 24px;
}

/* コンテンツ全体 */
#mainbox {
	margin: auto;
	width: 90%;
	padding-bottom: 20px;
}

/* 左コラム */
#left {
    position: absolute;
	top: 515px;
	width: 185px;
	font-size: 80%;
}

#left h3, #left h4 {
	margin-top: 0;
}

h5#popularroute {
	background-image: url(img/left_h5_proute.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin-top: 15px;
	height: 28px;
}

/* Flash */
#routemap {
	width: 100%;
	height: 420px;
	margin-top: 20px;
	border: 1px solid #909090;
}

/* iframe */
iframe#under_frame {
	border: 0;
	margin-top: 0px;
	width: 100%;
}

p.greeting em, .help {
	background-color: #fff4c1;
	font-weight: bold;
}

/*サブカテゴリ検索結果一覧*/
div#sub_category_summary {
	padding: 0;
}

p.greeting, p#greeting2 {
	margin-top: 20px;
}

p#greeting2 {
	font-size: 75%;
}

/* 通行止めなどのニュース */
h3.topic_head, h4.topic_head {
	background-image: url(img/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 24px;
}

p.topic {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 85%;
}
p.topic img {
	float: left;
	margin-right: 5px;
}

/* TOP15 */
ul#popularlist {
}

ul#popularlist li {
	background-position: 0px 2px;
	line-height: 1.4;
	text-indent: 0px;
	padding-left: 15px;
	height: auto;
	min-height: 16px;
}

#showhigh {
	float: right;
	font-weight: normal;
	font-size: 80%;
	margin: 0;
	border: 1px solid #e0e0e0;
	border-right-color: #a0a0a0;
	border-bottom-color: #a0a0a0;
	background-color: #f0f0f0;
	width: 12em;
	text-align: center;
}

#showhigh a {
	display: block;
	padding: 2px;
	border-bottom: 0;
}

ul#routenews {
	font-size: 80%;
}
ul#routenews li {
	line-height: 1.4;
}

/* ヘルプツアーアニメーションブロック */
div#helptour {
	background-color: #f0f0f0;
	padding: 5px;
	width: 595px;
	height: 420px;
	border: 1px solid #909090;
}

