@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 .base {
		background-color: #ececec;
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #333333;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #333333;
		text-decoration: none;
	}
	a:active {}

/* heading */
	.siteTitle {
	}
	.contentTitle {
		margin-bottom: 20px;
	}
	.section .title {
		margin-bottom: 20px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}
	.newtitle {
		margin-bottom: 15px;
		padding-top: 15px;
		padding-left: 90px;
		height: 75px;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #1767ac;
		background: url(../imgs/bg-new.gif) no-repeat center top;
	}
	.newtitle span {
		font-size: 14px;
		line-height: 20px;
	}
	h4 {
		margin-bottom: 15px;
	}
	h4.title {
		font-size: 14px;
		line-height: 20px;
	}

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

/**
 * 4. Layout
 */
 	body .parent {
 		position: relative;
 	}
 	body .child {
 		position: absolute;
 	}
 	body #wrap {
 		background-color: #fff;
 		padding-bottom: 40px;
		padding-top: 20px;
 	}
	body #container {
		width: 770px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	body #box {
		width: 770px;
		background: transparent url(../imgs/bg-box-main.gif) repeat-y center top;
		margin: 0 auto;
		text-align: left;
	}
	body #box01 {
		background: transparent url(../imgs/bg-box-top.gif) no-repeat center top;
		padding-top: 20px;
	}
	body #box02 {
		background: transparent url(../imgs/bg-box-bottom.gif) no-repeat center bottom;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	body #gHeader {}
	body #gFooter {}
	
	#box .UNDline {
		padding-bottom: 10px;
	}
	.UNDline {
		border-bottom: 1px dotted #83b4dd;
		padding-bottom: 20px;
	}
	#box .UNDline.mb20 {
		border-bottom: 1px dotted #83b4dd;
		padding-bottom: 20px;
	}
	.UNDline02 {
			background: transparent url(../imgs/img-sen.gif) repeat-x left bottom;
			padding-bottom: 30px;
	}
	#box .title {
		font-weight: bold;
		color: #1767ac;
		margin-bottom: 15px;
	}
	.ContentsTable {
		font-size: 10px;
		line-height: 15px;
	}
	.ContentsTable td {
		padding: 3px 10px 2px 10px;
	}
	
/**
 * 5. CI
 */	
	/* cihead */
	.ciText {
		/* padding */
	}
	.ciText a {
		/* color */
	}
	
	/* ciFooterArea */
	#ciFooterArea {
		/* padding  margin */
	}
	
/**
 * 6. EachPageStyle
 */
/* pageID */
	body#pageID {}
