@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;
}

a:link {
    color: #666;
}

body {
    color: #000;
    background: #FFF;
    text-align: center;
    margin-top: 10px;
}

img {
    border: 0;
}

div#main-container {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    /*background: url(/resources/images/pot.jpg) 640px 475px no-repeat;*/
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.red {
    color: #f00;
}

/*
header
*/

div#header {
    width: 800px;
    height: 35px;
    background: #c06;
}

div#navi {
   width: 800px;
   position: relative;
   left: 10px;
   top: 0px;
}

div#navi a {
    display: block;
    background-repeat: no-repeat;
    float: left;
}

div#navi a:hover,
div#navi a.selected {
    background-position: 0 -35px;
}

div#navi a span {
    display: none;
}

div#navi div#navi-top a {
    width: 294px;
    height: 35px;
    background-image: url(/resources/images/menu_main.jpg);
}

div#navi div#navi-recipe a {
    width: 61px;
    height: 35px;
    margin-left: 50px;
    background-image: url(/resources/images/menu_recipe.jpg);
}

div#navi div#navi-class a {
    width: 135px;
    height: 35px;
    margin-left: 30px;
    background-image: url(/resources/images/menu_class.jpg);
}
div#navi div#navi-works a {
    width: 62px;
    height: 35px;
    margin-left: 30px;
    background-image: url(/resources/images/menu_works.jpg);
}
div#navi div#navi-profile a {
    width: 70px;
    height: 35px;
    margin-left: 30px;
    background-image: url(/resources/images/menu_profile.jpg);
}

div#navi p {
    display: none;
    font-size: 9pt;
    color: #6F4233; 
    display: none;
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    border:1px solid #6F4233;
}

p#pot_1 {
    display: none;
    font-size: 9pt;
    color: #c06; 
    display: none;
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    border:1px solid #c06;
}

div#navi p#recipe_1 {
    position: absolute;
    top: 35px;
    left: 325px;
}

div#navi p#class_1 {
    position: absolute;
    top: 35px;
    left: 435px;
}

div#navi p#works_1 {
    position: absolute;
    top: 35px;
    left: 580px;
}

div#navi p#profile_1 {
    position: absolute;
    top: 35px;
    left: 685px;
}


p#pot_1 {
    position: absolute;
    top: 420px;
    left: 650px;
}

/*
footer
*/

div#footer {
    position: absolute;
    top: 577px;
    left: 0;
    width: 800px;
    height: 23px;
    background: #c06;
    color: #FFF;
    text-align: center;
    line-height: 1.7;
    font-size: 80%;
    font-family: sans-serif;
}

/*
index
*/

h1#index {
    float:left;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    color: #333;
    margin: 30px 0 0 10px;
}

#index-footer {
    position: absolute;
    top: 520px;
    left: 30px;
    height: 22px;
}

h2#index2 {
    height: 22px;
    background: url(/resources/images/icon_mail.gif) no-repeat;
}

.address {
    display: block;
    float: left;
    font-size: 12px;
    font-family: sans-serif;
    color: #333;
    line-height: 1.7;
    padding-left: 40px;
}

/*
common
*/

img#pot{
    position: absolute;
    top: 475px;
    left: 640px;
}

h1#head {
    float:left;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    color: #333;
    margin: 10px 0 0 10px;
}

div#contents {
    position: absolute;
    top: 113px;
    left: 13px;
    width: 387px;
    height: 435px;
    overflow: auto;
    padding-right: 10px;
    font-size: 13px;
    font-family: sans-serif;
    color: #666;
    text-align: justify;
    line-height: 1.4;
}

div#content-top {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px dashed #666;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

div#content-top .every-m {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.content-name {
    font-weight: bold;
    color: #333;
}

div#contents img#class_top {
    float: right;
    padding: 0 0 10px 10px;
}

div#class_bottom {
    text-align: center;
}

div#contents img#recipe {
    float: right;
    padding: 0 0 10px 10px;
}

div#contents img#asano {
    float: right;
    padding: 0 0 10px 10px;
}

div#contents p {
    margin-bottom: 15px;
}

div#contents h3.shop-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

div#contents h3.name {
    margin-bottom: 15px;
}

div#contents h3.sub {
    margin-bottom: 5px;
}

.sub-catch {
    font-weight: bold;
}

.border {
    border-bottom: 1px dashed #666;
    padding-bottom: 5px;
}
