/*******************************************************
	for TOP ( index.html )
 *******************************************************/

div#topImegeGallery{
	width: 692px;
	height: 326px;
	overflow: hidden;
	margin-left: -4px;
}

div#topImegeGallery img{
	width: 692px;
}

/*******************************************************
	for WHAT'S NEW ( index.html )
 *******************************************************/

div#footer{
	background: rgb(0,0,0); /* IE6, 7, and NOT alpha Channel Support Browser */
	background: rgba(0,0,0, 0.85);
	color: #FFF;
	width: 702px;
	padding: 10px 20px;
	margin: 15px auto 10px;
	overflow: hidden;
}


/* link */

ul#link{
	width: 250px;
	_width: 245px;
	float: left;
}

ul#link li{
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

ul#link li a{
	height: 50px;
	line-height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

ul#link li.menu00{
	height: 17px;
	line-height: 17px;
	margin-bottom: 3px;
}

ul#link li.menu00 > h3{
	font-weight: bold;
	font-size: 110%;
	margin: 0px 0px 2px;
}

ul#link li.menu01 a{
	width: 135px;
	background-image: url('../img/top/banner_sugofficial.jpg');
}

ul#link li.menu02 a{
	width: 108px;
	background-image: url('../img/top/banner_malko.jpg');
}

ul#link li.menu03 a{
	width: 165px;
	background-image: url('../img/top/banner_psc.jpg');
}

/* news */

div#news{
	width: 450px;
	overflow: hidden;
	_zoom: 1;
}

div#news > h3{
	font-weight: bold;
	font-size: 110%;
	margin: 0px 0px 2px;
}

div#news_wrapper{
	width: 425px;/*425+6*/
	height: 100px;
	padding: 7px;
	overflow: auto;
	background-color: #000;
	color: #FFF;
	border: 3px solid #363636;
}

div#news_wrapper div.item_wrapper{
	width: 400px;
}

div#news_wrapper div.item_wrapper h3{
	float: left;
}
div#news_wrapper div.item_wrapper p.news_detail{
	overflow: hidden;
	_zoom:1;
	padding-left: 5px;
}
