<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: #f2ece2;
	color:#000000;
	font-size: 15px;
	line-height: 1;
	margin: 0;
	padding:0;
	width:100%;
}

a, a:link, a:hover, a:visited {
	color: #999999;
}

#top_container {
	background-color: #f2ece2;
	width: 100%;
	margin: 0;
}

.hisshou {
	background-color: #ffffff;
	border: #d0ae73 solid 1px;
	margin: 0 5px 15px;
	padding: 10px 5px;
	text-align: center;
}

.hisshou a {
	text-decoration:none;
}

.hisshou img {
	margin: 5px auto;
}

.hisshou p {
	padding-top: 10px;
	padding-bottom: 7px;
	text-align: left;
	border-bottom: #d0ae73 solid 1px;
	line-height: 1.4;
	font-size: 13px;
}

.hisshou ul {
	text-align: left;
}

.hisshou ul li {
	background: url(../../img/soltimes09/btn.png) no-repeat scroll right center;
	background-size: 30px;
	border-bottom: #d0ae73 solid 1px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 13px;
	line-height: 1.2;
}

.photo {
	background-color: #ffffff;
	border: #d0ae73 solid 1px;
	margin: 15px 5px;
	padding: 15px 5px 10px;
	text-align: center;
}

.photo p {
	margin: 10px 5px 0;
	padding: 0 5px;
	text-align: left;
	line-height: 1.4;
}

.photo a {
	text-decoration:none;
}

.photo ul {
	display: table;
	text-align: center;
	margin: 5px auto;
}

.photo ul li {
	display: table-cell;
	text-align: center;
	width: 50%;
}

.photo_01 {
	background-color: #ffffff;
	border: #d0ae73 solid 1px;
	margin: 0px 5px 15px;
	padding: 15px 5px 10px;
	text-align: center;
}

.photo_01 p {
	margin: 10px 5px 0;
	padding: 0 5px;
	text-align: left;
	line-height: 1.4;
}

.disc {
	background-color: #ffffff;
	border: #d0ae73 solid 1px;
	margin: 15px 5px;
	padding: 15px 5px 10px;
	text-align: center;
}

.disc ul {
	display: table;
	text-align: center;
	margin: 5px auto;
}

.disc ul li {
	display: table-cell;
	text-align: center;
	width: 33%;
	vertical-align: middle;
}

.disc_01 {
	background-color: #ffffff;
	border: #d0ae73 solid 1px;
	margin: 0px 5px 15px;
	padding: 15px 5px 10px;
	text-align: center;
}

.disc_01 a {
	text-decoration:none;
}

.disc_01 p {
	margin: 15px auto;
	padding: 0 auto;
	text-align: left;
	line-height: 1.4;
}

footer {
	color: #500000;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

footer p {
	text-align: center;
	margin: 5px 5px 15px;
}

footer ul {
	text-align: right;
	margin: 15px 0 5px;
}

footer img {
	margin: 0;
}

/***********************************************/

/***********************************************/

#CopyRight {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 8px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

/***********************************************/</pre></body></html>