@charset "UTF-8";

div#sell_title{
margin:10px 0 0;
padding:0;
}


#navi {
background:url(../sell/img/menu.png) no-repeat;
width:700px;
height:35px;
margin:5px 0 0;
padding:0;
}

#navi span{
display:none;
}

#navi li ,#navi a{
height:35px;
display:block;
}

#navi li{
float:left;
list-style:none;
display:inline;
}

#nav_01,#nav_02,#nav_03,#nav_04,#nav_05 {
width:140px;
}

#nav_01 a:hover{
background:url(../sell/img/menu.png) 0px -35px no-repeat;
}

#nav_02 a:hover{
background:url(../sell/img/menu.png) -140px -35px no-repeat;
}

#nav_03 a:hover{
background:url(../sell/img/menu.png) -280px -35px no-repeat;
}

#nav_04 a:hover{
background:url(../sell/img/menu.png) -420px -35px no-repeat;
}

#nav_05 a:hover{
background:url(../sell/img/menu.png) -560px -35px no-repeat;
}

/*guide.php*/
div.guide{
width:95%;
background:url(../img/stripe.png);
border:1px #CCCCCC dotted;
margin:20px auto 10px;
padding:5px 10px 15px;
}

div.guide p{
line-height:1.6;
font-size:110%;
letter-spacing:0.05em;
margin:5px 0;
padding:0;
}

div.guide strong{
font-weight:550;
}

div.list_guide{
width:95%;
margin:30px auto;
padding:0;
}

div.list_guide h3{
width:27%;
font-size:115%;
font-weight:550;
border-top:3px #999999 double;
border-bottom:3px #999999 double;
margin:0;
padding:5px 0;
}

div.list_guide dl{
width:95%;
margin:10px 0;
padding:0;
}

div.list_guide dt{
font-size:110%;
font-weight:600;
letter-spacing:0.05em;
margin:0;
padding:5px 0 3px;
}

div.list_guide dd{
border-bottom:1px #999999 dotted;
margin:0 0  10px 5px;
padding:0 0 0.3em;
}

div.list_guide p{
margin:5px 0 0;
padding:0;
}



