@charset "utf-8";
/* CSS Document */
body,p,div,ul,ol,li,h1,h2{margin:0;padding:0;}

body {
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom:30px;
 }

a:visited { color: #0000FF;  }
a:hover{color:#ff0000;}
  

h1{font-size:30px;
text-align:center;
margin-top:35px;}
h2{font-size:24px;}
p{text-align:justify;
text-indent:2em;
}
h3{margin:0 auto;
font-size:16px;
text-align:center;
width:880px;
}

#main_box{
	margin:0 auto;
	width:86%;
    margin-bottom:10px;
	}
.button{
      display:block;
      width:100px;
      height:20px;
      margin:0 auto;
      background:url(../button7.jpg) no-repeat;
}
.button:hover{background:url(../button8.jpg) no-repeat;
}

#topads{margin:0 auto;
width:80%;
}
#topads ul li{
list-style:none;}
