/* CSS Document */

#formBox {
	font-size: 12px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formBox p{
	width: 100%;
	margin: 0px;
	padding: 20px;
}
#formBox th {
	background-color: #EEE;
	color: #353C06;
	font-weight: normal;
	font-size: 12px;
}
#formBox td {
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 270px;
}
