@charset "utf-8";

/*------------------
 __デフォルトクリア
------------------*/

* {
   margin: 0;
   padding:0;
}


body {
   font-family: "メイリオ",Meiryo,"MS Pゴシック","MS ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
   font-size: 62.5%;
   /*16px*62.5%=10px*/

   background: #000000 url(../images/bg-gra.gif) repeat-x top left;
   color: #fcfcfc;
   line-height: 1.5;
}


li {
   list-style-type: none;
}


img {
   border: none;
}


table {
   border: 0;
}


a {
   color: #8cc63f;
   text-decoration: none;
}


a:hover {
   color: #cc9a57;
}


.upper {
   text-transform: uppercase;   
}


/*------------------
 __container
------------------*/
#container {
   width: 900px;
   margin: 0 auto 0;
}


/*------------------
 __header
------------------*/
#header {
   width: 840px;
}

h1 {
   text-transform: uppercase;
   float: left;
}

#ss-toprogo a {
   display: block;
   width: 340px;
   height: 115px;
}

#ss-toprogo a img {
   display: block;
   width: 340px;
   height: 115px;
}

#headerright {
   float: left;
   display: inline;
}


#info2 {
   display: block;
   width: 440px;
   height: 115px;
}


/*------------------
 __contents
------------------*/
#contents {
   clear: both;
   width: 900px;
   padding-top: 30px;
}



*html contents {
   clear: both;
   width: 900px;
}


/*------------------
 __main
------------------*/
#main {
   width: 900px;
   background-color: #000000;
   margin: 0 auto 0;
}


/*------------------
 __form
------------------*/
#form {
   margin-left: 10px;
}

h3 {
   display: block;
   width: 840px;
   height: 25px;
   margin-bottom: 10px;
}

#form p {
   font-size: 1.2em;
    _font-size: 120%;
   margin-left: 15px;
}

iframe {
   margin-top: 20px;
}



/*------------------
 __reterntop
------------------*/
.reterntop {
   text-align: right;
   font-size: 1em;
    _font-size: 100%;
   margin-top: 15px;
}

.reterntop img {
   vertical-align: text-bottom;
}


/*------------------
 __footer
------------------*/
#footer {
   clear: both;
   font-size: 1.1em;
   text-align: center;
   padding-top: 15px;
}
