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


body{
	background-position:center;
	line-height: 1.4em;
	font-size: small;
	text-align: center;
}

hr {
	display:none;
}
ol,ul,li{
	list-style:none;
	padding:0px;
	margin-left: 5px;
	margin-top: 5px;
}

.form {
	border: 1px solid #0000cc;
	margin-top: 0px;
}

#form_midashi {
	background-color:#0000cc;
	height: 30px;
	width: 600px;
	margin-bottom: 10px;
}

#form_midashi h3 {
	text-align: center;
	padding-top: 7px;
	color: #FFF;
}
