@charset "utf-8";
/* CSS Document */

div#contents table {
	width:600px;
	margin:15px auto;
}
div#contents table th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
div#contents table td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	line-height:14px;
	padding:3px 3px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
div#contents table td.txt {
	text-align:left;
	padding:2px 10px 14px;
	border-bottom:1px solid rgb(222,222,222);
}
div#contents table strong {
	color:rgb(0,112,0);
}

