<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
	body {
		background: #ffffff;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		background: url(../imgs/bg.gif) repeat-x 0 0;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #333333;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #333333;
		text-decoration: none;
	}
	a:active {}

/* heading */
	h2 {
		position: absolute;
		width: 100%;
		top: 35px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		text-align: center;
	}
	h3 {
		position: absolute;
		top: 158px;
		left: 290px;
	}

/**
 * 4. Layout
 */
	body #container {
		width: 920px;
		margin: 0 auto;
		text-align: left;
	}

	body #gHeader {
		padding: 25px 0;
	}
	body #gFooter {
		padding: 25px 0 20px;
		background: #ffffff;
		text-align: center;
	}
	#gFooter p.mb10 a {
		background: url(../imgs/bg-ftr-link.gif) no-repeat 0 50%;
		padding-left: 10px;
		margin-left: 15px;
	}

	#mainContent {
		padding-top: 20px;
	}
	.section {
		position: relative;
		height: 370px;
		width: 660px;
		margin: 0 auto;
		background: url(../imgs/bg-section.jpg) no-repeat 0 0;
	}</pre></body></html>