@charset "utf-8";

body {
	font-size: 16px;
	border-top: solid 15px #f08200;
	line-height: 1.5em;
}

#header {
	height: 50px;
	width: 750px;
	margin: 0px auto;

}

#header h1 {
	float: left;
}

#header ul {
	float: right;
	list-style: none;
	padding: 25px 0px 0px;
}

#header #btn01 {
	text-indent: -9999px;
	height: 37px;
	width: 184px;
	display: block;
	background: url(img/btn01.jpg) no-repeat left top;

}

#header #btn02 {
	text-indent: -9999px;
	height: 37px;
	width: 184px;
	display: block;
	background: url(img/btn02.jpg) no-repeat left top;
	margin-top: 16px;
}

#header #btn01:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header #btn02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main {
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px;
	clear: both;
}

#main #contents {
	background: url(./img/form_bg.jpg) repeat-y;
	padding: 40px 50px;
	width: 750px;
}

#footer {
	text-align: center;
	background: url(./img/footer_bg.jpg);
	height: 76px;
}

#footer p {
	padding-top: 40px;
}



#main #contents a.pdf {
	padding-left: 22px;
	background: url(img/icon_pdf.png) no-repeat 0 0;
	margin: 0 10px;
}