@charset "utf-8";

body, h1, h2, h3, h4, h5, h6,
table, th, td, div, p, form, ul, ol, li, dl, dt, dd, address, img {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

.green {
    color: #82b346; 
}

a {
    color: #bd4c9c; 
}

body {
    color: #000;
    background: #FFF;
    text-align: center;
}

img {
    border: 0;
    padding: 0;
}

div#main-container {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/*
header
*/

div#header {
    width: 800px;
    height: 102px;
}

div#navi {
   width: 800px;
   position: absolute;
   left: 115px;
   top: 70px;
}

div#navi a {
    display: block;
    background-repeat: no-repeat;
    float: left;
}

div#navi a:hover,
div#navi a.selected {
    background-position: 0 -30px;
}

div#navi a span {
    display: none;
}

div#navi div#navi-top a {
    width: 137px;
    height: 30px;
    background-image: url(/resources/images/g_top.png);
}

div#navi div#navi-menu a {
    width: 137px;
    height: 30px;
    background-image: url(/resources/images/g_menu.png);
}

div#navi div#navi-reserve a {
    width: 137px;
    height: 30px;
    background-image: url(/resources/images/g_reserve.png);
}

div#navi div#navi-contact a {
    width: 137px;
    height: 30px;
    background-image: url(/resources/images/g_contact.png);
}

div#navi div#navi-message a {
    width: 137px;
    height: 30px;
    background-image: url(/resources/images/g_message.png);
}

h1#header {
    position: relative;
    top: 0px;
    font-family: sans-serif;
    font-size: 9pt;
    text-align: right;
}

h2#logo {
   position: absolute;
   left: 0px;
   top: 0px;
}

div#blog {
   position: absolute;
   left: 570px;
   top: 45px;
}

/*
footer
*/

div#footer {
    /*position: relative;
    top:20px;*/
    width: 800px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    font-family: sans-serif;
    font-size: 80%;
    padding: 30px 0 10px 0;
}

div#footer img{
    padding-bottom: 10px;
}

/*
index
*/

div#index {
    width: 800px;
    height: 148px;
    text-align: left;
    background-image: url(/resources/images/hane.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

div#index_title {
    float: left;
    list-style: none;
    width: 160px;
    background: #FFF;
    text-align: left;
    font-size: 80%;
    line-height: 1.5;
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
    padding-top: 20px;
}

div#index_body {
    float: left;
    list-style: none;
    width: 620px;
    background: #FFF;
    text-align: left;
    font-size: 80%;
    line-height: 1.5;
    font-family: sans-serif;
    color: #000;
    padding: 20px 0 20px 0;
}

/*
common
*/

div#contents {
    width: 800px;
    height: auto;
    padding-top: 30px;
}

div#main {
    float: left;
    list-style: none;
    position: relative;
    width: 370px;
    vertical-align: top;
    text-align: left;
    font-size: 80%;
    line-height: 1.3;
    font-family: sans-serif;
    color: #000;
}

div#image {
    float: right;
    width: 428px;
    text-align: right;
}

div#image img {
    margin-bottom: 5px;
    vertical-align: bottom;
}

.left {
    float: left;
}

.img-top {
    padding-top:20px;
}

div#category p{
    font-size: 80%;
    line-height: 1.3;
    font-family: sans-serif;
    color: #000;
    padding-bottom: 20px;
}

div#left {
    float: left;
    width: 309px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}

p.midashi{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    font-family: sans-serif;
    color: #555cda;
    padding:24px 0 16px 0;
}

p.midashi_top{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    font-family: sans-serif;
    color: #555cda;
    padding:0px 0 16px 0;
}

p.price{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    font-family: sans-serif;
    color: #bd4c9c;
    padding-bottom:16px;
}

p.option{
    font-size: 12px;
    line-height: 1.5;
    font-family: sans-serif;
    color: #000;
    padding-top:16px;
}

p.list{
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
    padding-bottom:16px;
}

table.message {
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 0px;
}

table.message td {
    width: 92px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
}

.bottom {
    padding-bottom: 20px;
}

div.book {
    width: 120px;
    float: right;
    margin: 20px 0 0 15px;
}

div#contents p.center {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

div#main p span.pink {
    color: #F09;
}

div#main p span.red {
    color: #F00;
}

div#main p span.red_bold {
    color: #F00;
    font-weight: bold;
}

div#main p span.f110 {
    font-size: 110%;
    font-weight: bold;
}
