
body{
 width:400px;
	background:#999;
	margin:0 auto;
	text-align:center;
}
#news-window{
 width:400px;
	background:#999;
	text-align:center;
}

h1{
	margin:10px 0 5px;
	padding:0;
}
#news-navi{
	width:360px;
	margin-left:20px;
}
*html #news-navi{
	margin-left:0;
}
.news-back a{
	background:url(../img/news/news_back.gif) no-repeat 0 0;
	height:13px;
	width:88px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.news-no-back{}
.news-next a{
	background:url(../img/news/news_next.gif) no-repeat right 0;
	height:13px;
	width:83px;
	display:block;
	float:left;
	margin-left:20px;
	margin-bottom:5px;
}
.news-no-back{
	height:13px;
	width:88px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.news-no-next{
	height:13px;
	width:83px;
	display:block;
	float:left;
	margin-left:20px;
	margin-bottom:5px;
}

.news-close a{
	background:url(../img/news/news_close.gif) no-repeat 0 0;
	height:13px;
	width:51px;
	display:block;
	float:right;
	margin-bottom:5px;
}
.news-back a:hover,
.news-close a:hover{
	background-position:0 -13px;
}
.news-next a:hover{
	background-position:right -13px;
}
a img{
	border-width:0;
}
#news-body{
	clear:both;
	width:360px;
	min-height:200px;
	background:#fff;
	border:solid 1px #d1c57e;
	margin:0 0 10px 20px;
	text-align:left;
}
*html #news-body{
	margin-left:0;
}
h2{
	margin:10px 10px 0;
	font-size:100%;
	color:#c1131e;
	font-weight:normal;
}
h3{
	margin:0 10px 10px;
	padding-bottom:10px;
	font-size:80%;
	color:#666;
	font-weight:normal;
	border-bottom:solid 1px #666;
}
p{
	margin:10px;
	font-size:90%;
}
.news-img{
	margin:5px;
	width:120px;
	height:96px;
	float:left;
	background:url(../kanri/img/no.gif) no-repeat 0 0;
}
#news-logo{
	text-align:center;
	margin:0 auto;
}