/* ------------ ¿ÜºÎÆÄÀÏ È£Ãâ ------------ */
@import url(body.css);				/*  body  */
@import url(layout.css);			/*  Page Layout  */
@import url(link.css);				/*  link  */

/* ¡Ú¡Ú¡Ú Main Flash ¡Ú¡Ú¡Ú */
.visual {
	height:489px;
	vertical-align:top; 
	text-align:center; 
	background:url(/images/main/menu_bg.jpg) bottom left repeat-x; 
}


/* ¡Ú¡Ú¡Ú Contents ¡Ú¡Ú¡Ú */
.contents	{
	background-color:#f8f8f8;
	vertical-align:top; 
}

.contents .con_item	{
	width:250px;
	padding:20px;
	vertical-align:top; 
}


/* what's New */
#notice {width:250px; height:130px; margin:20px 0px 0px 0px; padding:0px; }
#notice li {width:250px; list-style:none; text-align:justify; }
#notice .title {
	height:40px;
	vertical-align:top; 
}
#notice .list {
	width:250px;
	height:22px;
	text-overflow:ellipsis; 
	overflow:hidden;
}

/* Wanted!! */
#wanted			{position:relative; width:250px; height:130px; margin:20px 0px 0px 0px; padding:0px; background:url(/images/main/wanted_bg.jpg) top left no-repeat; }
#wanted li		{position:absolute; text-align:justify; text-overflow:ellipsis; overflow:hidden;  }
#wanted .subj	{top:20px; left:10px; width:240px; height:22px; color:#ffffff; font-weight:bold; }
#wanted .con1	{top:49px; left:80px; width:175px; height:30px; color:#64af0a; vertical-align:top; font-weight:bold; Letter-Spacing:-1; }
#wanted .con2	{top:70px; left:15px; width:235px; height:78px; color:#888888; text-overflow:ellipsis; overflow:hidden; }
#wanted .btn	{top:107px; left:184px; width:62px; height:20px; background-color:#f8f8f8;  text-align:right; }



/* ¡Ú¡Ú¡Ú Navigation ¡Ú¡Ú¡Ú */
.navigation {
	height:80px; 
	text-align:center; 
}


/* ¡Ú¡Ú¡Ú FOOT ¡Ú¡Ú¡Ú */
.foot {
	height:45px; 
	background-color:#FFFFFF; 
	text-align:center; 
	vertical-align:bottom; 
}
















