@charset "utf-8";

/* TOP.CSS  */


/*--------------------------------------
*	
*	01.itemArea
*	02.topicsArea
*
*--------------------------------------*/


/**-------------------------------------
	01.itemArea
---------------------------------------**/

#topItem
{
	margin: 0 0 20px 5px;
	padding: 20px 0 30px;
	background: url(../images/top_line.jpg) bottom left no-repeat;
}

#topItem p
{
	float: left;
	margin: 0;
	padding: 0;
	width: 415px;
}

/**-------------------------------------
	02.topicsArea
---------------------------------------**/


#topLeft
{
	float: left;
	clear:left;
	margin: 0;
	padding: 0;
	width:550px;
}

#topTopics,
#topBlog
{
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: url(../images/topics_bg.jpg) bottom left no-repeat;
	width:550px;
}

#topTopics dl,
#topBlog dl
{
	margin: 0;
	padding: 0 25px 25px;
	width: 490px;
}

#topTopics dt,
#topBlog dt
{
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 90px;
}

#topTopics dd,
#topBlog dd
{
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 350px;
}

#topRight
{
	float: left;
	margin: 10px 0 0;
	padding: 0;
	width: 290px;
}

.topBnr
{

}

.topIntro
{
	margin: 0;
	padding: 0 20px 20px;
	width: 250px;
	background: url(../images/topintro_bg.jpg) bottom left no-repeat;
}



