<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.top_content {
	padding:0 0 46px 0;
	margin:0 0 48px 0;
	background:url(../../common/img/border01.jpg) left bottom repeat-x;
}

.top_content02 {
	width:440px;
	float:left;
	overflow:hidden;
}
	.top_content02 dl {
		overflow:hidden;
	}
	.top_content02 dt {
		float:left;
	}
	.top_content02 dd {
		padding:0 0 0 16px;
		float:left;
		width:204px;
	}
	.top_content02 dd h3 {
		padding-bottom:7px;
	}

.top_contentleft {
	width:480px;
	float:left;
	overflow:hidden;
}

.top_contentright {
	width:400px;
	float:right;
	overflow:hidden;
}
.top_contentright dl {
	overflow:hidden;
}
.top_contentright dt {
	float:left;
}
.top_contentright dd {
	padding:0 0 0 16px;
	float:right;
	width:184px;
}
.top_contentright dd h3 {
	padding-bottom: 0;
}

.top_contentright a {
	color: #323232;
	text-decoration: none;
}

.top_contentright a :hover {
	cursor: pointer;
}</pre></body></html>