@import"base.css";

/*----------エリア検索-------------*/
#area{
	width:660px;
	min-height: 270px;
	border-left: #CCCCCC 3px double;
	border-right: #CCCCCC 3px double;
	padding: 5px 15px;
	margin:  20px 37px
}

.areanavi{
	background: url(../image/share/arrow_bl.gif) no-repeat 2px 7px;
	padding: 5px 0 5px 15px;
	font: normal 10px/12px;
	border-bottom: #0066cc 1px dotted;
	width:752px;
}

#area ul{
	padding: 0;
	margin: 0
}

#area ul li{
	float:left;
	width:117px;
	background:url(../image/share/arrow_bl.gif) no-repeat left;
	padding-left: 15px;
	line-height:16px;
}

/*----------沿線検索-------------*/
#ensen{
	width:660px;
	min-height: 270px;
	border-left: #CCCCCC 3px double;
	border-right: #CCCCCC 3px double;
	padding: 5px 15px;
	margin:  20px 37px
}

/*-------------------------
	沿線の種類
*/
#ensen .line_title_box {
	padding: 3px;
	border-bottom: #CCC 1px solid;
	margin: 10px 0;
	}

#ensen .line_title_box h5 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	}
	

.ensennavi{
	background: url(../image/share/arrow_gr.gif) no-repeat 2px 7px;
	padding: 5px 0 5px 15px;
	font: normal 10px/12px;
	border-bottom: #0066cc 1px dotted;
	width:752px;
}

#ensen ul{
	padding: 0;
	margin: 0
}

#ensen ul li{
	float:left;
	width:205px;
	background:url(../image/share/arrow_gr.gif) no-repeat left;
	padding-left: 15px;
	line-height:16px;
}

/*----------駅選択---------------*/
#eki{
	width:660px;
	min-height: 270px;
	border-left: #CCCCCC 3px double;
	border-right: #CCCCCC 3px double;
	padding: 5px 15px;
	margin:  20px 37px
}

#eki .ekititle{
	margin-bottom: 10px
}

#eki ul{
	padding: 0;
	margin: 0
}

#eki ul li{
	float:left;
	width:117px;
	background:url(../image/share/arrow_gr.gif) no-repeat left;
	padding-left: 15px;
	line-height:16px;
}



/*----------リンク-------------*/

#area ul li a:link{color : #0066cc;}
#area ul li a:hover{color : #0066cc;}
#area ul li a:visited{color : #0066cc;}

#ensen ul li a:link{color : #009999;}
#ensen ul li a:hover{color : #009999;}
#ensen ul li a:visited{color : #009999;}

