<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================================================
ã‚»ãƒŸãƒŠãƒ¼ãƒ—ãƒ¬ãƒ“ãƒ¥ãƒ¼
===================================================================*/
#hikaku_top {
	width: 740px;
	font-size: 150%;
	letter-spacing: .25em;
	font-weight: bold;
	background-image: url(../images/hikaku_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin-top: 20px;
}

#hikaku_middlebox {
	width: 740px;
	background-image: url(../images/hikaku_bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#hikaku_middle {
	width: 740px;
	background-image: url(../images/hikaku_middle.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#hikaku_middle p {
	text-align: justify;
}

#hikaku_top_l,#hikaku_top_r,.hikaku_middle_l,.hikaku_middle_r {
	width: 310px;
	padding-left: 15px;
	padding-right: 15px;
}
#hikaku_top_l {
	float: left;
	color: #17A7DE;
}
#hikaku_top_r {
	float: right;
	color: #FF0000;
}
.hikaku_middle_l {
	clear: both;
	float: left;
	padding-top: 15px;
}
.hikaku_middle_r {
	float: right;
	padding-top: 15px;
}

#hikaku_btm {
	clear: both;
	width: 740px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/hikaku_btm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
}

#hikaku_btm hr {
	display: none;
}

.hikaku_tit {
	font-size: 105%;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 3px;
}
.hikaku_middle_l .hikaku_tit {
	color: #648CBC;
}
.hikaku_middle_r .hikaku_tit {
	color: #E47B61;
}

/*==================================================================
ã‚¯ãƒªã‚¢
===================================================================*/
.clear {
	width: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

.clear hr {
	display: none;
}</pre></body></html>