﻿* {margin:0;
   padding:0;}


body {
      background-color:#c0c0c0;
      background-image:url("images/logo_esp100.gif");
        background-position:top right;
        background-repeat:no-repeat;
        background-attachment:fixed;
      color:#222;    
      font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Lucida Grande','Verdana','Meiryo','osaka','ＭＳ Ｐゴシック',sans-serif;/* font size block */
      *font-size:small;/* font size block */
      *font:x-small;/* font size block */
	  line-height:1.5em;
	  letter-spacing:2px;
       }
	      
a {color:#660000;
          text-decoration:none;}
a:hover{color:#993333;
        text-decoration:none;}
        
img{ border:none; }

p {padding-bottom:20px;}

table {margin-bottom:10px;}
                  
/* CONTENTS AREA */

#body {width:900px;}

#body .left {float:left;
             display:inline;
             width:500px;
             margin-left:50px;
             }

#body .right {float:right;
              display:inline;
              width:290px;
              margin-left:25px;
              }
 
#body .left .contents {font-size:175%;
                       text-align:left;
                       line-height:30px;
                       background-color:#fff;
padding:0 15px 0 20px;

}

#body .left .contents .sub {font-size:60%;
color:#666;
line-height:20px;
margin-top:15px;
padding-top:15px;
border-top:1px dashed #f274be;}
                                                                                            
#body .left .contents .count {margin:0;
                              background-color:#fff;
                              float:left;
                              display:inline;
}

#body .left .contents .text {background-color:#fff;
                             float:right;
                             display:inline;
}

#body .left .header {background-color:#fff;
text-align:center;
padding-top:15px;}
                                                                                          

#body .left .footer {text-align:center;
                    background-color:#fff;
                    font-size:85%;
           }
