body {
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
A:link {color: #333333;text-decoration:underline}
A:visited {
	text-decoration:underline;
	color: #333333;
}
A:active {
	text-decoration:none;
	color: #333333;
}
A:hover {color: #CC3300;text-decoration:underline}

.sentence-s {  font-size: 70%; color: #333333; line-height: 140%}
.sentence-m {  font-size: 81.25%; color: #333333; line-height: 150%}
.sentence-l {  font-size: 100%; line-height: 150%}

.txt-s {  font-size: 70%; color: #333333; line-height: 110%}
.txt-m {  font-size: 81.25%; color: #333333; line-height: 110%}
.txt-l {  font-size: 100%; color: #333333; line-height: 110%}

.dotline { color: #666666; border-bottom:1px dotted;}

.information { font-size: 12px; color: #666666; border:#cccccc solid; border-width: 1px 1px 1px 1px; padding:10px}


