@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: #f0f0e9;
	}
	.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: #666;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #cc0000;
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}


/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}
	
/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
		color: #cc0000;
		font-size: 10px;
		line-height: 15px;
		font-weight: bold;
		margin: 0;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/**
 * 4. Layout
 */
	body #pop #container {
		padding: 25px 0 30px 0;
		background-color: transparent;
		text-align: center;
	}
	body #pop #content {
		width: 540px;
		margin: 0 auto 20px;
		padding: 30px 20px;
		background-color: #fff;
	}

/**
 * 5. EachPageStyle
 */
/* pageID */
	body #pop #ftrBtn {
		width: 370px;
		height: 30px;
		margin: 0 auto 30px;
	}
	body #pop #ftrBtn li {
		float: left;
		margin-right: 5px;
	}
	body #pop #ftrBtn li.last {
		margin: 0;
	}
	
	body .menu {
		color: #666;
		font-size: 10px;
		line-height: 15px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	body .ldk {
		color: #333;
		margin: 0 0 13px 10px;
	}
	body .ldk strong {
		font-size: 20px;
		line-height: 22px;
	}
	
	body #pop #iCon {
		width: 168px;
		margin-top: -8px;
		padding-bottom: 20px;
		overflow: hidden;
		zoom: 1;
	}
	body #pop #iCon li {
		width: 48px;
		height: 48px;
		float: left;
		margin: 8px 8px 0 0;
	}
	body #pop #iCon li.last {
		margin: 0;
	}
	body #pop #iCon li.bottom {
		margin-bottom: 0;
	}
	body #pop .spec {
		margin: 0 0 20px 10px;
	}