#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

#container h2 {
	font-size: 138.5%;
	color: #000000;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#container h1 {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 182%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
#container p {
	font-size: 108%;
	line-height: 1.7;
	text-align: justify;
}
#container .rigth  {
	text-align: right;
}
hr {
	display: none;
}
#container h3 {
	font-size: 138.5%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D2780;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1;
}
form  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 108%;
}
form p .invited {
	font-size: 108%;
}

form #checks        {
	line-height: 1.4;
	font-size: 123.1%;
	margin-bottom: 20px;
	margin-left: 20px;
}
form table  {
	width: 600px;
	margin-top: 0px;
}
form #checks label {
	margin-left: 2px;
}
form .red    {
	color: #FF0000;
}


form table tr th {
	text-align: left;
	width: 130px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
}
form table tr:first-child th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
form table tr td {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 2.5;
	padding-left: 4px;
}
form table tr:first-child td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
form table tr td input, form table tr td textarea {
	font-size: 123.1%;
}
#container form .closing {
	font-weight: bold;
	color: #4D2780;
	font-size: 123.1%;
	margin-top: 8px;
}
form table tr td span {
	font-size: 85%;
	line-height: 1;
}
form .button {
	text-align: center;
	margin-top: 20px;
}
form .button input {
	width: 100px;
	border: 1px solid #666666;
	background-color: #DDDDDD;
	padding-top: 4px;
	padding-bottom: 4px;
}
