@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: url(../images/thunder-bg.jpg) ;
   color: #000000;
   line-height: 1.5;
}


li {
   list-style-type: none;
}


img {
   border: none;
}


table {
   border: 0;
}


a {
   color: #19499d;
   text-decoration: none;
}


a:hover {
   color: #cc9a57;
}


.upper {
   text-transform: uppercase;   
}


/*------------------
 __container
------------------*/
#container {
   width: 850px;
   margin-left: 0;
}

#thunderlogo img {
   display: block;
   width: 455px;
   height: 270px;
   margin-top: 0;
   margin-left: 0;
}

#thundersocks img {
   display: block;
   width: 850px;
   height: 550px;
}


/*------------------
 __main
------------------*/
#main {
   background: url(../images/thundermessage.png) left top no-repeat;
   display: block;
   width: 650px;
   height: 370px;
   margin-top: -150px;
   margin-left: 100px;
   position: relative;
}


/*------------------
 __concept
------------------*/
#concept {
   display: block;
   width: 620px;
   height: 340px;
   position: absolute;
   margin-top: 65px;
   margin-left: 145px;
}

h2 {
   font-size: 1.3em;
    _font-size: 130%;
   font-weight: bold;
}

h3 {
   font-size: 1.2em;
    _font-size: 120%;
   font-weight: bold;
}

.upper2 {
   text-transform: uppercase;
   font-size: 1.6em;
    _font-size: 160%;
   color: #c1272d;
   font-weight: bold;
   font-family: "MS P明朝","MS 明朝","Hiragino Mincho Pro-W3","ヒラギノ明朝 Pro W3",serif;
}

#concept p {
   font-size: 1.3em;
    _font-size: 130%;
}


/*------------------
 __thnderstore
------------------*/
#thnderstore {
   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 {
   font-size: 1.2em;
    _font-size: 120%;
   text-align: center;
   padding-top: 15px;
}
