@charset "utf-8";

#detail {
	width:640px;
	margin:0 auto;
	margin:10px auto;
}

.main_detail a,a:link,a:visited,a:hover,a:focus,a:active {
	color:#0000ff;
	text-decoration:underline;
}

.center {
	text-align:center;
	margin-top:5px;
}

.float_left {
	width:370px;
	float:left;
}

.float_right {
	width:255px;
	float:right;
}

.float_clear {
	clear:both;
}