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

table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}

.td01 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td02 {
	font-size: 100%;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td03 {
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: none;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

.td04 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

.td04 a:link {
	color: #333333;
	text-decoration: none;
}

.td04 a:hover {
	color: #0066CC;
}

