@charset "utf-8";
/* CSS Document */


/* *********************************************************
 *	▼トップページ
 * *********************************************************
 */
body {
	background:url(../images/bg_01.jpg) repeat-x #dddddd;
}

#topLineup {
	background:url(../images/bg_toplineup.jpg) repeat-x;
	padding-top:10px;
}

#topLineup img {
	margin-left:10px;
	margin-bottom:10px;
}

#container {
	width:760px;
	margin:20px;
}

#whatsnew {
	width:480px;
	float:left;
}

#whatsnew ul{
	margin:0px;
	padding:10px 20px 0 10px;
	list-style:none;
}

#whatsnew li {
	line-height:120%;
	padding: 0 0 10px 12px;
	background:url(../images/icon01.gif) no-repeat 0px 2px;
	text-decoration: none;
}


#banner {
	width:280px;
	float:right;
}

#banner img {
	margin-bottom:10px;
}
