@charset "utf-8";
/* CSS Document */

#header {
	width:500px;
	height:233px;
	}
	
.attention {
        line-height:22px;
        font-weight:bold;
        }

#contentBlk {
	width:685px;
    display:block;
    margin:0px 0 16px 0;
	text-align:center;
	}

#contentBlk p {
    width:685px;
	font-size:14px;
	text-align:center;
	margin:12px 0 0 0px;
    line-height:19px;
        }
		
#submit {width:685px; height:34px; margin:13px 0 0 0;}
