@CHARSET "UTF-8";
.list_container .header {
	padding-bottom:5px;
	border-bottom:solid 1px #4d4d4d;
	margin-bottom:5px;
	font-size:15px;
}
.list_container .header strong {
	font-size:15px;
}
.list_container .body {

}
.list_container .body .entry {
	margin-top:10px;
	border-bottom:dotted 1px #000;
	height:110px;
}
.list_container .body .last {
	border-bottom:0px;
}
.list_container .body .entry .image {
	cursor:pointer;
	float:left;
	position: relative;
	background-repeat:no-repeat;
	overflow:hidden;
	border:0px;
}
.list_container .body .entry .image img {
	width:110px;
	height:80px;
}
.list_container .body .entry .content {
	margin-left:140px;
}
.list_container .body .entry .content .description {
	height:85px;
	overflow:hidden;
}
.list_container .body .entry .content .description .headline,
.list_container .body .entry .content .description .headline a {
	font-weight:bold;
	margin-bottom:5px;
	font-size:13px;
}
.list_container .body .entry .content .info {
	margin-top:5px;
}
.list_container .footer {
	margin-top:5px;
}
.list_container .notice {
	margin:10px 0px;
	background:url(../gfx/notice.gif) repeat-x left top;
	padding:5px;
}
.list_container .notice, .list_container .notice * {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.list_container .notice span {
	float:left;
	font-size:80px;
	line-height:65px;
	margin-right:5px;
}

/* pager */
.pager {
	padding-top:10px;
	line-height:20px;
}
.pager ul {
	float:left;
}
.pager li {
	float:left;
	list-style-type: none;
	list-style-position: outside;
	padding:0px;
	margin:0px;
	cursor:default;
	height:21px;
	line-height:20px;
}
.pager li.navi {
	margin-left:3px;
}
.pager li.text {
	padding:1px 3px;
	font-weight:bold;
}
.pager li.active {
	padding:1px 3px;
	font-weight:bold;
	text-decoration:underline;
}
.pager li.site a.site_href {
	padding:3px 3px;
	text-decoration:none;
	vertical-align:middle;
	outline:0px;
}
.pager li.site a.site_href:hover {
	font-weight:bold;
	background:#EFEFEF;
}


/* offset */
.offset_spacer {
	height:5px;
	background:#00844E;
	margin-top:40px;
	margin-bottom:10px;
}
.offset_header {
	font-weight:bold;
	color:#00844E;
	font-size:12px;
	margin-bottom:5px;
	padding-bottom:5px;
}
