A{
color:#000000;
text-decoration :none;
cursor:crosshair;
background: url(images/bg.gif);
}
A:HOVER{
color:#dddddd;
background:none;
}

*{
list-style:none;
margin:0;
padding:0;
font-family: "ヒラギノ角ゴ Pro W3", "メイリオ","Osaka", "ＭＳ Ｐゴシック";
font-size:9pt; 
}

img{border:none;}

body{
background: url(images/bg.png);
line-height:1.8;
letter-spacing:1px; 
color: #000000; 
}

textarea{font-size:7pt;}
textarea,input{
color:#000000;
border:none;
background: none;
}


#wrapper{
margin:0 auto;
width:750px;
text-align:center;
}


#menu ul li{
padding:0 5px 0 0;
margin-bottom:10px;
}
#menu a{
background:none;
}


#main{
width:750px;
margin:20px 0 200px 0;
}

#foot{
font-size:7pt;
padding:80px 0 0 0;
}

h1{
margin:40px 0;
}

h2{
margin:60px 0 5px 0;
}



.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}