@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../image/bg_form.gif);
	background-attachment: fixed;
	line-height: 1.2em;
	background-position: center top;
	background-repeat: no-repeat;
}

#form_content {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 520px;
	margin-top: 10px;
}

#footer_form {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
	bottom: 0px;
	margin-bottom: 0px;
	background-color: #000066;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form1 td {
	padding: 5px;
	text-align: left;
}
.font_10px {
	font-size: 10px;
}

.mark_red {
	color: #FF0000;
}

