@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#box {
    width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}
body {
    font-family: Arial, "Arial Bold", "Arial Italic", "Arial Bold Italic";
    font-size: 16px;
    line-height: 30px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center top;
}
a {
    color: #222222;
}
h1, h2, h3, h4 {
    margin-bottom: 15px;
    text-align: center;
    color: #222222;
    font-weight: normal;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
