h1, h2 ,h3 {
	margin: 0px;
	padding: 0px;
}
#topimenu {
	float: right;
}
#topimenu a {
	background-color: #FF33CC;
	display: block;
}
#topimenu a:hover {
	background-color: #CCCCCC;
}
#news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 334px;
}
.news_body {
	margin: 0px;
	padding: 5px;
}
.news_title {
	font-size: 14px;
	font-weight: bold;
	background-image: url(news_titpoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	margin-bottom: 3px;
}
.news_text {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 10px 12px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
#other {
	margin: 0px;
	padding: 30px 0 0 0;
	float: right;
	width: 214px;
}
#other .midashi {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(img/midashiback.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 2px 0 2px 10px;
	margin-bottom: 5px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}
li {
	margin: 0px;
	padding: 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.topibottom {
	clear: both;
}

