/* CSS Document */

@charset "Shift_JIS";

/* ---------------------------------------------------------------------- */
/* ●ブラウザcssを強制初期化                                              */
/* ---------------------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

/* ---------------------------------------------------------------------- */
/* ●全体                                                                 */
/* ---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 130%;
	color: #333;
	background: #fff url(../image/bk.gif);
	background-repeat: repeat-y;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* ---------------------------------------------------------------------- */
/* ●ページ枠                                                             */
/* ---------------------------------------------------------------------- */

#page {
	width: 700px;
	background: #fff;
}

/* ---------------------------------------------------------------------- */
/* ●ヘッダー                                                             */
/* ---------------------------------------------------------------------- */

#header {
	width: 700px;
	height: 50px;
	padding: 0;
	background: #fff;
}

/* ---------------------------------------------------------------------- */
/* ●メインメニュー                                                       */
/* ---------------------------------------------------------------------- */

#mainmenu {
	width: 700px;
	height: 32px;
	background: #aaa;
}

#mainmenu li {
	float: left;
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

/* ---------------------------------------------------------------------- */
/* ●階層ナビ                                                             */
/* ---------------------------------------------------------------------- */

#navi {
	margin: 0;
	padding: 10px 0 14px 12px;
	font-size: 13px;
	background: #fff;
}

#navi a {
	text-decoration: none;
}

#navi a:hover {
	color: #e60;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- */
/* ●本文                                                                 */
/* ---------------------------------------------------------------------- */

#content {
	float: right;
	display: block;
	width: 490px;
	margin-right: 14px;
	background: transparent;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	color: #e60;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- */
/* ●サイドメニュー ＆ バナー領域                                         */
/* ---------------------------------------------------------------------- */

#sidemenu {
	float: left;
	display: block;
	width: 170px;
	margin-left: 10px;
	background: #fff;
	border-top: 6px solid #f699cc;
}

ul.links li {
	font-size: 13px;
	text-indent: 10px;
	line-height: 25px;
	background: #ffd;
	border-bottom: 1px dotted #f699cc;
}

ul.links a {
	text-decoration: none;
}

ul.links a:hover {
	color: #e60;
	text-decoration: underline;
}

ul.bunner li {
	padding: 2px 0 0 0;
	margin-left: 5px;
}

/* ---------------------------------------------------------------------- */
/* ●フッター                                                             */
/* ---------------------------------------------------------------------- */

#footer {
	width: 700px;
	height: 40px;
	background: #fff;
}

/* ---------------------------------------------------------------------- */
/* ●その他 共通項目                                                      */
/* ---------------------------------------------------------------------- */

.pagetitle {
	width: 340px;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	border-left: 12px solid #F63;
	border-bottom: 1px dotted #F63;
	margin-bottom: 14px;
	padding: 4px;
}

.title_center {
	text-align: center;
	font-weight: bold;
}

.title_simple {
	margin-top: 30px;
	font-weight: bold;
}

.txt_block {
	margin: 14px;
	line-height: 130%;
}

.to_top {
	text-align: center;
	margin-top: 80px;
}

.timetable {
	margin: 10px 0 40px 34px;
}

.timetable li {
	list-style: disc;
	margin-bottom:4px;
}

.title_green {
	font-size: 16px;
	color: #090;
	font-weight: bold;
	margin-left: 4px;
	padding-left: 6px;
	border-left: 8px solid #6c6;
}

.txt_block_1 {
	margin: 10px 0 40px 18px;
	line-height: normal;
}

table.tbl1 {
    border-top:1px solid #3366cc;
    border-left:1px solid #3366cc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.tbl1 th{
    border-right:1px solid #3366cc;
    border-bottom:1px solid #3366cc;
    color:#336699;
    background-color:#f0f0f0;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.tbl1 td{
    border-right:1px solid #3366cc;
    border-bottom:1px solid #3366cc;
    padding:0.3em 1em;
    text-align:left;
}

.clr_both {
	clear: both;
	margin-top: 30px;
}


/* 080318---------------------------------------------------------------- */
/* ●outline 会社概要に関する設定                                         */
/* ---------------------------------------------------------------------- */
#content #outline li{
	margin-left:2em;
}
	
#outline table{
   border:1px solid #3366cc;
	border-collapse:collapse;
	margin:5px 0px;
}

#outline th{
	white-space: nowrap;
}

#outline td{
	text-align:left;
}

/*ここから路線表*/	

#outline #out_rosen th{
	font-size:12px;
	}

#outline #out_rosen td{
	padding:3px;
	font-size:10px;
	}
	
#outline #out_rosen .td_title{
	text-align:center;
	font-weight:bold;
	}
	
/*ここまで*/
	
/* 080318---------------------------------------------------------------- */
/* ●otoku お得な運賃のご案内に関する設定                                 */
/* ---------------------------------------------------------------------- */
#content #otoku li{
	margin:1em 0px 0px 2em;
}

#content #otoku dt{
	margin:1em 0px 0px;
}

#content #otoku dd{
	margin-left:1.5em;
}

#content #otoku table{
	border-collapse:collapse;
	margin-top:5px;
}

#content #otoku th,td{
	border:1px solid #000000;
	padding:5px;
	text-align:center;
}