@charset "utf-8";
/* CSS Document */

.box {
    width:400px;
    border:1px solid #fff;
    margin:5px;
    background:#fff;
}

.box_header {
    width:100%;
    height:30px;
    background:#000 url(../images/layout/box_header.jpg) repeat-x;
}

.box_content {
    padding:8px;
}

.clear {
    clear:both;
    width:0;
    height:0;
    font-size:0;
}

.box_article {
	width:136px;
	height:140px;
	float:left;
}

.box_article_img {
	width:120px;
	height:90px;
	text-align:center;
	margin:10px auto;
}
.box_article_title {
	width:120px;
	height:50px;
}

.lister {
	
}
.lister ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.lister li {
	width:100%;
	margin:0;
	padding:0;
	height:22px;
}

.even {
	background:#CADEE7;
}
.odd {
	background:#FFFFFF;
}