
/* INDEX  CSS */

.Main
{
	width: 100%; 
	table-layout:fixed;
}
.Main .Outline
{
	width:100%;
}
.Main .ContentFrame
{
	text-align:center;
	background:url('../images/common/maintitle_bg.gif') no-repeat center top;
	padding-top:18px;
	padding-right:100px;
}
.Main .ContentFrame .Outline
{
	width:830px;
	table-layout:fixed;
}
.Main .tab
{
	background: url('../images/etc/maintab_bg.gif') repeat-x top;
	vertical-align:top;
}
.Main .tab .Outline
{
	width:100%;
	height:21px;
}
.Main .bbs
{
	padding-top:5px;
}
.Main .bbs .bg
{
	background:url('../images/common/mainbullet_01.gif') no-repeat 0px 8px;
	height:21px;	
	padding:0px 0px 0px 8px;
}
.Main .bbs .Text
{
	font:12px Dotum;
	letter-spacing:-1px;
	width:205px;
	height:12px;
	text-overflow : ellipsis;
	overflow : hidden;
}
.Main .bbs .Text a
{
	text-decoration:none;
	color:#595959;
}
.Main .bbs .date
{
	font:10px tahoma;
	color:#999999;
	padding:0px 0px 2px 5px;
	
}



