@charset 'UTF-8';

#visual
{
	width: 800px;
	margin: 0 auto;
}

#home h1#fottitle
{
	font-weight: normal;
	position: absolute;
	top: 780px;
	left:50%;
	margin: 0px 0px 0px -200px;
	font-size: 1.3em;
	width: 400px;
	height: 30px;
	text-align: center;
}

#home #whatsnew
{
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
}
#home #whatsnew-inner
{
	padding: 10px 0;
}

#home #whatsnew-ttl
{
	width: 110px;
	text-align:center;
	vertical-align: middle;
	padding-right: 10px;
}
#home #whatsnew-txt
{
	width: 600px;
	padding-right: 10px;
}
#home #whatsnew-txt h3
{
	margin-bottom: 5px;
}
#home #whatsnew-btn
{
	width: 14px;
}
#home a#btn-whatsnew
{
	display:block;
	width:14px;
	height:60px;
	text-indent:-9999px;
	background:url(../../images/index-btn-whatsnew.gif);
}
#home a#btn-whatsnew:hover
{
	background-position: 0 -60px;
}


