@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: #261c0c;
	}
	.page {
		color: #666;
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 20px;
		background-image: url(../imgs/bg-head.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page#pop {
		padding: 0;
	}
	.page#pop02 {
		background-image: none;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #3f95a7;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #666;
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}

/* heading */
	.siteTitle {
		margin-bottom: 13px;
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		margin-bottom: 25px;
		/*dont use <h3> selector*/
	}
	.section .className {
		margin-bottom: 20px;
		/*dont use <h4> selector*/
	}

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

/**
 * 4. Layout
 */
	body #container {
		width: 945px;
		margin-right: auto;
		margin-left: auto;
	}
	body #pop #container {
		width: 600px;
		padding-top: 7px;
	}
	body #pop02 #container {
		width: 780px;
	}
	body #containerInner01 {
		width: 170px;
		float: left;
	}
	body #containerInner02 {
		width: 760px;
		float: right;
		padding-top: 7px;
	}
	body #mainContent {
		background-color: #fff;
		margin-bottom: 15px;
	}
	body #index #mainContent {
		margin-bottom: 0;
	}
	body #pop #mainContent {
		padding: 40px 0;
		margin-bottom: 20px;
		text-align: center;
	}
	body .section {
		padding: 30px 20px 0 20px;
		margin-bottom: 40px;
	}
	body #index .section {
		padding: 20px;
	}
	body #gHeader {
		width: 160px;
		margin-left: 5px;
	}
	body #gNav {
		margin-bottom: 20px;
	}
	body #gNav li {
		margin-bottom: 15px;
	}
	body #gNav li#navOutline {
		margin-bottom: 20px;
	}
	body #hNav {
		padding-top: 19px;
		border-top: #554c3d 2px solid;
	}
	body #hNav li {
		margin-bottom: 10px;
	}
	body #gNav li.navLast,
	body #hNav li.navLast {
		margin-bottom: 0;
	}

/**
 * 5. EachPageStyle
 */
  	#contact {
		padding: 11px 30px 12px 30px;
		border-top: #5c5347 1px solid;
		background-color: #3f3525;
	}
	#copyright {
		text-align: right;
		padding: 11px 30px 9px 0;
	}
	#pop #copyright {
		text-align: center;
		margin-top: 20px;
	}
/*outline*/
	#outline th,
	#outline td {
		color: #424242;
		font-size: 12px;
		line-height: 28px;
		padding-left: 10px
	}
	#outline th {
		width: 20%;
		background: #f4f4f4 url(../../outline/imgs/bg-th.gif) repeat-x left bottom;
	}
	#outline td {
		width: 80%;
		background: url(../../outline/imgs/bg-td.gif) repeat-x left bottom;
	}

/* quality */
	#equipment .box {
		width: 196px;
		padding: 15px 14px 14px;
		border: 1px #dfdfdf solid;
		border-top: 2px #afafaf solid;
		text-align: left;
	}
	#equipment .box02 {
		width: 320px;
		padding: 15px 14px 14px;
		border: 1px #dfdfdf solid;
		border-top: 2px #afafaf solid;
		text-align: left;
	}
	#equipment .box03 {
		width: 690px;
		padding: 15px;
		border-top: 2px #3f95a7 solid;
		background: #def1f5;
		text-align: left;
	}