<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 {
}

#wrapper {
	background: url(../img/bg.png) repeat-x #cbcbcb;
	width: 100%;
	min-height: 780px;
	position: relative;
}
.container {
	width: 989px;
	margin: auto;
	display: none;
}

h1 {
	margin: 0;
	padding: 30px 0 45px 0;
	text-align: center;
}

#navi {
	width: 186px;
	float: left;
}
#navi li {
	width: 186px;
	height: 190px;
}
#navi li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
#navi .item01 {
	background: url(../img/navi_01.jpg) no-repeat;
}
#navi .item02 {
	background: url(../img/navi_02.jpg) no-repeat;
}
#navi .item03 {
	background: url(../img/navi_03.jpg) no-repeat;
}
#navi .item04 {
	background: url(../img/navi_04.jpg) no-repeat;
}
#navi a:hover,
#navi .active {
	background-position: 0px -190px;
}

#main {
	background: url(../img/content_bg.png) repeat-y left top;
	width: 803px;
	float: left;
	margin-bottom: 20px;
}
#main .frame {
	background: url(../img/content_bottom.png) no-repeat left bottom;
	padding-bottom: 30px;
}
#main h2 {
	margin: 0 0 10px 0;
}
#main .album {
	display: none;
}
#main .list {
	margin: 0 30px 0 20px;
}
#main .list h3 {
	margin-bottom: 5px;
}
#main .list .left {
	float: left;
	margin-right: 35px;
}
#main .list .right {
	float: left;
}
#main .list table {
	border-bottom: #bebebe 1px solid;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 358px;
}
#main .list table th {
	vertical-align: middle;
	width: 140px;
}
#main .list li {
	font-size: 14px;
	line-height: 1.2em;
	padding: 5px 0;
}</pre></body></html>