@charset "utf-8";
/* CSS Document */



/**================================= FlashArea Setting =================================**/

#flashArea {
	margin				:	0 auto;
	width				:	900px;
}

#flashArea img {
	vertical-align		:	bottom;
}

/**================================= contentsArea Setting =================================**/

#topContents {
	background			:	url(../images/common/bg_btm.gif) no-repeat left bottom;
	padding				:	26px 35px 50px 32px;
	width				:	845px;
}

#topContents .leftArea {
	float				:	left;
	padding-top			:	10px;
	width				:	506px;
}

#topContents .leftArea li {
	float				:	left;
	font-size			:	1px;
	margin-bottom		:	13px;
	width				:	240px;
}

#topContents .leftArea li img {
	vertical-align		:	bottom;
}

#topContents .rightArea {
	float				:	right;
	width				:	339px;
	padding-top			:	10px;
}

#topContents .rightArea ul {
	margin-bottom		:	8px;
	text-align			:	right;
}

#topContents .rightArea li {
	background			:	url(../images/common/footlink_sepa.gif) no-repeat 6px center;
	display				:	inline;
	font-size			:	.62em;
	padding				:	2px 0 2px 16px;
}

#topContents .rightArea li.firstCont {
	background			:	none;
	padding-left		:	0;
}

#topContents .rightArea li a {
	color				:	#333;
	text-decoration		:	none;
}

#topContents .rightArea li a:hover {
	color				:	#F00;
	text-decoration		:	underline;
}

#topContents .rightArea .copy {
	font-size			:	.62em;
	text-align			:	right;
}






