@charset "utf-8";

body {
	background-color: #ffffff;
	width: 500px;
	color: #000000;
	font-size: 12px;
}
.conts a:link{
	color: #0072ff;
	text-decoration: none;
 }
.conts a:visited{
	color: #0072ff;
	text-decoration: none;
 }
.conts a:active{
	color: #0072ff;
	text-decoration: none;
 }
.conts a:hover{
	color: #0072ff;
	text-decoration: underline;
 }

.conts .left {
	width: 100px;
	line-height: 23px;
	float: left;
}
.conts .right {
	float: left;
	line-height: 23px;
}
.clr {
	clear: both;
	font-size:1px;
	line-height:1px;
}