@charset "utf-8";

#content h1{
	position:relative;
	width:670px;
	height:150px;
	font-size:14px;
	margin:20px 0;
}
#content h1 span{
	position:absolute;
	width:670px;
	height:150px;
	left:0;
	top:0;
	background:#FFFFFF url("/images/seminar/base/title.gif") left top no-repeat;
}

#content .postlist{
	position:relative;
	margin-bottom:1px;
	font-size:0;
}
#content .postlist li{
	list-style:none;
	padding:2px 2px 24px 2px;
	position:relative;
	margin-top:5px;
	background:#F4F4F4 url("/images/base/bg_list.gif") right bottom no-repeat;
}
#content .postlist h3{
}
/*
#content .postlist h3 a{
	display:block;
	font-size:14px;
	line-height:1.3em;
	height:20px;
	vertical-align:middle;
	background:#FFFFFF url("/images/base/arrow_3.gif") left top no-repeat;
	padding-left:14px;
}
#content .postlist h3 a:hover,
#content .postlist h3 a:active,
#content .postlist h3 a:focus{
	background-position:left bottom;
}*/
#content .postlist img{
	float:left;
	margin-right:5px;
}
#content .postlist .entry{
	padding:2px;
	padding-left:10px;
	font-size:13px;
}
#content .postlist .tags{
	position:absolute;
	bottom:2px;
	left:2px;
	width:500px;
}
#content .postlist .tags a{
	display:block;
	float:left;
	white-space:nowrap;
	background-color:#D7D7D9;
	margin-left:2px;
	padding:2px 2px 0 2px;
	font-size:11px;
}
#content .postlist .tags a:hover,
#content .postlist .tags a:active,
#content .postlist .tags a:focus{
	background:#A1A1A6;
	color:#FFFFFF;
}
#content .postlist .date{
	position:absolute;
	bottom:2px;
	right:15px;
	font-size:12px;
}

