@charset "shift_jis";

/* CSS at yukko's home Kitchen */

body   { margin: 10px 70px 10px 50px; }

h1     { 
    font-size: 2.4em; 
    color: #0f8602; 
    background: #fff; 
    margin-top:0;
    margin-bottom: 40px;
    padding-top: 30px;
 }
h2     { font-size: 1.5em; color: #129f02; background: #fff; }

a       { text-decoration: none; }
a:hover { color: #000; background: #ffff95; text-decoration: underline !important; }

p     { line-height: 1.5em; letter-spacing: 1px; }
.new ,
.youi  {font-size: 0.8em; color: #e80000; background: #ffffce; }

dl,ul,ol  { line-height: 1.5em;  }
ul        { list-style: none;    }
dl, ul    { letter-spacing: 2px; }
dt        { 
    font-weight: bold; 
    color: #005FBD; 
    background: #FFFFA4; 
    width: 7em; 
    padding-left: 7px; 
    border-bottom: solid 1px #B7B700;
 }
dd        { margin-top: 5px; margin-bottom: 15px; }
dd ol     { margin: 0; padding-left: 25px; padding-top: 3px; }

@media aural { 
 address { speak: none; } 
    }
@media screen {
 .hide { display: none; }
    }
.hide  { display: none; } /* for NN */

hr     { 
    border: 0 none; 
    height: 1px; 
    color: #129f01;
    background-color: #129f02; 
 } 

table    { line-height: 1.5em;  }
td       { vertical-align: top; }
.right   { text-align: right;   }
.center  { text-align: center;  }

 .left-float  { float: left;  margin-right: 0.5em; }
 .right-float { float: right; margin-left: 0.5em;  }
 .clear        { clear: both; }  /* 左右どちらでも解除可 */

.menu { 
    height: 305px; 
    padding-top: 10px;
    padding-bottom: 100px;
 }

.menu img { 
    float:left; 
    width: 250px; 
    height: 290px; 
    padding: 10px; 
    border-right: double #CECECE 3px; 
    margin-right: 10px;
 }

.menu ul    { 
    margin-left: 250px; 
    padding-top: 70px;
 }

.menu li a { 
    font-weight: bold;
 }

#comment  {
/*    max-width: 500px;*/
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 22%;
    margin-bottom: 100px;
    border-top: 1px dotted #129f02;
    padding-top: 15px;
    line-height: 1.5em;
  }

#comment,
#comment p {
    letter-spacing: 2px;
 }

