@charset "utf-8";
/* CSS Document */
#container {
	width: 718px;
	height: auto;
	float: left;
	padding: 0px 10px 30px 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container .dot {
	width: 20px;
	padding-top: 10px;
	float: left;

}

#container .name {
	width: auto;
	height: auto;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #676767;
	font-weight:bold;
	text-decoration:underline;
}
