/*************************************************************************
        Cascade Style Sheet 
*************************************************************************/
/*******************************
        全てに影響を与えるもの
*******************************/
body{
        color:                  rgb(0, 0, 0);
}
a:link{         /* 未だ訪れていないリンク */
        color:  rgb(175,100,55);
        text-decoration:none;
}
a:visited{      /* 既に訪れたリンク */
        color:  rgb(175, 100, 55);
        text-decoration:none;
}
a:active{       /* リンクをクリックした瞬間 */
        color:  rgb(204, 0, 0);
        text-decoration:none;
}
ul{             /* リスト */
        margin:         5pt 0pt 5pt 30pt;
        padding:        5pt 5pt 5pt 10pt;
        line-height:    1.5em;
}
dl{             /* 定義型リスト */
        margin:         5pt 0pt 5pt 30pt;
        padding:        5pt 5pt 5pt 10pt;
        line-height:    1.5em;
}
/******************************
        画像関連
*******************************/
div.logo{       /* ロゴ */
        margin:         0em 10em 0em 10em;
        padding:        1em 1em 1em 1em;
}
div.position{
        position:        relative;
        left:               7%;
        top:              -75%;
}
div.position2{
        position:        relative;
        left:               35%;
        top:                 3%;
}
div.position3{
        position:        relative;
        top:               -75%;
}
/******************************
        装飾関連
*******************************/
div.title{      /* ページのタイトル */
        margin:         0pt 0pt 3pt 0pt;
        padding:        10pt 0pt 0pt 18pt;
        font-size:      18pt;
        font-weight:    bold;
}
div.comment{      /* 見出し */
        margin:         0pt 0pt 0pt 0pt;
        padding:        0pt 0pt 0pt 0pt;
        font-size:      12pt;
        font-weight:    nomal;
        font-family:    "平成明朝";
}
div.label{      /* 見出し */
        margin:         0pt 0pt 0pt 0pt;
        padding:        0pt 0pt 0pt 0pt;
        font-size:      12pt;
        font-weight:    nomal;
        font-family:    "平成明朝";
}
div.center{     /* センタリング */
        text-align:     center;
}
strong.caution{ /* 警告文字用 */
        color:          rgb(255, 0, 0);
        font-weight:    bold;
}
strong.sold{    /* 売りきれ */
        color:          rgb(255, 0, 0);
        font-weight:    bold;
        font-size:      11pt;
}
/*******************************
        文書構造
*******************************/
h1.hiliht, h2.hilight, h3.hilight,
h4.hilight, h5.hilight, h6.hilight{     /* 強調表示されたヘッダ */
        margin:         1em 0em 1em 0em;
        padding:        0.2em 1em 0.2em 1em;
        background-color:       rgb(102, 153, 51);
}
/*******************************
        リスト構造
*******************************/
h1.listheader,h2.listheader,h3.listheader
h4.listheader,h5.listheader,h6.listheader{      /* リストの区分け用ヘッダー */
        margin:         30pt 300pt 0pt 0pt;
        padding:        5pt 0pt 5pt 0pt;
        font-size:      18pt;
        font-weight:    bold;
        text-indent:    30pt;
        border-top-style:       hidden;
        border-bottom-style:    solid;
        border-left-style:      solid;
        border-right-style:     hidden;
        border-top-width:       0em;
        border-bottom-width:    2pt;
        border-left-width:      2pt;
        border-right-width:     0em;
        border-color:   rgb(102, 153, 51);
}
/*******************************
************/
