/* box */
.box {
	border:1px solid #e5e1a9;
	padding:4px;
	background:#fffeee;
	}
.box .first {margin:14px 0 10px 22px}
ul.news {
	border-top:1px solid #e6e2ab;
	width:100%;
	overflow:hidden;
	}
ul.news li {
	border-bottom:1px solid #e6e2ab;
	width:100%;
	overflow:hidden;
	padding:12px 0 6px 0;
	}
ul.news li p {margin:0 0 0 22px;}
ul.news img {float:right;margin:0 17px 0 20px;display:inline;}
p.bullet {
	text-indent:10px;
	background:url(../i/bullet.gif) no-repeat 0 4px;
	}
