@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/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		float: left;
		height: 45px;
	}
	.contentTitle {
		margin-bottom: 70px;
	}
	.section .title {
		margin-bottom: 40px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	body .wrapper {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}

	body #gHeader {
		background: transparent url(../imgs/header-bg.gif) repeat-x center top;
	}
	body #gHeader .wrapper {
		height: 45px;
		padding: 4px 0 1px;
	}
	#index #gHeader .wrapper {
		padding: 4px 0 11px;
	}
	body #gNav {
		float: right;
		height: 45px;
	}
	body #gNav li {
		float: left;
	}
	
	body #MainIMG {
		text-align: center;
		background-color: #78a281;
		margin-bottom: 30px;
	}
	
	body #gFooter {
		height: 143px;
		padding-top: 2px;
		background: transparent url(../imgs/footer-bg.gif) repeat-x center top;
	}
	body #fNav li {
		padding-right: 20px;
	}
	body #fNav li.first {
		padding-right: 124px;
	}
	body #fNav li#fNavContact {
		padding-right: 0;
	}

/* pop */
	body.pop .wrapper {
		width: 640px;
	}
	body.pop #fNav li.first {
		padding-right: 219px;
	}
	body.pop .insideText {
		width: 630px;
		margin-left: 10px;
	}
	body.pop #fNav {
		padding-top: 30px;
	}
/**
 * 5. EachPageStyle
 */
/* pageID */
	body#pageID {}
