@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: #f8f2e4;
	}
	.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: #9d0b0e;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #a04849;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.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 #wrap {
		width: 930px;
		margin-right: auto;
		margin-left: auto;
	}
	body #container {
		background-color: transparent;
		background-image: url(../imgs/bg-main.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	body #containerInner01 {
		background-color: transparent;
		background-image: url(../imgs/bg-bottom.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	body #gHeader {
		margin-bottom: 18px;
		height: 603px;
		background: url(../../imgs/bg-top.jpg) no-repeat center top;
	}
	body .mainTitle {
		padding: 50px 0 0 35px;
	}
	body .infoArea {
		position: relative;
		width: 860px;
		margin:0 auto;
	}
	.captionArea {
		width: 860px;
		margin: 30px auto 50px;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	body #gFooter {
		padding-top: 17px;
		padding-bottom: 20px;
		margin: 0 15px;
		background: url(../imgs/bg-ftr.gif) repeat-x center top;
	}
	.relative { position: relative;}
	.absolute { position: absolute;}
/**
 * 5. EachPageStyle
 */
/* pageID */
	body #present #wrap {
		width: 920px;
	}
	body #present #gFooter {
		margin: 0px;
	}
