@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: #000000;
	}
	body.pop {
		background-color: #000000;
	}
	body.pop#request {
		background-color: #000000;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		background: transparent url(../imgs/bg-page.gif) repeat center top;
	}
	#index .page {
		background: transparent url(../../imgs/bg-page.gif) repeat center top;
	}
	#wrap {
		background: transparent url(../imgs/bg-wrap.gif) repeat-x center top;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #bdaf7b;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		text-align: center;
		margin-bottom: 20px;
	}
	.contentTitle {
		margin: 10px 0 30px;
	}
	.section .title {
		/*dont use <h3> selector*/
	}
	.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 {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 0 30px 0;
		text-align: left;
	}
	body #gHeader {
		padding: 24px 0 5px 0;
		background: url(../imgs/bg-head.gif) repeat-x left top;
	}
	body #gFooter {
		background: url(../imgs/bg-footer.gif) repeat-x top center;
		text-align: center;
	}

	/* index */
	body#index #container {
		padding: 40px 0 25px 0;
		background: transparent url(../../imgs/bg-container.gif) no-repeat center top; 
	}
	body#index #gFooter {
		padding: 21px 0 20px 0;
	}

	/* pop */
	body.pop #container {
		position: relative;
		width: 700px;
		padding: 0;
		background: none;
	}
	#btPrint {
		position: absolute;
		top: 520px;
		left: 265px;
	}
	#i-type #btPrint { 
		top: 600px;
	}
	#btClose {
		position: absolute;
		top: 10px;
		left: 660px;
	}
	/* pop request */
	body.pop#request #container {
		position: relative;
		width: 610px;
		height: 515px;
		padding: 0;
		background: url(../../pop_request/imgs/bg-allrequest.gif) no-repeat left top;
		padding: 45px 70px 0 70px;
	}

/**
 * 5. EachPageStyle
 */
 	#btArea {
		position: relative;
		width: 950px;
		margin: 0 auto;
		padding: 30px 0 40px 0;
		background: transparent url(../imgs/bg-container.gif) no-repeat center top; 
	}
 	#index #btArea {
		margin-bottom: 0;
		padding: 0;
	}
	#btDetail {
		position: absolute;
		top: 340px;
		left: 230px;
	}
	#bt {
		position: absolute;
		width: 165px;
		top: 346px;
		right: 30px;
	}
	#index #bt {
		top: 316px;
		right: 20px;
	}
	#snavArea {
		width: 270px;
		height: 486px;
		margin-right: 20px;
		position: relative;
	}
	#snavBtn {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#ptArea {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 21px 0 20px 0;
		width: 950px;
	}
	#pageTop {
		position: absolute;
		top: -20px;
		right: 0;
	}
	#allReq a {
		background: transparent url(../imgs/bg-request.gif) no-repeat left 4px;
		padding-left: 15px;
		color: #bdaf7b;
		text-decoration: underline;
	}
	#allReq a:hover {
		background: transparent url(../imgs/bg-request_ov.gif) no-repeat left 4px;
		color: #ffffff;
		text-decoration: none;
	}
	#mainImg {
		width: 950px;
		height: 400px;
		/*background: #1e190f;*/
		background: transparent;
	}
	#mainImg img {
		display: none;
	}
	#bt a#allRequest01,
	#bt a#allRequest02 {
		position: absolute;
		top: 0;
		left: 10px;
		display: block;
		margin: 0;
		padding: 0;
		width: 165px;
		height: 123px;
	}

	/** a#allRequest01 { 
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='../common/imgs/bt-request.png',sizingMethod='scale');
		background:none;
	}
	* a#allRequest01 a:hover { 
		background-image: url(../imgs/bt-request_ov.png);
	}*/

