@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: #000000;
	}
	.page {
		padding-bottom: 20px;
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		background: #ffffff url(../imgs/bg-page.gif) repeat-x left top;
	}
	.pop .page {
		background: #ffffff;
	}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		border: none;
		color: #0000ff;
		text-decoration: none;
		outline: none;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		margin-bottom: 11px;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		margin-bottom: 30px;
	}
	.section .stitle {
		margin-bottom: 15px;
	}

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

/**
 * 4. Layout
 */
	body #container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

/* header */
	body #gHeader {
		position: relative;
		width: 960px;
		padding-top: 13px;
		margin-bottom: 30px;
	}

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

	/* hdr-bt */
	#hNav {
		position: absolute;
		left: 645px;
		top: 13px;
		height: 36px;
		width:315px;
	}

	/* global-nav */
	#gNav {
		clear: both;
		height: 45px;
		width: 960px;
	}

/* main */
	.base .section {
		width: 900px;
		margin-right: auto;
		margin-left: auto;		
	}

	/* page top */
	li#pageTop {
		position: absolute;
		top: 1px;
		right: 0;
		padding-left: 0;
		margin-right: 0;
		background: none;
	}

/* footer */
	body #gFooter {
		clear: both;
		width: 960px;
		padding: 20px 0;
		margin-right: auto;
		margin-left: auto;
	}

	/* contact */
	#contact {
		position: relative;
		width: 900px;
		margin: 0 30px 20px 30px;
	}

	#contact address {
		height: 76px;
		width: 900px;
		text-indent: -9999px;
		background: url(../imgs/contact.gif) no-repeat left top;
	}

	/* ftr-bt */
	#fNavList {
		position: absolute;
		left: 700px;
		top: 20px;
		width: 185px;
	}
	/* ftr-bnr */
	#ftrBnr {
		position: absolute;
		left: 500px;
		top: 10px;
	}
	/* ftr-link */
	#ftrLink {
		width: 958px;
		padding: 0;
		margin: 0;
		border: 1px #141414 solid;
		background: url(../imgs/bg-ftrlink.gif) no-repeat left top;
	}
	#ftrLink li {
		float: left;
	}
	#ftrLink li a {
		width: 479px;
		padding: 11px 0 10px;
		font-size: 10px;
		color: #8c8c8c;
		line-height: 14px;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	#ftrLink li#border a {
		width: 318px;
		padding-right: 1px;
		padding-left: 1px;
	}
	#ftrLink li a:hover {
		color: #cccccc;
		background: #2d2d2d;
	}

	/* copyright ftr-logo */
	#foot {
		clear: both;
		height: 26px;
		width: 960px;
		padding: 10px 0;
	}
	#foot p {
		float: right;
	}
	#copyright {
		height: 9px;
		width: 339px;
		margin-right: 300px;
		text-indent: -9999px;
		background: url(../imgs/copyright.gif) no-repeat left top;
	}



/**
 * 5. EachPageStyle
 */
/* index */
	#index #gHeader {
		margin-bottom: 0;
	}
	#index.page {
		padding-bottom: 0;
		background-image: url(../../imgs/bg-page.gif);
	}

	/* flash area */
	#flashContent {
		height: 380px;
	}
	#flashAreaTxt {
		padding-top: 150px;
	}
	#flashAreaTxt h2 {
		font-weight: bold;
		margin-bottom: 20px;
	}

	/* information */
	#infoArea {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		color: #cccccc;
		padding-top: 35px;
	}
	#infoArea a {
		color: #ffffff;
		text-decoration: underline;
	}
	#infoArea a:hover {
		text-decoration: none;
	}

	/* contact */
	#infoArea address {
		height: 90px;
		width: 250px;
		text-indent: -9999px;
		background: url(../../imgs/contact.gif) no-repeat left top;
		float: right;
	}
	#infoArea address span {
		display: none;
	}
	/* footer */
	#index #gFooter {
		padding: 30px 0;
	}

/* concept */
	#concept .section {
		background: url(../../concept/imgs/img-05.jpg) no-repeat center bottom;
		height: 622px;
	}

/* pop */
	.pop #gFooter {
		width: 520px;
		text-align: center;
	}
	.pop hr {
		display: none;
	}
	.pop #border {
		background: url(../imgs/pop-hr.gif) no-repeat center top;
		height: 1px;
		margin: 20px 0;
	}
	.pop #copyright {
		margin-right: auto;
		margin-left: auto;
	}

	/* pop map event */
	#map #container,
	#event #container{
		width: 520px;
	}
	#map.page,
	#event.page{
		padding: 30px 0;
	}

	/* pop plan */
	.pop #plan #container {
		width: 580px;
	}
	.pop #plan.page {
		border-top: 2px #4c8599 solid;
		padding: 0 0 30px;
	}
	.pop #plan .price {
		font-weight: bold;
		color: #74001d;
	}

/* public */
	#public #flashArea {
		width: 900px;
		height: 540px;
	}

/* modelroom */
	#modelroom #flashArea {
		width: 900px;
		height: 540px;
	}
	
/* plan */
	#plan .planBtArea {
		width: 641px;
		margin: 0 auto;
	}

