@charset "EUC-JP";

/* 結果タイトルの設定
************************************** */
#title_chiki {
	float: left;
	width: 720px;
	height: 27px;
}

#title_chiki p{
	clear: both;
	float: left;
	width: 720px;
	height: 35px;
	margin; 10px;
	font-size: 12px;
	color: #333333;
}

#title_chikip p{
	clear: both;
	float: left;
	width: 650px;
	height: auto;
	margin; 10px;
	font-size: 12px;
	color: #333333;
}

#chiki_name {
	float: left;
	width: 586px;
	height: 30px;
	background-image: url(../images/search/icon_cir.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#chiki_name span{
	font-size: 16px;
	color: #666666;
	padding-left: 30px;
}

#show_map {
	float: left;
	width: 280px;
	height: 30px;
	margin-right: 7px;
}
#show_map a{
	float: right;
	width: 120px;
	height: 30px;
	background-image: url(../images/search/show_map.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#show_coupon {
	float: left;
	width: 280px;
	height: 30px;
	margin-right: 7px;
}
#show_coupon a{
	float: right;
	width: 122px;
	height: 30px;
	background-image: url(../images/search/show_coupon.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#back_frommap {
	float: left;
	width: 506px;
	height: 30px;
	margin-right: 7px;
}
#back_frommap a{
	float: right;
	width: 111px;
	height: 30px;
	background-image: url(../images/search/back_frommap.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#to_around {
	float: left;
	width: 160px;
	height: 30px;
	margin-right: 7px;
}
#to_around a{
	float: right;
	width: 152px;
	height: 30px;
	background-image: url(../images/search/to_around.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#print {
	float: left;
	width: 65px;
	height: 30px;
	margin-right: 7px;
}
#print a{
	float: right;
	width: 65px;
	height: 30px;
	background-image: url(../images/search/print.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#look_list {
	float: left;
	width: 134px;
	height: 30px;
}

#look_list a {
	float: left;
	width: 134px;
	height: 30px;
	background-image: url(../images/search/look_list.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	overflow: hidden;
}

#check_list{
	float: left;
	width: 262px;
	height: 30px;
	margin-left: 10px;
}
#check_list a{
	float: left;
	width: 262px;
	height: 30px;
	background-image: url(../images/search/check_list.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	overflow: hidden;
}

#this_list{
	float: left;
	width: 213px;
	height: 30px;
	margin-left: 10px;
}
#swap_description{
	width: 0px;
	height: 0px;
	display: none;
}

#this_list a{
	float: right;
	width: 213px;
	height: 30px;
}

#lanking_margin {
	float: left;
	width: 580px;
	height: 30px;
}

/* google mapの設定
************************************** */
#map{
	clear: both;
	float: left;
	width: 720px;
	height: 400px;
	margin-top:16px;
}

/* 結果一覧の設定
************************************** */
#result {
	float: left;
	width: 720px;
	height: auto;
	margin-bottom: 15px;
}
#result table{
	width: 720px;
	border-collapse: collapse;	
}
#result th{
	background-color: #FFEEEE;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 3px;
	border:1px solid #FF9999;
	font-weight:normal;
}
#result td{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	border:1px solid #FF9999;
}
#result td a:link{
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#result td a:visited{
	color: #999999;
	text-decoration: underline;
}
#result td a:hover{
	color: #9988BB;
	text-decoration: none;
}
#result td a:active{
	color: #CCCCCC;
	text-decoration: none;
}
#result td.walk {
	background-image: url(../images/search/icon_walk.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#result td.bus {
	background-image: url(../images/search/icon_bus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#result span{
	padding-left: 6px;
}

/* 学校検索設定
************************************** */
#school {
	clear: both;
	float: left;
	width: 720px;
	height: auto;
	margin-top: 10px;
}
#school_name {
	float: left;
	width: 240px;
	height: 20px;
}
#school_name a:link{
	float: left;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#school_name a:visited{
	color: #999999;
	text-decoration: underline;
}
#school_name a:hover{
	color: #9988BB;
	text-decoration: none;
}
#school_name a:active{
	color: #CCCCCC;
	text-decoration: none;
}

#search_school {
	clear: both;
	width: 720px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
}
#search_school p {
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	margin-top: 7px;
}

#school_kensakau {
	clear: both;
	float: left;
	width: 720px;
	height: 50px;
	z-index: 2;
}

#school_kensakau input, select{
	z-index: 2;
}

#school02 {
	clear: both;
	float: left;
	width: 760px;
	height: auto;
	margin-top: 20px;
}
#aiueo {
	float: left;
	width: 230px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dotted #FF9999;
}
#aiueo p{
	width: 200px;
	height: 18px;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	margin-top: 3px;
	
}
#aiueo a:link{
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#aiueo a:visited{
	color: #999999;
	text-decoration: underline;
}
#aiueo a:hover{
	color: #FF9292;
	text-decoration: none;
}
#aiueo a:active{
	color: #CCCCCC;
	text-decoration: none;
}

/* 路線検索設定
************************************** */
#railroad_table {
	clear: both;
	float: left;
	width: 720px;
	height: auto;
	margin-left: 0px;
	margin-top: 20px;
}
#rail_td{
	float: left;
	width: 220px;
	height: auto;
	margin: 0px 5px;
}
#rail_td_right{
	float: left;
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#rail_tdd{
	float: left;
	width: 240px;
	height: auto;
	margin-bottom: 5px;
}
/* 他の条件の設定
************************************** */
#hoka {
	clear: both;
	float: left;
	width: 720px;
	height: 30px;
	background-color: #FF999A;
	padding-top: 10px;
	margin-bottom: 10px;
}
#hoka p{
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}
#hoka a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* プルダウンの設定
************************************** */
#select_train {
	float: left;
	width: 720px;
	height: 35px;
	background-color: #EEEEEE;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}

#select_train p{
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	margin-top: 5px;
}

#map_icon {
	float: left;
	width: 615px;
	margin-top: 5px;
	margin-bottom: 5px;

}
#map_chu {
	clear: both;
	float: left;
	width: 615px;
	height: 20px;
	margin-top: 5px;
}
#map_chu p{
	float: left;
	font-size: 11px;
	color: #666666;
}
/* 戻る設定
************************************** */
#topofpage {
	clear: both;
	float: left;
	width: 727px;
	height: 20px;
	margin-top: 5px;
}
#topofpage a{
	float: right;
	width: 92px;
	height: 20px;
	background-image: url(../images/search/top_of_page.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
}
