@charset "Shift_JIS";

/*-----------------------------------------
headlines
------------------------------------------*/
#rule #contents h2{
	margin: 30px auto 10px 0;
	width: 646px;
}

#rule #contents h3{
	font-size: 108%;
	margin: 10px 0 3px;
}



/*-----------------------------------------
table
------------------------------------------*/
#rule #contents table{
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	width: 650px;
}

#rule #contents table th,
#rule #contents table td{
	border: 1px solid #F6A8C9;
	padding: 10px;
}

#rule #contents table th{
	width: 125px;
	text-align: left;
	background: #FEEFF2;
}

