@charset "utf-8";
/* CSS Document */

/* common */

#rule ol, #rule ul{
	margin-left:30px;
}

#rule ol ul, #rule p{
	margin-left:10px;
}

/* 小見出し */

#rule em{
	display:block;
	margin:5px 0;
}

/* table風dl */

#rule dl.table{
	margin-left:10px;
}

#rule .table dt{
	width:3.5em;
}
#rule .table dd{
	padding-left:4em;
}

/* 別表 */

#rule p.text_center{
	display:block;
	margin-top:20px;
}

#rule table{
	margin:0 auto;
	display:block;
	width:360px;
}

#rule th{
	background:#dddddd;
}

#rule td, #rule th{
	padding:5px;
	border:#cccccc 1px solid;
}

#rule .sum{
	background:#f1f1f1;
}


