<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents {
	width: 900px;
}
#main_video {
	width: 900px;
	height: 600px;
	padding-bottom: 33px;
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#list {
	width: 900px;
	margin-bottom: 30px;
	background-image: url(../img/work_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #242424;
	color: #FFFFFF;
	clear: both;
}


.float-clear {
	clear: both;
}
#header h1 {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 900px;
	text-indent: -9999px;
}
table {
	width: 700px;
}
.list_table {
	width: 700px;
	margin-left: 30px;
	margin-top: 20px;
}


th{
	text-align: left;
	font-weight: normal;
	width: 15%;
}

th,td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
</pre></body></html>