@charset "utf-8";

body {
font:62.5%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

div,h3,h4,p,ul,img,hr,a {
margin:0;
padding:0;
border:0;
}

.drawer-wrap {
width:240px;
padding-top:8px;
padding-bottom:10px;
background:#fff url(../img/drawer_img_01.png) left top no-repeat;
}
.drawer-tail {
height:7px;
background:#fff url(../img/drawer_img_02.png) left bottom no-repeat;
font-size:1px;
}
#drawer {
border-right:3px solid #9D948F;
border-left:3px solid #9D948F;
}
#drawer h3 {
margin-right:-1px;
margin-left:-1px;
border-right:1px solid #7B7371;
border-bottom:1px solid #7B7371;
border-left:1px solid #7B7371;
}
#drawer .drawer-content {
padding:1em 0;
}
#drawer .drawer-content img {
display:block;
margin:0 auto 5px;
}
#drawer .drawer-content h4 {
margin-bottom:5px;
padding:0 1em;
font-size:1.2em;
}
#drawer .drawer-content h4 a {
color:#000;
}
#drawer .drawer-content p {
padding:0 1em;
font-size:1.1em;
}
#drawer .drawer-content hr {
height:0;
margin-bottom:5px;
margin:0 1em 10px;
border-bottom:1px solid #eee;
}
