/*
css ÆÄÀÏ ÀÛ¼º ½Ã ÁÖÀÇ »çÇ×
1) image ÆÄÀÏ °æ·Î´Â ¹Ýµå½Ã '/' ºÎÅÍ ½ÃÀÛÇØ¾ß ÇÕ´Ï´Ù.
2) ±ÛÀÚ¿Í °ü·ÃµÈ Å©±â´Â em ´ÜÀ§·Î Ç¥½ÃÇÕ´Ï´Ù. 1emÀº ±âº» ±ÛÀÚ Å©±â (±âº» ±ÛÀÚ Å©±â ÁöÁ¤Àº ÃÖ»óÀ§ element¿¡ ÇØ ÁÝ´Ï´Ù)
*/
@import url(/css_blueweb/css_defined_initialization.css);
@import url(/css_blueweb/css_defined_color.css);
@import url(/css_blueweb/css_defined_typography.css);
@import url(/blueweb_menu/css_menu.css);
@import url(/css_blueweb/new_blueweb_footer.css);
@import url(/css_blueweb/main/css_main_defined_color.css);
@import url(/css_blueweb/main/css_main_defined_typography.css);

html { text-align: center; }

body {
	position: relative;
	margin: 0 auto;
	width: 965px;			/* ±âº» ³Êºñ */
}

#bluewebMainLayer
{
	position: relative;		/* bluewebMainLayer À§Ä¡¸¦ ±âÁØÀ¸·Î ¹è¿­ÇÔ */
	width: 965px;			/* ±âº» ³Êºñ */
	font-size: 100%;
	line-height:20px;
	/* ±âº» ±ÛÀÚ Å©±â */
}

#byeMain
{
	width: 963px;

	/* height: 100%;	*/
	border:#dbdbdb solid 1px;
	margin-bottom: 20px;
}

#byeMain h2
{ padding: 0;
}

#bluebye
{
    background-color:#525252;
}

#bluebye li
{
	display: inline;
}

#bluebye h3
{
	padding: 30px 0px 0px 30px;
    
}

#bluebye .img01
{
	position: absolute;
	padding: 15px 0px 0px 30px;
}

#bluebye .img02
{
	position: absolute;
	padding: 15px 0px 0px 468px;
}

#blueByeContent
{
/*
	height:950px;

	*/
}


#bluebye #bluebyeContent2
{
	height:430px;
}
/* tab Area*/

#byeTabArea {
	margin-left:30px;
	width:903px;
	background: url("/img/2009bye_tab_bg.gif") repeat-x ;
	height:40px;
}
#byeTabArea a{
	width:224px;
	height:40px;
	float:left;
	margin-right:10px;
}

