@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	サイトトップページCSS

///////////////////////////////////////////////////////////*/

#top {
	width: 780px;
	height: 187px;
	margin-bottom: 5px;
}

/* メインビジュアル
------------------------------------------------------------------*/
#top h1 {
	float: left;
	width: 581px;
	height: 187px;
}

/* ビジュアル横バナー
------------------------------------------------------------------*/
#top #swfContents {
	float: left;
	width: 196px;
	height: 187px;
	font-size: 85%;
	color: #CCCCCC;
}


/* 列車運行状況	
------------------------------------------------------------------*/
#traffic-news {
	height: 30px;
	position: relative;
}
#traffic-news dl {
	width: 780px;
	height: 30px;
	margin-top: 0;
	background: url(../images/traffic-news-back.gif) no-repeat 0 0;
	position: relative;
}
#traffic-news dl dt {
	width: 123px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
#traffic-news dl dd {
	height: 30px;
	color: #333;
	padding-left: 133px;
	background: url(../images/traffic-news-back.gif) no-repeat 100% 0;
}
#traffic-news dl iframe {/* iframe */
	width: 550px;
	height: 20px;
	margin: -6px 0;
	padding: 0px 0 0;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
}
body:first-of-type #traffic-news dl iframe { margin-top: -9px; } /* for safari */

#traffic-news a {
	position: absolute;
	right: 4px;
	top: 4px;
}

/* インフォメーション 
------------------------------------------------------------------*/
#info-box {
	margin-top: 5px;
	padding-top: 5px;
	position: relative;
}
* html #info-box {
	margin-top: 0px;
	padding-top: 0px;
}

h2#title-information {
	margin: 0px 0 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

/* 一覧を表示 */
#info-box p {
	position: absolute;
	right: 2px;
	top: 0px;
}
* html #info-box p { top: 10px; }

#info-box p a {
	padding-left: 15px;
	background: url(../images/common/icon_link-tri.gif) no-repeat 2px 1px;
}

/* インラインフレーム */
iframe#information {
	width: 770px;
	height: 105px;/* 5行表示 */
	padding-left: 10px;
	border: none;
	background: transparent;
	overflow-y: auto;
}

/* カテゴリボタン 
------------------------------------------------------------------*/
ul#category-button {
	width: 780px;
	padding-top: 15px;
}
ul#category-button li {
	float: left;
	width: 229px;
	height: 8.5em/*写真高67px*/;
	margin-right: 47px;
}
* html ul#category-button li {
	margin-right: 46px;
}
ul#category-button li a {
	display: block;
}
ul#category-button li dl dt a {
	padding-bottom: 5px;
}
ul#category-button li dl dd {
	height: 6em;
	margin-left: 3px;
	background: url(../images/bt-image-traffic.jpg) no-repeat 0 0;
}
ul#category-button li dl dd a {
	padding-left: 92px;
	color: #333;
	line-height: 1.4;
	text-decoration: none;
}

ul#category-button li dl dd.traffic { background: url(../images/bt_image-traffic.jpg) no-repeat 0 0; }
ul#category-button li dl dd.odekake { background: url(../images/bt_image-odekake.jpg) no-repeat 0 0; }
ul#category-button li dl dd.ryutsu  { background: url(../images/bt_image-ryutsu.jpg) no-repeat 0 0;  }
ul#category-button li dl dd.sumai   { background: url(../images/bt_image-sumai.jpg) no-repeat 0 0;   }
ul#category-button li dl dd.company { background: url(../images/bt_image-company.jpg) no-repeat 0 0; }
ul#category-button li dl dd.group   { background: url(../images/bt_image-group.jpg) no-repeat 0 0;   }

ul#category-button li.ryutsu,
ul#category-button li.group {
	margin-right: -1px;
}
	
/* ページ下部バナー 
------------------------------------------------------------------*/
ul#banner {
	height: 72px;
	margin: 10px auto 20px;
	padding-left: 28px;
	background: url(../images/banner-plate.gif) no-repeat 0 0;
}
* html ul#banner { padding-left: 27px; padding-right: 1px; }
ul#banner li {
	float: left;
}
ul#banner li a {
	display: block;
	width: 160px;
	margin-top: 11px;
	margin-right: 28px;
}

