@charset "utf-8";
/* CSS Document */

/* ------------
blockleft
-------------- */
.blockleft {
	width:400px;
	margin:10px auto 0px auto;
	float:left;
	clear:both;
		}
.blockleft h2 {
	font-size:14px;
	display:block;
	margin-top:10px;
	text-align:center;
	}
.blockleft h2 a {
	font-weight:bold;
	text-decoration:underline;
	}
.blockleft h2 a:hover {
	color:#00FF99;
	}
.blockleft p {
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	}
.blockleft h3 {
	font-size:10px;
	text-align:center;
	}
.blockleft h3 a {
	font-weight:bold;
	color:#CCCCCC;
	}
.blockleft h3 a:hover {
	color:#999999;
	}
.blockleft h4 {
	text-align:center;
	}
.blockleft h5 {
	margin-left:30px;
	}
	
	
/* ------------
blockright
-------------- */

.blockright {
	width:400px;
	height:250px;
	margin:10px auto 0px auto;
	padding-top:10px;
	float:right;
		}
.blockright h4 {
	text-align:center;
	}
.blockright h3 {
	text-align:center;
	font-size:18px;
	}
.blockright h5 {
	margin-left:30px;
	}

