@charset "Shift_JIS";




/* all */

* { margin  : 0px;
    padding : 0px; }




/* a */

a                 { border-bottom   : 1px solid;
                    color           : #E6C580;
                    text-decoration : none; }

a:visited         { border-bottom   : 0px; }

a:hover, a:active { border-bottom   : 1px solid; }




/* body */


body { background  : #121212;
       color       : #ACACAC;
       cursor      : default;
       font-family : Helvetica, Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
       font-size   : 100%;
       line-height : 1.7em;
       margin      : 1.8em;
       text-align  : center; }




/* code */

code { border-left  : 1.5em solid #662424;
       display      : block;
       padding-left : 1em; }




/* div */

div#fixedLayout { margin     : auto;
                  position   : relative;
                  text-align : left;
                  width      : 600px; }




/* dl, dt, dd */

#sample2007031401 dt { left        : 0px;
                       position    : absolute;
                       width       : 200px; }

#sample2007031401 dd { margin-left : 216px;
                       height      : 170px; /* Windows IE */ }

body > dl#sample2007031401 dd { min-height  : 170px; }

#sample2007031401 dd.last { min-height : 150px;
                            height     : 150px; /* Windows IE */ }

body > dl#sample2007031401 dd.last { min-height : 150px; }




/* em */

em { color       : #E6C580;
     font-style  : normal; }




/* h */

h1, h2 { background  : #222222;
         border      : 1px solid #444444;
         font-size   : 1em;
         font-weight : normal;
         line-height : 1.2em;
         margin      : 1.7em 0px;
         padding     : 0.6em;
         text-align  : center; }




/* ol */

ol { margin     : 1em 0px 0px 1.8em;
     text-align : left; }




/* p */

p { margin-top : 1em;
    text-align : left; }




/* footer */

ul#navigation  { background       : #222222;
                 border           : 1px solid #444444;
                 clear            : both;
                 margin           : 1.7em 0px;
                 padding          : 0.2em 0px;
                 text-align       : center;
                 width            : 100%; }

#navigation li { border-left      : 1px solid #444444;
                 display          : inline;
                 letter-spacing   : 1px;
                 list-style-type  : none;
                 padding          : 0.5em 3.1em 0.5em 3.5em; }

#navigation li#left { border-left : 0px; }

#navigation li.left { border-left : 0px; }

address        { font-style       : normal;
                 letter-spacing   : 1px;
                 line-height      : 1.2em;
                 margin-top       : 1.7em;
                 text-align       : right;
                 word-spacing     : 0px; }




