@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";
@import "extension/ci/ci.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;
		color: #b40001;
	}
	a:visited {}
	a:hover {
		color: #b40001;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #000000;
	}
	.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 #container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	/* flash Area */
	body #index #flashArea {
		clear: both;
		height: 590px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	body #index #flashContent {
		margin: 0 auto;
		width: 100%;
	}
	body #index .nonFlashContent {
		padding: 120px 0 0;
		text-align: center;
	}
	/* nav */
	body .nav {
		float: left;
		overflow: hidden;
	}
	body #fNav {
	float: right;
	margin-top: 12px;
	width: 245px;
	}
	body #fNav li {
		height: 21px;
	}
	
	
	
/**
 * 5. CI
 */	
	/* cihead */
	.ciText {
		/* padding */
	}
	.ciText a {
		/* color */
	}
	
	/* ciFooterArea */
	#ciFooterArea {
		margin-top: 0px;
		padding-top: 5px;
		padding-right: 25px;
		background: url(../imgs/bg-ftr.gif) repeat-x center top;
	}
	
/**
 * 6. EachPageStyle
 */
/* pageID */
	body#pageID {}

