@charset "utf-8";

/* CSS Document */



h2{

	width:765px;

	height:32px;

	background:url(../../img/pc/group/h2_blogs.png) no-repeat top left;

	margin:auto;

	border-bottom:1px #9A9A9A solid;

}

* html h2{
		behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
		);
}



ul.blogs{

	width:650px;

	margin:30px auto 5px auto;
	
	position: relative;

}

	ul.blogs li{
		clear:both;
		margin:40px auto;
	}

	ul.blogs dl{
		font-size:90%;
	}
	
		ul.blogs dl dt{
			display:none;
		}
	
		ul.blogs dl dd{
			margin-left:250px;
		}
		
		ul.blogs dl dd.banner{
			float:left;
			display:inline;
			width:235px;
			margin-left:0px;
		}
		
		ul.blogs dl dd.title{
			font-weight:bold;
		}


.paging{
	clear:both;
	text-align:center;}

.paging .disabled{
	font-size:90%;}
