/* CSS Document */

/* 各ページ内容 */
#CONTENT ol{
	margin-left:0;
	padding-left:2em;
}

#CONTENT li{
	list-style-type: decimal;
}

#CONTENT table td{
padding:10px 0;
border-bottom:1px dashed #999999;
}

#CONTENT .td_last{
padding-top:10px;
border-bottom:none;
}

.caption_l{
float:left;
width:245px;
}

.caption_r{
float:right;
width:245px;
}

.caption_l p,
.caption_r p{
margin:5px 0 10px 0;
}
