@charset "shift_jis";
/* CSS Document */

/* reset */
#WrLeft ul,
#WrLeft li,
#WrLeft h2,
#WrLeft p{
margin:0;
padding:0;
list-style:none;
}
#WrLeft img{
border:none;
vertical-align:top;
}



/*layout */
#WrLeft{
width:157px;
float:left;
padding:0 0 0 5px;
font-size:12px;
line-height:1.3em;
}

#WrLeft ul{
width:157px;
background:#990000;
margin:0 0 5px;
}
#WrLeft li{
border-left:#edd7ae solid 1px;
border-right:#edd7ae solid 1px;
border-bottom:#bcaa86 solid 1px;
}
#WrLeft li.last{
border-bottom:#edd7ae solid 1px;
}
#WrLeft li a{
display:block;
color:#635121;
text-decoration:none;
width:135px;
height:20px;
line-height:20px;
padding:0 0 0 20px;
background:url(../img/bg_btn.jpg) no-repeat left top;
font-weight:normal;
}
#WrLeft li a:hover{
text-decoration:underline;
}

#WrLeft p{
margin:0 0 5px;
}