*{margin: 0; padding: 0; list-style:none;}
body{
  background: #f6f6f6;
  margin:0;
  font-size:12px;
  font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Verdana,"‚l‚r ‚oƒSƒVƒbƒN",san-selif;
  text-align:center;
  color: #666666;
  line-height: 1.6em;
}
a{color: #3f83ca;}
a:hover{color:#C00;}
img{border: 0;}
#wrap{
  background: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#header{
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#header h1{
  margin: 0 auto;
  font-size: 23px;
  padding:10px 0;
}
#main{
  width:100%;
}

#main .section{
  width:95%;
  margin:0 auto;
  text-align:left;
  line-height:30px;
  font-size:13px;
}

#main .section h2{
  font-size:18px;
  padding:15px 0;
  margin:10px 0;
  background-color:#f1f1f1;
  text-align:center;
}
#main .section p{
  border-bottom:1px dotted #e1e1e1;
  padding-bottom:15px;
  margin-bottom:15px;
}
#main .section p:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

#main .section ul{ font-size:15px; margin-bottom:15px; border-bottom:1px dotted #e1e1e1;}
#main .section ul li{
  margin-bottom:10px;
}
#main .section ul li span{
  font-weight:bold;
  margin-right:10px;
 }
#main .section .system table{
  border-top:1px solid #e1e1e1;
  border-left:1px solid #e1e1e1;
  width:100%;
  text-align:center;
}

#main .section .system th{
  background: #f6f6f6;
  color: #666666;
  padding:10px 0;
  border-right:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
}
#main .section .system td{
  color:#C00;
  border-right:
  1px solid #e1e1e1;
  border-bottom:
  1px solid #e1e1e1;
}


/*iphone*/
@media screen and (max-device-width: 480px){
  #main p img{width: 310px;}
}
#footer{
  padding: 10px 5px;
}
#footer .copyright{font-size: 11px;}