#container {
    font-size: 80%;
}

hr { 
	border: 1px #999999 solid; 
	height: 1px; 
} 

.data_nothig_msg{
	font-size:120%;
	padding:10px;
}

.locals ul{
    margin: 5px 0px 5px 20px;
}

.locals li{
    width:130px;
    display: inline;
    color:#666666;
    font-size:14px;
    line-height:130%;
}

/*「八王子」で改行させるため*/
li#mogusa{
    width:200px;
}

li#other{
    width:150px;
}

.locals a:link, .locals a:visited {
    color:#0066ff;
}
.locals a:hover {
    color:#ff6600;
}


/* list unit (以下、s_catのlist unitと同 )*/
.list_units{
	margin:10px 5px;
	width:100%;
}

.list_units img{
	float:right;
}

.list_unit{
	font-size:120%;
}
.list_unit .list_unit_no{
	color:#0066ff;
	padding:0px 5px;
	font-weight:bold;
}

.list_unit .list_unit_pre{
	font-size:80%;
	font-weight:bold;
	margin-right:5px;
}
.list_unit .list_unit_name{
	font-weight:bold;
}


.list_free_unit{
	font-size:100%;
}

.list_free_unit .list_unit_no{
	color:#666666;
	padding:0px 5px;
}

.list_unit_data{
	margin:5px 0px 5px 15px;
	font-size:100%;
	line-height:110%;
}
.list_unit_data .list_unit_tel{
	margin-right:10px;
}

.list_unit hr, .list_free_unit hr{
	clear:both;
}

