#news {
	clear: both;
	height: 100%;
	width: 620px;
	font-size: 0.9em;
	text-decoration: none;
}
#news ul{
	width: 100%;
}

#news li{
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	clear: left;
	list-style-type: none;
	background-position: left center;
	width: 100%;
	text-indent: 1em;
	padding-top: 13px;
	padding-bottom: 7px;
}
#news li a{
	color: #333;
	text-decoration: none;
}
#news li a:hover{
	color: #060;
}

/* 過去のニュース一覧へのリンク部分 */
#previous-news{
	width: 600px;
	text-align: right;
	padding-right: 20px;
	margin:0;
}

#previous-news a {
	color: #333;
	text-decoration: none;
}

#previous-news a:hover {
	color: #060;
}

/* pre-news.html用の指定 */
div.preBox {
	clear: both;
	width: 745px;
	margin: 0 auto;
}

div.preBox ul {
	list-style: none;
	width: 735px;
	margin: 0;
	padding: 0;
}

div.preBox ul li {
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	clear: left;
	background-position: left center;
	text-indent: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* newsboard.cgiのnews.html用の指定 */
#newsBg {
	background-image: url(../images/common_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	height: 100%;
	width: 835px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 15px;
}

.newsBox{
	position:relative;
	background-color:#FFFFFF;
	width:700px;
	height:100%;
	margin:0px auto;
	padding-top:25px;
}

p.news{
	width:600px;
	text-align:right;
	margin:15px auto;
}

div.center{
	border:#C0C0C0 1px solid;
	position:relative;
	width:230px;
	margin:5px auto;
	padding:10px 15px;
}
.popTxt {
	list-style:none;
	height: 100%;
	width: 590px;
	margin:5px auto;
	border:#C0C0C0 1px solid;
	padding:5px
}
.popTxt li {
	width:590px;
	list-style:none;
}
.newsBox .news_date{
	text-align:right;
	font-size:xx-small;
	padding-right:5px;
}
.newsBox .news_headline{
	text-align:left;
	font-size:small;
	font-weight:bold;
	margin:5px 0px;
}
.newsBox .news_comment{
	text-align:left;
	font-size:x-small;
	line-height:1.5em;
}

