@charset "utf-8";
/* CSS Document */

div.left_area	{
	width:400px;
	height:500px;
	float:left;
}

div.right_area	{
	width:400px;
	height:500px;
	text-align:center;
	float:left;
}

div.information
{
	width:400px;
	height:205px;
	background-image:url(../images/contents/top/infor_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

div.information_txt
{
	margin:40px 30px 10px 80px;
	text-align:left;
}

DIV.main_area
{
	background-image:url(../images/contents/top/top_image.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:800px;
	height:500px;
}

/* set top of the page */
DIV.head_area		{
	background-image:url("../images/contents/top/top_header.png");
	width:800px;
	height:50px;
}


/* set bottom of the page */
DIV.foot_area		{
	background-color:#000000;
	background-image:url("../images/contents/top/top_footer.png");
	background-repeat:no-repeat;
	width:800px;
	color:#FFFFFF;
}

/* for banner */
div.banner_area
{
	height:240px;
	width:180px;
	background-image:url("../images/contents/top/friends_bg.png");
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
}

div.banner_cont
{
	width:120px;
	text-align:right;
	margin:50px 30px auto 30px;
	text-align:center;
}

/* copy right */
div.copyright_area{
	width:560px;
	height:30px;
	float:left;
	text-align:right;
}

div.copyright{
	text-align:right;
	margin:10px 10px auto auto;
}


div.slideshow_bg
{
	width:570px;
	height:240px;
	background-image:url(../images/contents/top/slide_bg.png);
	margin:0px 15px 0px 15px;
	float:left;
	background-position:right top;
	background-repeat:no-repeat;
}

div.slideshow
{
	width:200px;
	text-align:center;
	margin:45px 17px auto auto;
}