#wrapper{
	width:980px;
	margin:0 auto;
	text-align:center;
    min-width: 980px;	
}
#header{
	background: url(../images/bg_header.png) repeat-x bottom #f7f7f7;
	padding: 12px 12px 11px 20px;
	overflow: hidden;
	box-sizing:border-box;
	margin-bottom:30px;
}
#header h1{
	float:left;
}
#header p{
	float:right;
}
#main{
	margin:0 auto 36px;
}
#main h3{
	background-color:#c6f4ff;
	text-align:center;
	padding:4px;
	font-size:28px;
}
#main h3 b{
	font-weight:bold;
}
#main .ttl_01{
	margin:40px 0;
}
#main .ttl_02{
	margin:40px 0 27px 0;
}
.notes{
	font-size:13px;
	color:#ff0000;
	text-align:left;
	padding:7px 0 0 20px;
}
#footer{
	padding: 10px 20px 13px 10px;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}
#footer .copy{
	font-size:11px;
	float:left;
}
#footer .closeWindow{
	float:right;
}
