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

	#mainContent {
		background-color: #f4f4f4;
	}
	#mainContentBox {
		color: #000000;
		background: url(../imgs/bg-main_content_box.gif) repeat-x 50% 0;
	}
	#fNav a {
		color: #000000;
	}

	#box01 {
		margin-bottom: 30px;
		padding-bottom: 30px;
		background: url(../imgs/bg-box.gif) repeat-x 0 100%;
	}
	#box01 .fr {
		width: 460px;
	}

	#box02 {
		clear: both;
		margin-bottom: 50px;
		padding-bottom: 20px;
		background: url(../imgs/bg-box.gif) repeat-x 0 100%;
	}

	#box03 .fl {
		width: 306px;
		margin-right: 21px;
		margin-bottom: 25px;
	}
	#box03 .fl.mr00 {
		margin-right: 0;
	}
	#box03 .fl.mb00 {
		margin-bottom: 0;
	}
	#box03 .slides {
		position: relative;
	}
	#box03 .slides_container {
		width: 304px;
		border: 1px #969a99	 solid;
	}
	#box03 .prev,
	#box03 .pagination {
		display: none;
	}
	#box03 a.next {
		display: block;
		position: absolute;
		top: 170px;
		right: 1px;
		width: 103px;
		height: 29px;
		background: url(../imgs/bt-photo.gif) no-repeat 0 0;
		text-indent: -99999px;
		overflow: hidden;
		z-index: 99999;
	}
	#box03 a.next:hover {
		background: url(../imgs/bt-photo_ov.gif) no-repeat 0 0;
	}</pre></body></html>