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

#top{  
        background:#353535 url(../images/bg_header_left.gif) top left no-repeat;
}
#Footer{
        background:#383838 url(../images/bg_footer.gif) top left repeat-x;
}
#contents {
	text-align: left;
	width: 960px;
	margin: 0 auto; padding-top:10px;
}
h2.block_title{
	font-size:14px;
	color:#FFF;
	min-height:21px;
	_height:21px;
	background:url(../images/hd_title.gif) top left repeat;
	border:#434343 solid 1px;
	padding:7px 14px 0px;
	line-height:1.0;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align:-2px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }  

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
