.newsPage{
	font-size:80%;
}
.newsPage #archiveTitle{
	font-size:110%;
}
.newsPage .entry{
	width:620px;
	background:url(../images/news/waku_bottom.gif) no-repeat left bottom;
}
.newsPage .entry .entryHeader{
	background:url(../images/news/waku_top.gif) no-repeat 0 0;
	padding-top:20px;
}

.newsPage .entry .entryHeader .entryTitle{
	margin:0 20px;
	background:#FFFAE1;
	border-left:4px solid #FBBA22;
	border-bottom:2px solid #FBBA22;
	color:#494949;
	padding:5px;
	font-size:110%;
}
.newsPage .entry .entryFooter{
	text-align:right;
	margin:20px;
	color:#444;
}
.newsPage .entry .entryBody{
	margin:20px;
	color:#494949;
}
.newsPage .toTop{
	text-align:right;
	margin-bottom:15px;
}


.list{
	width:200px;
	margin-bottom:15px;
	margin-left:10px;
	padding:10px 0;
	font-size:80%;
	border:1px solid #FB9F55;
	background:#FB923C;
}
.list h2{
	color:#fff;
	font-size:100%;
	margin:0 10px 10px;
}
.list form{
	margin:0 10px;
}
.list ul{
	margin:0 10px;
	text-align:left;
	padding-left:0;
}
.list ul li{
	background:url(../images/news/ico_arrow001.gif) no-repeat 0 0;
	list-style-type:none;
	padding-left:10px;
	color:#fff;
	margin-bottom:5px;
	text-align:left;
}
.list a{
	color:#fff !important;
}
.list a:hover{
	background:#FBB659 !important;
	text-decoration:none;
}