@charset "utf-8";

/*--------------------------
index.html
--------------------------*/
.contentR table {
	margin: 19px 0 0 0;
}
.contentR table th {
	border-right: 2px solid #ccc;
	border-bottom: 22px solid #fff;
	width: 38px;
	padding: 1px 0 0 0;
}

.contentR table td {
	padding: 0 0 0 8px;
	border-bottom: 22px solid #fff;
	
}
.contentR table td p {
	line-height: 120%;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}

.contentR ul {
	margin: 26px 0 0 0;
	border-top: 1px dashed #999;
	padding: 13px 0 0 0;
}
.contentR ul li {
	background: url(../../images/side_arrow.gif) no-repeat left center;
	padding-left: 11px;
	margin: 0 0 5px 0;
}

.contentR  ul li a,
.contentR  dl dd a {
	text-decoration: underline;
}

