@charset "utf-8";
/* CSS Document */

#wrapper{
margin:50px auto 10px;
width:1000px;
height:1100px;
}

/*-----------hタグ-------------------*/

h1{
color:#2f1700;
font-weight:bold;
font-size:30px;
font-family: 'Sorts Mill Goudy', serif;
margin-top:60px;
}

h2{
color:#2f1700;
font-family:sans-serif;
font-weight:bold;
font-size:10px;
}

h3{
font-family:sans-serif;
font-weight:bold;
margin-bottom:10px;
height:22px;
}

h4{
text-align:center;
font-size: 10px;
letter-spacing: 0.1em;
}



.discription{
margin:10px 0px 30px;
}
/*----------左--------------------*/

#body_l{
float:left;
width:200px;
height:1000px;
position:fixed;
}

.logo{
text-align:center;
padding-top:73px;
}

/*------------右------------------*/

#body_r{
float:right;
width:750px;
height:1000px;
background-image:url(../img/order_bg.gif);
background-repeat:no-repeat;
}

#menu{
background-image:url(../img/order_menu.gif);
background-repeat:no-repeat;
width:640px;
height:55px;
}

.menu{
width:600px;
height:55px;
font-family:'Sorts Mill Goudy', serif;
font-size:12px;
padding: 17px 0 0 41px;
font-weight:bold;
}

.menu li{
float:left;
margin-right:30px;
}

#menu li a{
font-family: 'Sorts Mill Goudy', serif;
color:white;
}

#menu li a:hover{
border-bottom:3px dotted pink;
}

#menu .hit{
color:pink;
}

#coffee_main{
width:700px;
margin-top:60px;
}

#coffee_main dt{
width:50%;
float:left;
}

#coffee_main dd{
margin-left:50%;
margin-bottom:15px;
}

.negative{
margin-top:-15px;
}

#coffee_l{
float:left;
width:350px;
}

#coffee_r{
float:right;
width:350px;
}

#body_r #coffee_main p{
width:350px;
text-align:left;
margin-top:74px;
}

#body_r p{
width:555px;
margin-bottom:20px;
}



.copy{
text-align:right;
border-top:solid 1px;
margin-top:55px;
padding-top:10px;
font-family: 'Sorts Mill Goudy', serif;
width:640px;
}

#body_r a{
color:red;
font-weight:bold;
font-family:sans-serif;
}

#body_r a:hover{
border-bottom:3px dotted palevioletred;
}

.otodoke{
width:555px;
margin-bottom:10px;
}

.otodoke li{
list-style: disc outside none;
margin-left: 16px;
}

.bank{
color:#333333;
background-color:mistyrose;
border-radius:5px;         /* CSS3 */
-webkit-border-radius:5px; /* Webkit */
-moz-border-radius:5px;    /* Mozilla */

}