@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

body{
background-color:#EEEEEE;
}

a img{
border-style:none;
}


#wrapper{
width:800px;
margin:0 auto;
background-color:#FFFFFF;
}

#header{
width:800px;
height:200px;
border-top:#AA0000 solid 2px;
background-image:url(../images/logo.jpg);
}

#header a{
display:block;
width:800px;
height:200px;
text-indent:-9999px;
}

#drink{
display:block;
width:250px;
height:70px;
border:#FFFFFF solid 3px;
background-image:url(../images/drink.gif);
background-repeat:no-repeat;
}

#course{
display:block;
width:250px;
height:70px;
border:#FFFFFF solid 3px;
background-image:url(../images/ryori.gif);
background-repeat:no-repeat;
}

#tempo{
display:block;
width:250px;
height:70px;
border:#FFFFFF solid 3px;
background-image:url(../images/tempo.gif);
background-repeat:no-repeat;
}


#navi li a{
color:#FF3300;
text-decoration:none;
text-indent:-9999px;
}

#footer li a{
color:#000055;
text-decoration:none;
margin-right:30px;
}


#contents{
width:800px;
height:auto;
}

#right dl{
font-size:12px;
line-height:1.6;
border-left-style:dashed;
border-left-width:1px;
border-left-color:#777777;
padding-left:10px;
}

#right dt{
font-size:13px;
font-weight:bold;
}

#right dd{
margin-left:15px;
}

#right #dd1{
margin-left:35px;
}

#right #dd2{
margin-left:35px;
}


h1{
text-align:center;
}

#navi ul{
width:756px;
height:80px;
border-bottom:#BB0000 thin solid;
margin:10px auto;
}

#navi li{
float:left;
list-style:none;
display:block;
height:70px;
width:250px;
}

#footer ul{
width:750px;
margin:10px auto;
}

#footer li{
width:150px;
height:30px;
float:left;
list-style:none;
line-height:1.7;
}


#footer{
margin-top:10px;
border-top:#BB0000 thin solid;
width:800px;
height:100px;
}

#copy{
line-height:2.5;
font-size:12px;
text-align:center;
background-color:#EEEEEE;
color:#000000;
}

#e_copy{
text-align:right;
font-size:12px;
}
