@charset "shift_jis";

/* Ǘ */
body {
	background-image: none;
	background-color: #FFF;
}
#wrapper {
	width: 960px;
	padding: 0px;
	margin: auto;
}
#header {
	height: auto;
	padding: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #004d78;
}
#header h1 {
	margin: 0px;
}
#contents {
	width: auto;
	padding: 20px;
}
#contents h2 {
	margin-top: 0px;
}

#footer {
	background-image: none;
	height: auto;
	padding: 15px;
}
.form_module {
	width: 70%;
	margin: auto;
}
.form_module table {
	width: 100%;
}
.form_module th {
	width: 25%;
}
.form_module th .require {
	font-weight: normal;
}
