@charset "UTF-8";
/* CSS Document */
#leftCol #leftNav{
	padding-top: 4px;
}
#leftCol #leftNav h2{
	margin: 4px 0 15px;
}
#leftCol #leftNav .bnr{
	margin-top: 5px;
}
#rightCol h1{
	margin-bottom: 15px;
}
.entry{
	padding: 0 0 10px 110px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cbcbcb;
	line-height: 1.5;
	clear: both;
}
.exhibition{
	background: url(../img/new/mark_exhibition.jpg) no-repeat left 3px;
}
.info{
	background: url(../img/new/mark_info.jpg) no-repeat left 3px;
}
.product{
	background: url(../img/new/mark_newitem.jpg) no-repeat left 3px;
}
.online{
	background: url(../img/new/mark_online.jpg) no-repeat left 3px;
}
.update{
	background: url(../img/new/mark_update.jpg) no-repeat left 3px;
}
.pagetop{
	margin-bottom: 20px;
}
.entry dl dt{
	width: 90px;
	float: left;
}
.entry dl dd{
	margin-left: 90px;
}
#pager{
	clear: both;
	text-align: center;
}
#pager span.current,
#pager span a{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	border: 1px solid #80c5cc;
	padding: 6px 10px;
}
#pager span a{
	text-decoration: underline;
	background-color: #ebfdff;
	color: #009495;
}
#pager span a:hover{
	text-decoration: none;
}
#pager span.current,
#pager span a:hover{
	background-color: #009495;
	color: #fff;
}
#pager span#next{
	margin-right: 0;
}