@charset "UTF-8";

/* 作成日 2008年10月26日 */
/* おすすめスポット右側メニュー */

div{
margin:0;
padding:0;
}

p{
margin:0;
padding:0;
}

#osusumemap{
width:640px;
margin:0 0 0 25px;
}

#map{
width:640px;
height:300px;
boeder:none;
}

#osusumemonthly{
width:690px;
margin:0 0 0 1px;
}

div.osusumespot{
float:left;
width:169px;
background-color:#fafad2;
border:1px solid #cfcfcf;
margin-right:1px;
}

div.osusumespot ul{
text-align:left;
list-style-type:none;
line-height:1.3em;
margin:3px 0 0 3px;
padding:0;
}

div.osusumespot ul li.title_a{
font-size:0.75em;
padding:2px 0px 4px 26px;
background-image:url("../iconimg/icon_a.png");
background-repeat:no-repeat;
background-position:0px 2px;
}

div.osusumespot ul li.title_b{
font-size:0.75em;
padding:2px 0px 4px 26px;
background-image:url("../iconimg/icon_b.png");
background-repeat:no-repeat;
background-position:0px 2px;
}

div.osusumespot ul li.title_c{
font-size:0.75em;
padding:2px 0px 4px 26px;
background-image:url("../iconimg/icon_c.png");
background-repeat:no-repeat;
background-position:0px 2px;
}

div.osusumespot ul li.title_d{
font-size:0.75em;
padding:2px 0px 4px 26px;
background-image:url("../iconimg/icon_d.png");
background-repeat:no-repeat;
background-position:0px 2px;
}

div.osusumespot ul li.spotaddress{
font-size:0.6em;
padding-left:26px;
color:#8b4513;
}

.osusumemonthly:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
