<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{
	min-width: 960px;
	font-size: 14.5px;
	line-height: 160%;
	color: #1b1b1b;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
img{
	line-height: 1;
	font-size: 0;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}
#page{
	border-top:3px solid #BF9A0B;
}
a{
	color: #af840d;
}
a:hover{
	color: #D5AE40;
	text-decoration: none;
}
.container{
	width: 900px;
	margin: 0 auto;
}

#header{
	padding: 0;
}
.bg-h{
	text-align: center;
	background: url(../img/bg-h.gif) repeat-x 0 bottom;
	padding-bottom: 25px;
}
.fwb{
	font-weight: bold;
}
.fz_s{
	font-size: 12px;
	line-height: 150%;
}
.row{
	overflow: hidden;
}
.col-6{
	width: 440px;
	float: left;
}
.panel-body{
	padding:15px 18px;
}
.panel-comment{
	background: url('../img/border.gif') 0 0 no-repeat;
	background-color: #000;
	color: #fff;
	padding-top: 2px;
}
.panel-detail{
	padding: 20px 10px 25px 30px;
}
.panel-comment .comment{
	padding-top: 20px ;
	background: #f5f3ea;
}
.panel-comment .comment h4{
	margin-bottom: 15px;
}
.panel-comment .panel-body{
	padding-top: 2px;
	color: #786730;
}
.outline-body{
	padding: 20px 30px;
	border: 1px solid #ccc;
}

.history ul{
	overflow: hidden;
	margin-left: -5px;
}
.history ul li{
	width: 440px;
	float: left;
}

.lft-cont{
	width: 500px;
}
.rht-cont{
	width: 380px;
}
#listlink {
	padding: 40px 20px;
	height: 100px;
	background: url(../img/listlink_bg.jpg) no-repeat 50% 0%;
	margin-top: 30px;
}
#listlink ul {
	overflow: hidden;
	width: 690px;
	margin: 24px auto 0px;
}
#listlink ul li {
	width: 210px;
	list-style: none;
	float: left;
}

#copyright{
	font-size: 10px;
}</pre></body></html>