@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
/* CSS Document */

body {
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 495px;
	line-height: 1.5em;
	font-size: 80%;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th, td {
	padding-top: 5px;
	vertical-align: top;
}
th {
	color: #006600;
	width: 120px;
	font-weight: bold;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
