@charset "UTF-8";

/* reset */
body,table,tr,div,p,dl,dt,dd,form{
margin: 0;padding: 0;
}
h1,h2,h3,h4,h5,h6,address,em,th,td{
margin: 0;padding: 0;
font-size: 100%;
font-style: normal;
font-weight: normal;
}
ul,ol{
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
line-height: 1.6;
}
img{
border: none;
vertical-align: bottom;
}
input{
font: inherit;
}


body{
background: #fff;
font-family: Verdana, sans-serif;
font-size: 85%;
line-height: 1.6;
text-align: center;
}
#container{
width: 640px;
margin-right: auto;
margin-left: auto;
background: #fff;
color: #333;
text-align: left;
}
p{
}
h1{
margin-top: 20px;
font-weight: bold;
}
.close{
margin-top: 12px;
text-align: center;
}
.close span{
color: #cc5444;
text-decoration: underline;
}
.close span:hover{
color: #ff9487;
}
