@charset "utf-8";
/* CSS Document */
/*update 2010-06-02*/

/* Present
------------------------------*/
#main h2 {
	width:656px;
	height:62px;
	background-image:url(../images/present/title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#announce {
	margin-top:18px;
	text-align:center;
	font-size:16px;
	color:#8f8561;
}
#list {
	width:663px;
	margin:0;
	padding:43px 0 0 0;
	background-image:url(../images/present/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#list #itemlist {
	width:623px;
	margin:0 0 40px 0;
	padding:0 20px 30px 20px;
	background-image:url(../images/present/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#list .item {
	width:189px;
	margin:6px;
	float:left;
}
#list .item img {
	margin:0 auto 8px;
}
#list .item .text {
	width:177px;
	height:37px;
	padding:6px;
	overflow:hidden;
	text-align:center;
	background-image:url(../images/present/base.gif);
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#list .item .text a {
	color:#FFFFFF;
}

