A{
color:#708090;
text-decoration :none;
cursor:crosshair;
background: url(images/bg.gif);
}
A:HOVER{
color:#dddddd;
background:none;
}

*{
margin:0;
padding:0;
font-family: "ヒラギノ角ゴ Pro W3", "メイリオ","Osaka", "ＭＳ Ｐゴシック";
list-style-type:none;
}

img{border:none;}

body{
background: url(images/bg.png) fixed;
line-height:1.8;
letter-spacing:0px; 
color: #212121; 
font-size:12px;
}

textarea{font-size:7pt;}
textarea,input{
background:#ffffff;
color: #212121; 
border:1px dotted #708090;
}

#wrapper{
margin:0 auto;
width:870px;
}
#menu{
padding:0 0 40px 10px;
float:left;
width:280px;
}
#menu li{
margin-bottom:10px;
}
#menu a{
background:none;
}
#read{
margin:0 0 50px 0;
font-size:10px;
}

#main{
width:700px;
background:#ffffff;
border:1px dotted #708090;
padding:20px;
margin:20px auto 300px;
letter-spacing:1px; 
}
#form{
margin:50px 0 0;
}
#foot{
font-size:10px;
clear:both;
padding:30px 0 0 0;
}
.new{
color:#2cb4ad;
font-size:10px;
margin-left:3px;
}
h1{
margin:20px 0 0;
}

h2{
margin:30px 0;
font-weight:normal;
font-size:10pt;
}
h3{
text-align:right;
margin:30px 0 5px 0;
font-weight:normal;
font-size:8pt;
}


.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}