@charset "utf-8";

body,h1,h2,h3{
margin:0;
padding:0;
}
img{
border:none;
}

#wrapper{
	text-align:center;
	margin-bottom: 30px;
}
h2{
	font-size:18px;
	color:#005c9a;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
}
h3{
font-size:18px;
}
table{
	width:420px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
table td{
border:1px solid #535353;
white-space: nowrap;
text-align:center;
padding:0.2em 0;
font-weight:bold;
}
table td.bg{
background:#014886;
color:#fff;
}
div#photo img{
display:block;
margin:0 auto 13px;
}
div#footer{
	margin-top:18px;
	text-align:right;
	background:url(hozen_img/footer_bg.gif) repeat-x;
	height:38px;
}

