@charset "utf-8";
/* CSS Document */

#table
{
width:100%;
}

td.news_left_top
{
width:20px;
height:38px;
background-image:url(../images/news_top_left.jpg);
}

td.news_left_mid
{
width:20px;
background-image:url(../images/news_left_mid.jpg);
}

td.news_left_bottom
{
width:20px;
height:29px;
background-image:url(../images/news_bottom_left.jpg);
}

td.news_right_top
{
	width:20px;
	background-image:url(../images/news_top_right.jpg);
	background-position: right;
	height: 38px;
}

td.news_bottom_mid
{
	height:29px;
	background-image:url(../images/news_bottom_mid.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.news_mid_mid
{
background-image:url(../images/news_mid_mid.jpg);
}

td.news_top_mid
{
height:38px;
background-image:url(../images/news_top_mid.jpg);
background-repeat:repeat;
min-width:500px
}

td.news_right_mid
{
	width:20px;
	background-image:url(../images/news_right_mid.jpg);
	background-position:right;
}
td.news_bottom_right
{
	background-image:url(../images/news_bottom_right.jpg);
	width: 87px;
}

td.news_mid_mid2
{
	width:87px;
	background-image: url(../images/news_right_mid.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
