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

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}

body {
	font: 85% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	text-align: center;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
}
h1 {
	text-align:right;
}
.oneColLiqCtr #waku {
	width: 940px;
	background: #fff;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
}
.oneColLiqCtr #container {
	width: 940px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(../img/m_bg.jpg);
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
}
.oneColLiqCtr #mainContent {
	padding: 0 0px 0px 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
#leftarea {
	width: 301px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.leftimage {
	margin: 0;
	padding: 0;
	width: 301px;
	height: 1210px;
	float:left;
	background-image: url(../img/ttl_left.jpg);
	background-repeat: no-repeat;
}
.syusai {
	color: #fff;
	padding: 960px 30px 0 30px;
}
.syusai2 {
	color: #fff;
	padding: 550px 30px 0 30px;
}
.privacy {
	color: #fff;
	padding: 10px 30px 0 30px;
}



.rightarea {
	margin: 0;
	padding: 0;
	width: 639px;
	float: left;
}
.w_639 {
	width: 639px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0 0 10px 0;
}
.text {
	margin: 0;
	padding: 10px 10px 0 18px;
}
.text01 {
	margin: 0;
	padding: 10px 0px 0 0px;
	width: 460px;
	float: left;
}
.text02 {
	margin: 0;
	padding: 10px 0px 0 0px;
	width: 365px;
	float: left;
}
.text03 {
	margin: 0;
	padding: 10px 0px 0 0px;
	width: 330px;
	float: left;
}
.btn {
	float: left;
	padding: 0px 0 20px 0;
	margin: 10px 0 0px 0;
}
.right {
	float: right;
}
table.c_list {
	font-size: 1.0em;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color: #aacf34;
	text-align: center;
	margin: 0 0 10px 0;
}
.c_list td {
	text-align: center;
	line-height: 130%;
	padding: 1px 1px 0px 0px;
}
.c_date {
	border:1px solid #aacf34;
	background-color: #aacf34;
	color: #fff;
	font-weight: bold;
	width: 143px;
}
.c_inst {
	border-left:1px solid #aacf34;
	border-right:1px solid #aacf34;
	color: #aacf34;
	font-weight: bold;
	width: 143px;
}
.c_tc {
	border-left:1px solid #aacf34;
	border-right:1px solid #aacf34;
	color: #333;
	vertical-align: top;
	width: 143px;
}
.c_tc0 {
	border-left:1px solid #aacf34;
	border-right:1px solid #aacf34;
	border-bottom:1px solid #aacf34;
	color: #333;
	width: 143px;
}
.c_ph {
	border-left:1px solid #aacf34;
	border-right:1px solid #aacf34;
	border-bottom:1px solid #aacf34;
	width: 143px;
}

table.i_list {
	width: 510px;
	font-size: 1.0em;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	text-align: left;
	margin: 0 0 10px 0;
	float: left;
}
.i_list td {
	padding: 2px;
	border: 1px #CCC solid;
}

.ngf_top h1 {
	margin: 0px; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 20px 10px 0px 10px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	height: 370px;
	width: 280px;
	display: block;
}
.ngf_top h1 a {
	height: 370px;
	width: 280px;
	display: block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

#footer {
	padding: 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	color: #fff;
	background-color:#000;
	height: 70px;
	clear: both;
	text-align: center;
	border-top: 1px solid #630;
}
.clear {
	clear: both;
}
/* font */
a:link {
	color:#999;
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;
}
a:active {
	color:#ff9900;
	text-decoration: none;
}
a:hover {
	color:#ff9900;
	text-decoration: underline;
}
p {
	line-height: 150%;
	margin-bottom: 15px;
}
.wb {
	font-weight: bold;
	font-size: 1.2em;
}
.bold {
	font-weight: bold;
}

.privacy a:link {
	color:#fff;
	text-decoration: none;
}
.privacy a:visited {
	color:#fff;
	text-decoration: none;
}
.privacy a:active {
	color:#ff9900;
	text-decoration: none;
}
.privacy a:hover {
	color:#ff9900;
	text-decoration: underline;
}

/* パンくず */
.pankuzu a:link {
	font-size: 0.8em;
	color: #666;
}
.pankuzu a:visited {
	font-size: 0.8em;
	color: #666;
}
.pankuzu a:active {
	font-size: 0.8em;
	color: #ff9900;
}
.pankuzu a:hover {
	font-size: 0.8em;
	color: #ff9900;
}

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