@charset"Shift-JIS";
/* CSS レイアウト バス共通 */

/********** CSSリセット **********/
* {
  margin : 0px;
  padding : 0px;
  background-color : transparent;
  color : #000000;
  font-size : 100%;
  font-weight : normal;
  font-style : normal;
  text-decoration : none;
}

/********** ページ共通設定 **********/
body{
	width: 794px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #484848;
	font-size: 0.9em;
	line-height: 1.4em;
	border: 1px solid #e7e7e7;
	background-image: url(../images/img_back_gray.gif);
}

h1 {
	font-weight: bold;
	margin: 5px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color:#00029b;
	content:#00029b;
	font-size:1.5em;
	line-height: 1.2em;
}
h2 {
	width: 99%;
	margin-left: 2px;
	padding: 3px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-indent: 1em;
	border: 1px solid #C0C0C0;
	background-color: #0000cd;
}
h3{
	width: 96%;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.5em;
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #dc143c;
	border-left: 3px solid #dc143c;
	background-color: #fffff4 ;
}

table{
	background-color: #ffffff;
}
td{
	padding-left:2px;
	padding-right: 2px;
}
#page_content {
	width: 794px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

/*コンテンツ＞テキストエリア*/
.content_text{
	width: 760px;
	margin:auto;
	text-align:left;
}


/********** 帰還ナビ（トップ） **********/
.return1 , .return2{
	display: block;
	width: 150px;
	height: 25px;
	font-size: 0.8em;
	text-indent: -10000px;
}
.return1 a , .return2 a{
	display: block;
	width: 150px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}

.return1{background-image:url(../images/btn_return1_normal.gif);}
.return1 a:hover{background-image:url(../images/btn_return1_over.gif);}
.return2{background-image:url(../images/btn_return2_normal.gif);}
.return2 a:hover{background-image:url(../images/btn_return2_over.gif);}

/********** 帰還ナビ（ボトム） **********/
.return{
	width: 99%;
	text-align: right;
	padding: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #4e4e4e;
}

/********** 擬似クラス＠リンク設定 **********/
a:link {
	color: #0000cd;
	text-decoration: none;
}
a:visited {
	color: #0000cd;
	text-decoration: none;
}
a:hover {
	color: #d22a56;
	text-decoration: underline;
}

/********** 擬似クラス＠乗車券発売窓口一覧へのリンク設定 **********/
/* アンカータグにclass="lnk_whicket"を適用して利用する */
.lnk_wicket{
	display: block;
	width: 200px;
	height: 40px;
	font-size: 0.8em;
	text-indent: -10000px;
}
.lnk_wicket a{
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}

.lnk_wicket{background-image:url(../images/btn_wicket_normal.gif);}
.lnk_wicket a:hover{background-image:url(../images/btn_wicket_hover.gif);}


/********** 擬似クラス＠乗車券発売券種一覧へのリンク設定 **********/
/* アンカータグにclass="lnk_whicket_ticket"を適用して利用する */
.lnk_ticket_wicket{
	display: block;
	width: 200px;
	height: 40px;
	font-size: 0.8em;
	text-indent: -10000px;
}
.lnk_ticket_wicket a{
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}

.lnk_ticket_wicket{background-image:url(../images/btn_wicket_ticket_normal.gif);}
.lnk_ticket_wicket a:hover{background-image:url(../images/btn_wicket_ticket_hover.gif);}



/********** 重要なお知らせ **********/
/* ※マージンなど他にパラメータが必要な場合はそのタグにのみ有効なスタイルを設定すること */
.important{
	width:770px;
	margin:auto;
	padding:3px;
	background-color:#f7ffae;
	border:1px solid crimson;
}

/********** メインコンテンツ内テーブル基本仕様 **********/
.content_table{
	width: 740px;
	margin: 10px;
	margin-top: 0px;
	text-align: center;
	border-collapse: collapse;
}
.content_table caption{
	margin-bottom:0px;
	padding-left:10px;
	font-weight: bold;
	text-align: left;
}
.content_table th{
	padding: 5px;
	border: 1px solid #616161;
	background-color: #d7efff;
}
.content_table td{
	padding: 5px;
	border: 1px solid #616161;
}
/*メインコンテンツ＞ご利用案内*/
.point{
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

.point ul{
	list-style-type: decimal; 
	line-height: 1.7em;
}

.point p{
	margin-left: 0.8em;
	line-height: 1.2em;
}

.noriba_list li{
	margin-left: 2em;
}

.reservation_list li{
	margin-left: 2em;
}

/*メインコンテンツ＞問い合わせ*/
.toiawase_list li{
	margin-left: 2em;
	list-style-type:none;
}


/********** フッタ **********/
#footer {
	float: left;
}

/********** スペーサー **********/
.spacer15 {
	height: 15px;
}

.spacer10 {
	height: 10px;
}

.spacer5 {
	height: 5px;
}

