<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#sab {
	float: left;
	width: 360px;
	background: no-repeat center center;
	padding: 50px 20px;
}
#contents {
	background: url(../img/bg_work.jpg) no-repeat 100px 400px;
}

#sab p {
	text-indent: 1em;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.right {
	text-align: right;
}

#main {
	float: right;
	width: 570px;
	margin-top: 50px;
	background: url(../img/bg_video.jpg) no-repeat right top;
}
#main p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#main table {
	margin-top: 50px;
}


#main td {
	padding: 7px;
	border: 1px solid #030;
}
.tihou {
	background: #EFFDCC;
	text-align: center;
	font-weight: bold;
}
#footer {
	clear: both;
}
#footer {
	margin-top: 20px;
	padding: 20px;
	text-align: right;
	background: #030;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
</pre></body></html>