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

body {
	font-size:80%;
	color:#000;
	background-color: #009;
	margin: 0px;
	padding: 0px;
}
#logo {
	padding-top: 25px;
	padding-left: 25px;
}
header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
}
#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	background-image: url(../images/contents_boxbg.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#contents p {
	font-size: 15px;
	text-align: center;
}
#contents h2 {
	background-image: url(../images/h2_img_bg.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 5px;
}
table.form {
	border:1px solid #7777bb;
	border-collapse:collapse;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
table.form th,td { text-align:left; border:1px solid #7777bb; padding:8px; font-weight:normal; }
table.form th {
	width: 150px;
}
table.form td {
	width:500px;
}
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:1.5em; }
input.button {
	width:90px;
	text-align: center;
}
.f_button {
	margin-left: -50%;
}
