@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_.boxTop01 */
.boxTop01{
	float: left;
	margin: 0 7px 15px 0;
	width: 205px;
}

.boxTop01 img{
	margin: 0 0 10px;
}

.boxTop01 p{
	line-height: 1.3;
	margin: 0 0 5px;
	padding: 0 3px;
}


/* definition_#whatsNew */
#whatsNew{
	background-image: url(../images/bg_whatsnew_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 660px;
}

#whatsNew dl{
	background-image: url(../images/bg_whatsnew_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 15px 40px 30px 15px;
	width: 605px;
}

#whatsNew dl dt{
	line-height: 1.3;
}

#whatsNew dl dt span{
	padding: 0 1em 0 0;
}

#whatsNew dl dd{
	line-height: 1.3;
	margin: 0 0 25px;
}
















