@charset "utf-8";
@import "../../css/common.css";

#container #main .newsItem{
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 0 30px 0;
	background:url(../images/dotborder_date.gif) no-repeat 0 5px;
}
* html #container #main .newsItem{
	height:10px;
	overflow:visible;
}
#container #main .newsItem strong.itemDate{
	padding-right:5px;
	background-color:#FDFDF7;
	font-size:1.1em;
	font-weight:bold;
}
#container #main .newsItem .itemText{
	float:left;
	overflow:hidden;
	width:240px;
	margin:5px 0 0 0;
}
#container #main .newsItem .itemText h3{
	margin:0 0 20px 0;
	font-size:1.2em;
	font-weight:bold;
}
#container #main .newsItem .itemText p{
	margin:0 0 10px 0;
}
#container #main .newsItem .itemText dl dt,
#container #main .newsItem .itemText dl dd,
#container #main .newsItem .itemText ul li{
	color:#E95383;
}
#container #main .newsItem .itemText dl dt{
	font-weight:bold;
}
#container #main .newsItem ul.itemImg{
	float:right;
	overflow:hidden;
	width:262px;
	margin:5px 0 0 0;
}
* html #container #main .newsItem ul.itemImg{
	width:268px;
}
#container #main .newsItem ul.itemImg li{
	float:left;
	margin:0 0 5px 5px;
	line-height:100%;
}
#container #main .newsItem ul.itemImg li img{
	vertical-align:bottom;
}
#container ul#pageLink{
	position:relative;
	overflow:hidden;
	background:url(../images/dotborder_bottom.gif) no-repeat;
	padding:20px 0 0 40px;
	margin:0 0 0 0;
}
* html #container ul#pageLink{
	height:10px;
	overflow:visible;
}
#container ul#pageLink li{
	float:left;
	margin:0 20px 0 0;
}


