body {
    margin:0px auto;
    padding:0px;
    height:768px;
    width:1024px;
    font-size:10.5px;
    color:#ffffff;
    font-family:Osaka,Meiryo,'MS PGothic',"Tahoma",sans-serif;
    text-decoration:none;
    background-repeat: no-repeat;
    background-color:#000000;
}
h1 {
    font-weight: bold;
    font-size:25px;
}
h2 {
    font-weight: bold;
    font-size:16px;
}

#frame {
    margin:0;
    padding:0px;
    width:1024px;
    height:768px;
}
#bar {
    margin-top:180px;
    width:190px;
    height:180px;
    float: left;
}
a.barmenu {
    cursor: pointer;
    display: block;
    height:45px;
    width:190px;
}

#bar_home {
    background-image:url(../img/bar_home.png)
}
#bar_food {
    background-image:url(../img/bar_food.png)
}
#bar_drink {
    background-image:url(../img/bar_drink.png)
}
#bar_contact {
    background-image:url(../img/bar_contact.png)
}
#content {
    width:760px;
    height:740px;
    float:right;
}
div.pagetitle {
    margin-top:40px;
    width:500px;
    height:65px;
    float:right;
    text-align: right;
    line-height: 54px;
}
#footer {
    color:#ffffff;
    padding:10px 10px 0px 10px;
    top:0px;
    left:0px;
    width:1004px;
    height:75px;
    text-align: right;
}
div.menubox {
    margin-right:10px;
    width:400px;
    height:540px;
    float: right;
}
div.categ {
    margin-right:10px;
    margin-left:10px;
    width:380px;
    float: right;
}
div.categname {
    font-size:16px;
    line-height: 18px;
    height:36px;
    text-align: center;
    width:380px;
    float:right;
}
a {
    color: white;
    text-decoration: none;
}

div.categdesc {
    line-height:14px;
    font-size:11px;
}
div.note {
    width:340px;
    padding:10px 40px;
    line-height:14px;
    font-size:10px;
}
div.menuitem {
    margin:4px 10px;
    line-height: 15px;
    width:380px;
    float:right;
}
div.foodname {
    float:left;
}
div.foodprice {
    float:right;
    text-align:right;
}
div.drinkname {
    float:left;
}
div.drinkprice {
    float:right; 
    text-align:right;
}
div.menunamej {
    float:left;
}
div.menudesc {
    float:left;
    width:380px;
}

div.desc {
    margin-top:300px;
    width: 320px;
    height:240px;
    float:left;
}
a.pageno {
    padding:4px;
    width:14px;
    height:14px;
    cursor:pointer;
}
div.menupages {
    margin-right:10px;
    width:400px;
    text-align:center;
    float:right;
}