#main #news {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 620px;
}
#main  .newstext {
	width: 600px;
	padding-left: 20px;
}
.newstext  .newsttl {
	font-size: 120%;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/wttbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
	height: 26px;
	vertical-align: middle;
	padding-top: 3px;
}
.newstext  .newshonbun {
	border: 1px solid #999999;
	padding: 10px 15px 15px;
	margin-top: 0px;
}
#main  #newssidebar {
	float: right;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newssidebar .new_category h2 {
	color: #FFFFFF;
	background-image: url(../images/category_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10.5pt;
	padding-left: 10px;
	height: 26px;
	vertical-align: middle;
	padding-top: 4px;
}
.new_category .new {
	color: #FF3300;
	font-weight: bold;
}

#newssidebar .new_category ul {
	list-style: none;
}
#newssidebar .new_category li {
	padding-left: 15px;
	background-image: url(../images/lilibg.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	line-height: 1.4em;
	margin-bottom: 5px;
	height: auto;
	display: block;
	border: 1px dotted #999999;
}
#newssidebar .new_category li a {
	text-decoration: none;
	display: block;
}
#newssidebar .new_category li a:hover {
	text-decoration: underline;
}
#newssidebar .new_category li li {
	margin: 0px 0px 0px -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/lilibg.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

