a{
color: #383838;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:visited:before{
content:"\2713";
color: #c60;
}

h1{
padding: 0;
font-size:130%;
color:#a50005;
letter-spacing:.03em;
}
h2 {
font-size: 105%;
font-weight: 700;
padding: 7px 5px;
border: 1px solid #eee;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #eee;
background: -webkit-gradient( linear, center top, center bottom,color-stop(0%, #fff),color-stop(100%, #eee));
background: -moz-linear-gradient(top, #fff, #eee);
text-align: left;
}
h2 span{
	padding:0 0 0 5px;
}
#infoCategory{
border-left: solid 3px #66a142;
margin-right: 5px;
}
#bedCategory{
border-left: solid 3px #c20460;
margin-right: 5px;
}
#shinguCategory{
border-left: solid 3px #3073db;
margin-right: 5px;
}
#otherCategory{
border-left: solid 3px #ff9e00;
margin-right: 5px;
}
.maptitle{
font-size: 100%;
font-weight: 700;
margin: 0 0 0 5px;
padding: 3px 0;
border-bottom: solid 1px #ccc;
display: block;
width: 90%;
}
.maplist{
margin:10px 0 30px;
padding:0;
list-style:none;
}
.maplist li{
margin:0 0 10px 0;
font-size: 80%;
display:block;
}
.inner-ul{
margin: 10px 0 0 15px;
padding: 0;
list-style: none;
font-size:120%;
display: block;
}