body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
	margin:30px 15px 2px 15px;
}
#mainwrap {
	width:500px;
	margin:0 auto;
	padding:5px;
	text-align:left;
}
#header {
	width:auto;
	margin:0 0 40px;
	padding:4px;
	text-align:left;
}
#titlebox {
	width:200px;
	padding:5px;
	text-align:left;
}
#menubox {
	width:200px;
	padding:5px;
	text-align:right;
}
#bodyareahome {
	width:auto;
	margin:70px 0 70px 0;
	padding:5px;
	text-align:left;
}
#bodyarea {
	width:auto;
	margin:0 0 0 0;
	padding:5px;
	text-align:left;
}
#footer {
	width:auto;
	margin:40px 0 0 0;
	padding:5px;
	text-align:left;
}
.normal {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.logo {
    color: #0B1EA7;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 41px;
	text-align:left;
}
.medium {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
	color: #5E5E5E;
}
.mediumtitle {
	color: #0B1EA7;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
	font-weight: bold;
}
.normaltitle {
	color: #0B1EA7;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 0px;
    opacity: 1.00;
}
.menu {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.small {
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 11px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #FFAF23;
    text-decoration: underline;
}