/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial;
	color: #666;
	font-size: 12px;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, p, form, ul {
	margin:0px;
	padding:0px;
}
#newtitle {
	background-image:url(../images/bg_newtitle.gif);
	background-repeat:no-repeat;
	background-position: center;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	height: 30px;
	line-height: 180%;
}
.top_new {
	border-bottom:1px solid #DADADA;
	padding:10px 0px 15px;
	width: 179px;
}
.top_new .image {
	overflow:hidden;
	text-align:center;
}
.top_new h3 {
	letter-spacing:-1px;
	padding:0px 10px 3px;
	font-size: 12px;
	text-align: left;
}
.top_new .shortspec {
	font-size:11px;
	text-align: left;
	padding:0px 10px;
	line-height: 150%;
}
.top_new .detail_button {
	position:relative;
}
.top_new .detail_button a {
	position:absolute;
	right:10px;
	top:-15px;
}
