@charset "utf-8"; 		

/* main
---------------------------------------------------- */
* {margin: 0px;padding: 0px;}
html{overflow-x : hidden ;}

body {
  font-size: 75%;
  line-height: 150%;
  background-repeat:repeat-x;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color:#202020; 
      }
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#wrapper{
width:250px;
text-align:left;
font-size: 75%;
line-height: 150%;
color:#4f3a2f; 
}

/* link
---------------------------------------------------- */
a {	overflow: hidden;}
a:link {color: #666;}
a:visited {color: #999;}
a:hover, a:active {color: #999; text-decoration:none;}
a:focus{outline:none;}

/* info
---------------------------------------------------- */
#information{clear:both;width:230px; height:auto; color:#969696; font-size:80%; background-color:#202020;}
#info-table{border:0px; width:200px; text-align:left; }
#info-table td{padding:3px 0px 0 0;}

.clear {clear:both;}
