/******************************************************************************
  けもみみなCSS
******************************************************************************/

/* ============================================================================
 Default settings
============================================================================ */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;AD3F39
//    background-color: #ffde90;
    background-color: #5F4239;
    font-size: 88%;
    font-family:"メイリオ",Osaka;
    line-height: 150%;
    color: #333;
}

A:link    {text-decoration: underline; color:#FFA500;}
A:visited {text-decoration: underline; color:#FFA500;}
A:hover   {text-decoration: none;      color:#FFF; background-color: #FFA500;}

/* ============================================================================
 Frame settings
============================================================================ */
div#full{
    width: 900px;
    text-align: left;
    margin-top: 0px;
    background-color: transparent;
    padding-bottom: 3em;

    background-image: url("./img/bg_full.jpg");
    background-repeat: repeat-y;
}

div#main {
    width: 800px;
    _width: 790px;
    padding-top: 10px;
    background-color: #FFF;

    margin-left: 50px;
}

div#title {
    height: 300px;
    margin-left: 10px;
    background-image: url("./img/title.jpg");
    background-repeat: no-repeat;
}

span.title {
    display: none;
}

div.navigation {
    margin-top: 2em;
    text-align: center;
}

div.section {
    text-align: left;
    margin-bottom: 5em;
}

/* ============================================================================
 Section
============================================================================ */
/* 画像込みのセクションフレーム */
div.text,
div.text_bg,
div.text_bg_mimi00,
div.text_bg_honbun,
div.text_bg_mihiraki,
div.text_bg_mimi01,
div.text_bg_mimi02 {
    margin-left: 10px;
    margin-bottom: 2em;
    margin-right: 10px;
    background-repeat: no-repeat;
}

div.text_bg {
    _height: 300px;
    min-height: 300px;
}

div.text_bg_mimi00 {
    _height: 210px;
    min-height: 210px;

    padding-left: 175px;
    background-image: url("./img/img_mimi00.jpg");
    background-position: top left;
}

div.text_bg_honbun {
    _height: 280px;
    min-height: 280px;

    padding-right: 370px;
    background-image: url("./img/img_honbun.jpg");
    background-position: top right;
}

div.text_bg_mihiraki {
    _height: 250px;
    min-height: 250px;

    padding-left: 370px;
    background-image: url("./img/img_mihiraki.jpg");
    background-position: top left;
}

div.text_bg_mimi01 {
    _height: 210px;
    min-height: 210px;

    padding-right: 175px;
    background-image: url("./img/img_mimi01.jpg");
    background-position: top right;
}

div.text_bg_mimi02 {
    _height: 210px;
    min-height: 210px;

    padding-right: 175px;
    background-image: url("./img/img_mimi02.jpg");
    background-position: top right;
}

/* ============================================================================
 Text settings
============================================================================ */
h2 {
    font-size: 200%;
    color: #4169E1;
    padding-left: 0.2em;

    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 150%;
    // font-family:"Times New Roman",Times,Arial;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    color: #AD3F39;

    border-left: 1em solid #ECA192;
    border-bottom: 1px dashed #EF925D;
}

h4 {
    text-decoration: underline;
}

strong {
    font-weight: bold;
    font-size: 125%;
    color: #4FA292;
/*    color: #AD6239; */
}

ul {
     list-style-position: inside;
}

ul.inlist {
     margin: 1em;
}

tr.staff td {
    width : 220px;
}

tr.sample td {
    width : 220px;
}

div#footer {
    margin: 1em;
    margin-top: 3em;
    border-top: 1px solid #999;
    text-align: center;
    color: #999;
}

dt {
    font-style: italic ;
    border-bottom: 1px dashed #E7BBB9;
}

dd {
    margin-left: 2em;
    margin-bottom: 0.5em;
}


/* 画像込みの本文 */
p.honbun_r, p.honbun_l {
    margin-left: 1em;
    margin-right: 1em;
    color: #666;
    font-size: 80%;
}

p.honbun_r {
    float: right;
    text-align: right;
}

p.honbun_l {
    float: left;
    text-align: left;
}

img.honbun_r {
/*    margin: 0.5em; */
    float: right;
}

img.honbun_l {
/*    margin: 0.5em; */
    float: left;
}

/* 上に戻るボタン */
p.upper {
    margin-left: 1em;
}

p.upper A:link,
p.upper A:visited,
p.upper A:hover {
    color: #FFA500;
    background-color: transparent;
    text-decoration: none;
}


