/*---general part--- */
body {
	width:400px;
	text-align:left;
	font:10px MS UI Gothic;
	color:#666666;
}

a {
	color:#666666;
	text-decoration:yes;
}

a:hover {
	color:#ff7f00;
	text-decoration:underline; 
	text-underline-position:below;
}

.text_left {
	text-align:left;
}