@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: #ffffff;
	}
	.page {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
	}
	body.base .page {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		color: #666666;
		font-size: 12px;
		line-height: 18px;
		z-index: 9999;
	}
	
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #297bc0;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #297bc0;
		text-decoration: none;
	}
	a:active {}

/* heading */
	#index .logo {
		padding-top: 164px;
	}
	.siteTitle {
		margin-bottom: 22px;
	}
	.contentTitle {
		margin-bottom: 50px;
	}
	.section .title {
		margin-bottom: 20px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}
	.txtArea h4 {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
	}
	.txtTitle {
		color: #2892ee;
		font-weight: bold;
	}

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

/* nav */
	.nav img {
		vertical-align: top;
	}

/* section */
	.section {
		width: 495px;
		padding-top: 110px;
	}
	#contact .section {
		padding-top: 72px;
	}

/* page top */
	.pTop {
		width: 100%;
		text-align: right;
		margin-top: 48px;
	}
	
/* innerBox */
	.innerBox {
		width: 450px;
	}
/* txtArea */
	.txtArea {
		text-align: left;
	}
/* listArea */
	.listArea li {
		list-style-image: url(../imgs/img-disc.gif);
	}
	
/**
 * 4. Layout
 */
	body #pageWrap {
		position: relative;
		height: 100%;
	}
	body #container {
		position: relative;
		width: 770px;
		text-align: left;
	}
	#mainContent {
		width: 550px;
		margin-left: 220px;
		min-height: 550px;
		height: auto !important;
		height: 550px;
	}
	body #gHeader {
		position: absolute;
		top: 44px;
		left: 0;	
		padding-top: 10px;
		width:165px;
		height: 490px;
	}
	#gNavList {
		margin-bottom: 103px;
	}
	body #gFooter {
		background: #ffffff;
		border-top: 1px #4f92cb solid;
		padding: 0 20px 15px 0;
	}
	#gFooter address {
		background: url(../imgs/ftr-copyright.gif) no-repeat 100% 0;
		width: 100%;
		height: 16px;
		text-indent: -9999px;
	}
	#logoArea {
		text-align: right;
	}
	#flashBg {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: transparent url(../imgs/bg-flash.gif) repeat-y 770px 0;
		z-index: 0;
	}

/**
 * 5. EachPageStyle
 */
/* index */
	body #index #mainContent {
		min-height: 660px;
		height: auto !important;
		height: 660px;
	}
	body #index #infoArea {
		position: relative;
		margin-top: 110px;
		width: 500px;
		clear: both;
	}
	body #index #infoArea .title {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
		width: 68px;
	}
	body #index #infoArea li {
		float: left;
		font-size: 10px;
		display: block;
	}
	body #index #infoArea li.day {
		padding-left: 82px;
		margin-right:20px;
		width: 50px;
		color: #999999;
		background: url(../../imgs/bg-news.gif) repeat-y left top;
	}
	body #index #infoArea li.txt {
		margin-right: 20px;
		width: 180px;
	}
/* contact */
	.formArea {
		border-top: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
		padding: 20px 0;
	}
	.btBack {
		background:url(../../contact/imgs/bg-back.gif) no-repeat 0 50%;
		padding-left: 13px;
	}
	#submit {
		height: 1px;
		display: e3e3e3;
	}
	
/* about */
	.tableArea th,
	.tableArea td {
		padding: 5px;
		border-bottom: solid 1px;
	}
	.tableArea th {
	width: 85px;
	border-color: #e3e3e3;
	}
	.tableArea tr.last th,
	.tableArea tr.last td {
		border: none;
	}
	.tableArea td {
		border-color: #f4f4f4;
	}
	.tableArea td span {
		padding-right: 7px;
		font-size: 6px;
		color: #297bc0;
		display: block;
	}
	.tableArea td table tr td {
		padding: 0px;
		border: none;
	}
	
/* works */
	body #works #flashArea {
		clear: both;
		height: 390px;
		width: 495px;
		margin: 0 auto 27px;
		text-align: center;
	}
	body #works #flashContent {
		margin: 0 auto;
		width: 495px;
	}
	body #works .nonFlashContent {
		padding: 50px 0;
		text-align: center;
	}
