/*========================================
	1:elements
========================================*/
/* 1-1 nabigation bar */
#nab{
	background: url(../img/top_bar.jpg) repeat-x;
}
/* 1-2 flash */
#fla{
	text-align: center;
	width: 580px;
	height: 250px;
}
#wrapper{
	text-align: center;
}
/* 1-3 NEWS */
#cont #news{
	width: 580px;
	text-align: left;
}
#cont #news #ntit{
	display: block;
	text-indent: -10000px;
	background: url(../img/news_tit.jpg) no-repeat;
	width: 580px;
	height: 25px;
	border: 0px;
	margin: 5px 0px 0px 0px;
}
#cont #news ul{
	width: 580px;
	list-style: none;
}
#cont #news ul li{
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 0px 20px;
	background: url(../img/pict00.gif) no-repeat;
}
#cont #news ul li.hot{
	background: url(../img/pict_new.gif) no-repeat;
}
/* 1-3 Right bar heigt*/
#right #rcont{
	height: 500px;
}