/*　もっと詳しく検索する　*/
.more_searth_frame {
	padding: 5px;
	margin: 5px 10px 20px;
	text-align: center;
	}
.more_searth_frame .lead {
	font-weight: bold;
	color: #FF7900;
	padding: 0px 5px 5px;
	margin: 0px;
}


/*　駅･エリア・スポット　*/	
.station {
	margin-bottom: 15px;
	text-align: left;
}
.station #name {
	border: 1px solid #FF9933;
	font-size: 12px;
	line-height: 12px;
}
.station p {
	font-weight: bold;
	color: #696969;
	background-color: #FFD79B;
	padding: 5px;
	border: 1px solid #FF9933;
}

.station #name #line {
	font-size: 1px;
	line-height: 1px;
	margin: 1px;
	height: 1px;
	background-color: #CCCCCC;
}

/*　カテゴリ検索　*/
.category {
	margin-bottom: 15px;
	text-align: left;
	width: 720px;
	margin-top: 10px;
}
.category #name {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
}
.category p {
	font-weight: bold;
	color: #666666;
	background-color: #E8E8E8;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.category #name #line {
	font-size: 1px;
	line-height: 1px;
	margin: 1px;
	height: 1px;
	background-color: #CCCCCC;
}
.category #name .select {
	padding: 5px;
}
#name .attntion {
	color: #EA3A00;
}
#name .attntion a {
	background-color: #FFFFFF;
}
