@charset "utf-8";

/* EAVUS TOP.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.PROMO
*	02.CONTENT_LEFT
*	03.CONTENT_RIGHT
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/


/**-------------------------------------
	01.PROMO
---------------------------------------**/

div#promo
{
	margin-bottom: 63px;
	width: 900px;
	height: 300px;
}


/**-------------------------------------
	02.CONTENT_LEFT
---------------------------------------**/

div#contLeft
{
	float: left;
	margin-bottom: 30px;
	width: 580px;
}

div#recommendArea
{
	width: 580px;
}

div#recommendArea h2
{
	margin-bottom: 25px;
}

div#recommendArea ul li
{
	float: left;
	margin: 0 30px 0 0;
	width: 160px;
}

div#recommendArea ul li span.image a
{
	display: block;
	margin-bottom: 8px;
	padding: 6px;
	width: 148px;
	height: 148px;
	background: url(../common/images/pic_bg_item_tn.gif) no-repeat;
}

div#recommendArea ul li span.image a:hover
{
	background-position: bottom;
}

div#recommendArea ul li span.name
{
	display: block;
	margin-bottom: 25px;
	padding-left: 5px;
	height: 30px;
	font-size: 77%;
	overflow: hidden;
	letter-spacing: 0.05em;
}


/**-------------------------------------
	03.CONTENT_RIGHT
---------------------------------------**/

div#contRight
{
	float: right;
	margin-bottom: 60px;
	width: 300px;
}

div#contRight h2
{
	margin-bottom: 21px;
}

div#blogArea
{
	margin-bottom: 48px;
	width: 300px;
}

div#topicsArea
{
	width: 300px;
}

dl.news
{
	width: 300px;
}

dl.news dt
{
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	width: 6.0em;
	font-size: 77%;
	color: #6E5953;
	font-family: "Trebuchet MS", "Verdana";
}

dl.news dd
{
	margin: 0 0 14px 0;
	padding: 0 0 0 7.4em;
	font-size: 77%;
	letter-spacing: 0.03em;
}


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





