/* CSS Document */

.town-list{
margin:20px 5px 0px 10px;
text-align:left;
list-style:none;
line-height:1.5em;

}
.town-list li a{
text-align:left;
display:block;
border-left:solid 4px #0066CC;
border-bottom:dotted 1px #0066CC;
text-decoration:none;
margin-bottom:4px;
padding:0 0 0 5px;
}
.name{
width:160px;
}
.cont{
width:400px;
}
#townmain-waku{ 
margin-left:10px;
margin-right:10px;
width:590px;

}
#town-ttl{
font-size:24px;
border-left:solid 12px #0066CC;
border-bottom:dotted 2px #0066CC;
border-right:dotted 2px #0066CC;
border-top:dotted 2px #0066CC;
padding:4px 0 4px 20px;
margin:10px 10px 10px 10px;
text-align:left;
}
#towntbl{
width:570px;
}
#towntbl td{
border-bottom:dotted 1px #0066CC;
padding:4px;
text-align:left;
}
.town-subttl{
border-bottom:dotted 1px #003399;
border-left:solid 5px #003399;
padding:0 0 4px 5px;
margin:20px 10px 10px 10px;
font-size:16px;
font-weight:600;
}