﻿@charset "utf-8";

.tblnoborder1{
	border: none;
}

.tblnoborder1 tr td {
	border: none;
}

.tblnoborder{
	border: none;
}

.tblnoborder tr {
	border: none;
}

.tblnoborder td {
	border: none;
	padding-bottom:10px;
	border-bottom:dotted 1px #cccccc;
	margin-bottom:10px;
}

.tblnoborder li#right {
	text-align:right
}

.tblnoborder li#left {
	float:left;
	width:100px;
	margin-right:10px;
}

.tblnoborder span#title {
	text-decoration: underline;
	font-weight: bold;
}
