a {  color: #000000; text-decoration: none; font-weight: 800}
a:hover {  color: #FF0000}

/*----------------------
Common
--------------------------*/
.bold {font-weight:bold;}
.yellow { color:#FFDB00;}
.white { color:#FFFFFF;}

/*----------------------
new.html
--------------------------*/
#new {
	margin:10px 0;
	}
#new p {
	margin:0 0 10px 0;
	}
.box {
	border:#CCCCCC solid 1px;
	margin-bottom:20px;
	}
.box th {
	text-align:left;
	background: url(img/2.gif) right no-repeat #CCCCCC;
	vertical-align:middle;
	padding:8px;
	font-size:16px;
	}
.box td {
	padding:8px;
	font-size:12px;
	}
.price {
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:16px;
	}
