@charset "UTF-8";

/*レイアウト*/

#contents{
	width: 520px;
	float: left;
	padding-left:7px;
}
#hot{
	width: 230px;
	float: left;
	padding-left:10px;
}
/*Top imege*/
#image{
	margin-bottom: 5px;
}
#image img{
	display: block;
}

/*What's New*/
#whatsnew{
	margin-bottom: 5px;
/*	background-image: url(../images/whantsnewBgH.gif);
	background-repeat: no-repeat;
	background-position: 0px 29px;
	background-color: #FFFFFF;*/
}
#whatsnew h2{
	background-image: url(../images/whatsnewTitle.gif);
	background-repeat: no-repeat;
	height: 24px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#whatsnew dl{
	background-image: url(../images/whatsnewBg.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #FFFFFF;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	font-size: 75.02%;
	width: 470px;
	padding: 4px 24px 4px 24px;
}
#whatsnew dl dt{
	color: #FF0C72;
	clear: left;
	float: left;
	padding:5px 0 5px 10px;
	line-height: 1.5em;
}
#whatsnew dl dd{
	line-height: 1.5em;
	padding: 5px 10px 5px 6em;
	background-image: url(../images/whatsnewBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#whatsnew dl dd a{
	color: #000000;
	text-decoration: underline;
}
#whatsnew dl dd a:hover{color: #FF0C72;}
#whatsnew dl dd#news_footer{
	background-image: none;
}
#whatsnew #whatsnewHeader,#whatsnew #whatsnewFooter{display: block;}



/*Link*/
#link{}
#link h2{
	background-image: url(../images/linkTitle.gif);
	background-repeat: no-repeat;
	height: 24px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#link #linkwrap img{
	display: block;
	margin-bottom: 5px;
}
#link #linkwrap #left{
	float: left;
	width: 170px;
}
#link #linkwrap #center{
	float: left;
	width: 170px;
	padding: 0 5px;
}
#link #linkwrap #right{
	float: left;
	width: 170px;
}

/*Now HOT*/
#hot{}
#hot h2{
	background-image: url(../images/nowhotTitle.gif);
	background-repeat: no-repeat;
	height: 24px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#hot img{
	display: block;
	margin-bottom: 5px;
}

