/**************************************
/*	map.css
/*************************************/
.notice{
	font-size:10px;
	color:blue;
}

/**** map ****/
#gmap{
	width:500px;
	height:500px;
	margin-left:100px;
	border:1px solid #999;
}

.info_kana{
	width:200px;
	text-align: justify;
	font-size:12px;
}
.info_yago{
	width:200px;
	text-align: justify;
	font-size:14px;
}
.info_link{
	text-align:right;
	margin-right:20px;
}

#searchpanel{
	width:480px;
	padding:10px;
	margin:5px;
	margin-left:100px;
	background-color:#EEE;
	border:1px solid #999;
}
#searchpanel h5{
	padding:0px;
	margin:0px;
}

/**** List ****/
#list{
	margin-bottom:15px;
}
#list .yokujo:hover{
	background-color:#9FC;
}
#list th{
	font-size:14px;
	cursor:pointer;
}
#list th:active{
	background-color:#CCC;
}
#list th:hover{
	border-bottom:1px solid #999;
}
#list td{
	padding:3px;
	font-size:14px;
	border-bottom:1px dotted #CCC;
}
#list a{
	font-size:14px;
}
#list .kana{
	font-size:10px;
}
#list th.ascending{
	border-bottom:1px solid #999;
}
#list th.descending{
	border-top:1px solid #999;
}





