@charset "utf-8";
/* CSS Document */

table#listtable{
width:100%;
border:1px solid #EDEDED;
margin-top:10px;
}

table#listtable th{
padding: 7px 5px;
background:#F7F7F7;
font-size:13px;
border:1px solid #EDEDED;
}

table#listtable td{
padding: 7px 4px;
font-size:13px;
border:1px solid #EDEDED;
}
th.area{
width:50px;
}

th.station{
width:75px;
}

th.name{
width:143px;
}

th.type{
width:130px;
}

th.age{
}

th.tel{
width:110px;
}


