﻿/*******************************
 $Date: 2008/8/26$
 $title: 西武バス時刻表 50音順検索 $
 *******************************/

/* 2008.08.26 追加及び修正
 ******************************************************/
/*修正*/
div#container {
	margin-top: 0px !important;
	background: url(../images/gojyuon/ttlbgimg.gif) no-repeat right 4.7em !important;
	}

/*追加：ラベル*/
p.eventlabel {
	margin: 0px 0 5px 0;
	padding: 3px;
	background: url(../images/gojyuon/labelbg.gif) repeat 0px 0px;
	line-height: 1.1;
	font-size: 1.2em;
	font-weight: bold;
	color: #061A66;
	text-align: center;
	letter-spacing: 0.2em;
	}

/*追加：ページ推移*/
div.pagenavi {
	margin: 15px 75px 0 75px;
	padding: 0;
	text-align: right;
	line-height:1.0;
	}
div.pagenavi .now {
	padding: 2px 5px;
	margin-left: 1px;
	background: #444444;
	border: 1px solid #444444;
	color: #FFFFFF;
	font-weight: bold;
	}
div.pagenavi a, div.pagenavi a:visited {
	padding: 2px 5px;
	margin-left: 1px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #444444;
	text-decoration: none;
	}
div.pagenavi a:hover,div.pagenavi a:active {
	padding: 2px 5px;
	margin-left: 1px;
	background: #DEDEDE;
	border: 1px solid #444444;
	color: #444444;
	text-decoration: underline;
	}


/* 1: list 50
 ******************************************************/
div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 15px;*/
	padding-bottom: 15px;
	font-size: 0.8em;
	/*background: url(../images/gojyuon/ttlbgimg.gif) no-repeat right 32px;*/
	}

div#gojyuTtl {
	width: 800px;
	background: url(../images/gojyuon/ttlline.gif) repeat-x 0px 35px;
	}

#gojyuTtl h3 {
	margin: 0;
	padding: 5px 0 3px 35px;
	font-size: 1.5em;
	background: url(../images/gojyuon/gojyuonicon.gif) no-repeat 0 2px;
	height: 30px;
	}

p.lgh-726 {
	width: 726px;
	padding: 15px 37px;
	margin: 0;
	}

table.list50 {
	margin: 20px 0 0 129px;
	}

.btn50 {
	width: 40px;
	height: 40px;
	margin: 3px;
	display: block;
	border: solid 3px;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	}

a:link.btn50 {
	color: #0033CC;
	background-color: #FFFFFF;
	text-decoration: none;
	}

a:hover.btn50 {
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
	}

a:visited.btn50 {
	text-decoration: none;
	}

a:active.btn50 {
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
	}


/* 2: result 50
 ******************************************************/
p.result50 {
	width: 628px;
	margin: 20px 0 0 75px;
	padding: 5px 10px;
	border: 1px solid #0066CC;
	line-height: 1.0;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background: #0066CC;
	}

ul.result50 {
	width: 648px;
	margin: 0 0 0 75px;
	padding: 0;
	border-right: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	font-size: 1.2em;
	list-style: none;
	}

.result50 li {
	margin:0;
	padding: 9px 0 8px 35px;
	border-bottom: 1px solid #0066CC;
	background: url(../images/gojyuon/listicon.gif) no-repeat 8px center;
	line-height: 1.1;
	}

.result50 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.result50 a:visited {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	}

.result50 a:hover {
	color: #FF0000;
	text-decoration: underline;
	background: #FFFF99;
	font-weight: bold;
	}

.result50 a:active {
	color: #FF0000;
	text-decoration: underline;
	background: #FFFF99;
	font-weight: bold;
	}
