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

body {height: 100%; width: 800px; text-align: center; margin: auto; background-color: #ffe4e1;} 
#home {}
#head {height: 50px; width: 800px; margin: 20px 0 0 0;}
#nav {margin: 0 0 0 500px;}
#nav li {float: left;}

#nav li a {display: block; background: no-repeat;}
#nav li a b {display: none;} 

#nav li#home a {height: 30px; width: 80px; background-image: url("images/home.png");}
#nav li#reserve a {height: 30px; width: 100px; background-image: url("images/reserve.png");}

#nav li#home a:hover {background-image: url("images/home2.png");}
#nav li#reserve a:hover {background-image: url("images/reserve2.png");}

#body {height: 100px; width: 600px; margin: auto; text-align: left;}
.cherry:before {content: url("images/cherry.png");}

#menu {heignt: 1000px; width: 600px; margin: 20px 0 0 0;}
#menu img {border: solid 3px #ffaaaa;}

.tdftdiv {margin: 900px 0 0 0;}
