/*###
##### [top page setting]
###*/

.top_center_image {
	margin-top: 1px;
	margin-bottom:15px;
	border-bottom:4px solid #bcbcbc;
	width: 772px;
	height: 141px;
}

.top_content_block {

	margin: 0px;
	width: 610px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#bcbcbc;
	border-collapse:separate;
	border-spacing:1px;
}

.top_content_block div.border_right {
	float:left;
	width:300px;
	height:150px;
	padding:6px 2px;
	border-top:1px dotted #bcbcbc;
	border-right:1px dotted #bcbcbc;
/*	border-bottom:1px dotted #bcbcbc; */
}

.top_content_block div.border_bottom {
	float:left;
/*	width:300px;*/
	width:610px;
	margin-bottom:20px;
/*	height:200px;*/
	border-right:1px dotted #bcbcbc;
	border-bottom:1px dotted #bcbcbc;
}

.top_content_block_img {
	float: left;
	width: 63px;
	height: 63px;
	margin-right:6px;
}

.top_content_text {
	float:left;
	width:220px;
	font-size: 11px;
	line-height: 13px;
}

.top_content_text span {
	display:block;
	font-weight:bold;
	margin-bottom: 7px;
	padding: 1px 0px 1px 10px;
	background-image: url("../../images/top_content_title.gif");
}

.bottom_margin {
	display : none;
}


