
/*------------トップイメージ------------*/
#topimage {
	height:185px;
	margin:0 auto;
	background: url(images/topimage_enkaku_00.jpg) no-repeat scroll center top;
}

table {
	clear:both;
	width:660px;
	margin:0 0 20px 5px;
	color:#4D4B4B;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1px;
	border-collapse:collapse;
}
table th {
	font-weight:normal;
	font-size:12px;
	height:26px;
	border:solid 1px #D5D5D5;
	background-color:#D5E6F5;
	width:150px;
}
table td {
	font-size:12px;
	height:26px;
	line-height:12px;
	border:solid 1px #D5D5D5;
	text-align:left;
	padding:8px;
	line-height:14px;
}







/* clear --------------------   */

.clear{
	clear: both;
}

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

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}


