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

* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"MS PGothic",sans-serif;
	text-align: center;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

/* definition_link */
a:link {
	color: #00a6bf;
	text-decoration: underline;
}

a:visited {
	color: #00a6bf;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: underline;
}

/* wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

/* header */
#header {
	width: 960px;
}

	#header #nav {
		width: 960px;
		overflow: hidden;
	}

		#header #nav li {
			float: left;
		}

/* contents */
#contents {
	width: 960px;
	padding-bottom: 40px;
}

	#contents h1 {
		margin: 30px 0 20px;
	}

	#contents p {
		font-size: 14px;
		line-height: 1.6;
	}

	#contents .em {
		color: #00a6bf;
	}

/* banner */
#contents .banner {
	margin: 25px 0;
}

	#contents .banner p {
		margin: 2px 0 10px 0;
		font-size: 10px;
	}

/* link */
#contents .link {
	width: 960px;
	overflow: hidden;
}

	#contents .link .link_item {
		float: left;
		width: 458px;
		padding: 15px 0;
		background: url("../../images/bg_link_01.gif") no-repeat;
	}

	#contents .link .link_item.right {
		float: right !important;
	}

		#contents .link .link_item .desc {
			width: 458px;
			overflow: hidden;
			padding: 10px 0;
		}

			#contents .link .link_item .desc .thm {
				float: left;
				width: 140px;
			}

			#contents .link .link_item .desc p {
				float: left;
				width: 318px;
				font-size: 12px;
				line-height: 1.6;
			}

/* footer */
#footer {
	width: 960px;
	overflow: hidden;
}

	#footer .logo {
		float: left;
		width: 488px;
		margin-bottom: 20px;
	}

	#footer .ftrlink {
		float: right;
		width: 240px;
		margin-bottom: 10px;
	}

		#footer ul {
			width: 240px;
			overflow: hidden;
			margin: 5px 0 10px;
		}

			#footer li {
				float: left;
				width: 60px;
			}

	#footer .ftrlink p {
		text-align: right;
	}
</pre></body></html>