@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;
}

.button02 {
	margin: 10px 0 20px 205px;
	clear: both;
}

.button02 a:link {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	padding: 4px 30px;
	border: 1px solid #FF9900;
	background-color:#FFFF99;
}
.button02 a:visited {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	padding: 4px 30px;
	border: 1px solid #FF9900;
	background-color:#FFFF99;
}
