@charset "utf-8";
/* CSS Document */

body {
      margin: 20px;
      font-family: sans-serif;
      background-color: #E8ECE0;
	  color: #000000;
}

.line {
      height: 1px;
      background-color: #d0d0d0;
      margin: 15px 0px;
      border: 1px solid #fcfdfb;
}

#whole {
        width: 623px;
        margin-left: auto;
        margin-right: auto;
}

#head {
       color: #5B5B5B;
       text-align: justify;
       width : 573px;
       font-size: 13px;
       height: 17px;
       padding: 7px 25px 7px 25px; 
       background-color: #f4f6f8;
       border: 1px solid #9c9c9c;
}


#plate {
       width : 573px;
       margin-top: 3px;
       margin-bottom: 3px;
       padding: 25px 25px 25px 25px; 
       background-color: #fcfdfb;
       border: 1px solid #b4b4b4;
       font-size: 13px;
       text-align: justify;
}

#bottom {
         text-align: justify;
         width : 573px;
         font-size: 13px;
         height: 17px;
         padding: 7px 25px 7px 25px; 
         background-color: #E8ECF0;
         border: 1px solid #9c9c9c;
}


#whole span.verm {color: #750000}
#whole span.sbsc {color: #5B5B5B}
#whole span.emph {font-style: italic}

#head span.hena {float: left; font-size: 14px; font-weight: bold;}
#head a, #head a:visited {color: #000000; text-decoration: none;}
#head a:hover {color: #5B5B5B; text-decoration: none;}
#head span.extra {float: right}

#plate ul { margin: 0; padding: 0; list-style-type: none; }
#plate li { margin: 0 0 10px 0; padding: 0;}

#plate a, #plate a:visited {text-decoration: none;}
#plate a:hover {text-decoration: underline;}

#whole a.usual {color: #000000}
#whole a.sbusu {color: #5B5B5B}
#whole a.refer {color: #750000}

/* #whole a.embl {color: #000000; font-style: italic} */

