/* グループ1 */
.section{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.section h2{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.section h4{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	margin-bottom: 0px;
}
/* グループ2 */
.section2{
	border: double #FF99CC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 250px;
	background: url(../image/regend.gif) no-repeat right bottom;
}
/* 共通 */
.p{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* テーブル */
.form{
	width: 650px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
}
th{
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	width: 200px;
	height: 40px;
	background-color: #E4E4E4;
	border-collapse: collapse;
}
td{
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	width: 450px;
	height: 40px;
	border-collapse: collapse;
}
/* テーブル内フォーム */
input.standard{
    height: 16px;
	width: 200px;
	margin-left: 1.5em;
}
/* テキスト */
.text{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.textred{
	font-size: 12px;
	font-weight: nomale;
	line-height: 15px;
	padding-left: 1.5em;
	color: #FF0000;
}
.textblack{
	font-size: 12px;
	font-weight: nomale;
	line-height: 15px;
	padding-left: 1.5em;
	color: #333333;
}

