﻿@charset "UTF-8";

/*==============================================================================
■制作者：SUZUKI
■内容：インフォメーションエリア設定
■備考：
■目次--------------------------------------------------------------------------

	1=運行状況設定

==============================================================================*/


/*------------------------------------------------------------------------------ 1=パブリックエリア設定*/
#unkou_info {
	position: relative;
	margin-bottom: 10px;
	width: 950px;
	height: 37px;
	background: transparent url(../images/unkou_info_area_bg.gif) 0 0 no-repeat;	
}
table.unkou_info_tbl {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 938px;
	height: 25px;
}
table.unkou_info_tbl 
	td.unkou_info_txt {
		width: 127px;
		padding-right: 6px;
	}
table.unkou_info_tbl 
	td.chien_ticket_btn {
		width: 126px;
		padding-left: 6px;
	}
table.unkou_info_tbl 
	td.unkou_info_msg {
		width: 670px;
		height: 23px;
		background-color: #FFF;
		border: 1px #3087D6 solid;
		text-align: left;
	}
table.unkou_info_tbl 
	td.unkou_info_msg
		p {
			padding: 2px 5px;
		}