@charset "utf-8";
#title_wrapper {
	background-image: url(../../images/common/background_title.jpg);
	background-repeat: repeat-x;
	height: 60px;
	padding-bottom: 5px;
}
#title {
	background-image: url(../../images/contact/title.jpg);
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#title ul {
	list-style-type:none;
}
#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-bottom: 30px;
}
#form_box {
	background-image: url(../../images/contact/background_contact.jpg);
	height: 388px;
	width: 800px;
	padding-top: 12px;
}
#form_table {
	border-collapse:collapse;
	margin-right:auto;
	margin-left:auto;
	width:780px;
}
#btn_submit {
	background-image: url(../../images/contact/btn_submit.jpg);
	height: 115px;
	width: 115px;
	display: block;
}
#btn_clear {
	background-image: url(../../images/contact/btn_clear.jpg);
	height: 115px;
	width: 115px;
	display: block;
}
#btn_back {
	background-image: url(../../images/contact/btn_back.jpg);
	height: 115px;
	width: 115px;
	display: block;
}