@charset "utf-8";
/* CSS Document */
#left{
	float:left;
	width:340px;
}

#centers{
	float:left;
	width:350px;
	margin-left:10px;
}

#right{
	float:right;
	width:300px;
}

.liststyle{
height:25px;
line-height:25px;}
