/*==== 主にregistration.php用 ====*/
#reghead h2{
	color:#630;
}
fieldset table{
	width:100%;
}
fieldset th{
	color:#630;
	background:#FC8;
	width:11em;
}
fieldset td{
	background:#FEC;
	font-size:80%;
}
fieldset{
	margin-bottom:1em;
	padding:0.5em 1em;
}
textarea{
	width:98%;
}
#quit{
	text-align:right;
}
#rule{
	margin:1em 10%;
	padding:0 1em;
	border:solid 1px;
	height:16em;
	overflow:scroll;
	background:#FFF;
}
#rule p{
	margin:1em 0;
}
#rule ol,#rule ul{
	margin-left:2em;
	font-size:90%;
}

/*==== 主にsendpass.php用 ====*/
fieldset ul{
	margin-left:2em;
	font-size:80%;
}

/*==== 主にquit.php用 ====*/
#message{
	margin:1em;
}
