@charset "utf-8";

/* CSS Document */
.contentleft {
	margin:5px 0 5px 0 ;
	padding:0px;
	border:0px;
	float: left;
	height: auto;
	width: 365px;
}
.contentright {
	margin:5px 0 5px 0 ;
	padding:0px;
	border:0px;
	float: right;
	height: auto;
	width: 365px;
}
.contentleft .button{
	margin:5px 0 5px 0 ;
	padding:0px;
	border:0px;
	float: right;
	width: 365px;
}

.contentleft .text{
	clear:both;
}
.contentleft .date{
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

.contentleft .extend{
	height: auto;
	padding: 0 0 0 75px;
}

h2{
	font-size:20px;
	font-weight:bold;
	color:#666666;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0 0 10px 0;
}


