@charset "UTF-8";
/* CSS Document */
*{
margin:0;
padding:0;
border:none;
}
body{
background-color:#fff100;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
line-height:1.2;
}

#wrap{
width:500px;
padding-top:50px;
margin:0 auto;
text-align:left;
}
h2{
font-size:75%;
font-style:normal;
font-weight:normal;
}
h3{
font-size:75%;
}

p{
font-size:75%;
}
.t_center{
text-align:center;
}
.contents{
border-top:#FFF 1px dotted;
margin:30px 0;
}
.pt30{
padding:30px 0 0 0;
}
.mt30{
margin:30px 0 0 0;
}
.jp{
margin:10px 0 0 0;
}
.t_center_mt30{
text-align:center;
margin:30px 0 0 0;

}
