@import url(../basic.css);

div#contents table td.noborder{
border-bottom: none;
}

div#contents table table {
margin-left: 0;
border-top: 1px solid #79ddff;
border-bottom: none;
width:18em;
}

div#contents table table th {
border-top: 1px solid #79ddff;
border-bottom: 1px solid #fff;
}

div#contents table table tr:last-child th {
border-bottom: 1px solid #79ddff;
}

div#contents table table td{
border-bottom: 1px solid #79ddff;
border-right: 1px solid #79ddff;
}

div#contents ol{
padding-left:100px;
margin-right:10px;
}

div#contents ol img{
margin-top:10px;
margin-bottom:20px;
}

div.rule {
	border: 1px solid #999;
	margin-top: 5px;
	padding: 10px;
	margin-bottom:10px;
}