@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: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #666666;
		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 {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
		color: #aeaeae;
		font-size: 10px;
		line-height: 18px;
	}
	.contentTitle {
		/*dont use <h2> selector*/
		margin-bottom: 40px;
	}
	.title {
		/*dont use <h3> selector*/
		margin-bottom: 40px;
	}
	.subTitle {
		/*dont use <h4> selector*/
		margin-bottom: 15px;
	}
	.innrTitle {
		/*dont use <h5> selector*/
	}

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

/* flash area */
	body #flashArea div {
		padding-top: 100px;
		text-align: center;
	}

/**
 * 4. Layout
 */
 	body #wrap {
		background: url(../imgs/bg-header.gif) repeat-x center top;
	}
	body #seo {
		text-align: right;
	}
	body #seoInner {
		text-align: right;
	}
	body #gHeader {
		width: 960px;
		margin: 0 auto 10px;
		padding-top: 12px;
	}
	body #gNav {
		height: 45px;
		clear: both;
	}
	body #gNav li {
		float: left;
	}
	body #container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	body .mainContent {
		width: 900px;
		margin: 0 auto;
	}
	
		
/**
 * 5. EachPageStyle
 */
/* float */
	body .left {
		float: left;
	}
	body .right {
		float: right;
	}

/* hdrLogo */
	body #hdrLogo {
		width: 960px;
		height: 62px;
		margin: 0 auto 2px;
	}
	
/* publicBtn */
	body #publicBtn {
		margin-top: 10px;
		height: 15px;
	}
	body #publicBtn li {
		margin-right: 20px;
		float: left;
	}
	
/* publicRedirect */
	body #publicRedirect {
		margin-top: 2px;
		margin-right: -5px;
		height: 30px;
	}
	body #publicRedirect li {
		margin-right: 5px;
		float: left;
	}
	
/* news */
	body #news {
	width: 630px;
	height:144px;
	padding: 10px;
	overflow: auto;
	background-color: #f7f6f3;
	}
	
/* contact */
	body #contact {
		width: 970px;
		position: relative;
		margin: 0 auto 5px;
	}

/* ftrWrap*/
	body #ftrWrap {
		background: transparent url(../imgs/bg-footer.gif) repeat-x center top;
	}
/* ftrBtn */
	body #ftrBtn {
		position: absolute;
		top: 18px;
		left: 529px;
		right: 20px;
	}

/* pagetop */
	body #pagetop {
		width: 960px;
		margin: 0 auto;
		text-align: right;
	}

/* fHeader */
	body #fHeader {
		text-align: center;
	}
	
/* fNav */
	body #fNav {
		text-align: center;
		padding: 20px 0;
	}
	body #fNav .nav {
	width: 198px;
	height: 190px;
	padding: 5px 0;
	border-right: #e4e3dc 1px solid;
	}
	
/* fLink */
	#fLink {
		width: 962px;
		padding: 0;
		margin: 0 auto;
	}
	#fLink li {
		float: left;
	}
	#fLink li a {
		width: 320px;
		padding: 6px 0 5px;
		font-size: 10px;
		color: #fff;
		line-height: 14px;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	#fLink li#border a {
		width: 320px;
		border-left: 1px #b5b2a5 solid;
		border-right: 1px #b5b2a5 solid;
	}
	#fLink li a:hover {
		color: #ffffff;
		background-color: #bcbbaf;
	}
	
/* ftrBnr */
	#ftrBnr td {
		line-height: 12px;
	}
/* public */
	body #public .box {
		background-color: #F5F5F1;
		padding-right: 18px;
		padding-left: 20px;
		border-right: 1px solid #DEDEDE;
		border-left: 1px solid #DEDEDE;
	}
/* holidayText */
	body .holidayText {
	position: absolute;
	top: 70px;
	left: 5px;
	font-size: 10px;
	line-height: 15px;
	color: red;
	}


/* equipment */
	body #equipment h5 {
		margin-bottom: 12px;
	}
	body #equipment .box {
		position: relative;
		border: 1px solid #f0eae8;
		padding: 19px;
	}
	body #equipment .redPoint {
		position: absolute;
		top: 20px;
		left: 0;
	}
	SELECTOR { ★ }
	* html body #equipment .redPoint {
		position: absolute;
		top: 20px;
		left: -20px;
	}

/* structure */
	body #structure .Cbox {
		position: relative;
		width: 302px;
	}
	body #structure .redPoint {
		position: absolute;
		top: 20px;
		left: 0;
	}
	
/* body.pop */
	body.pop {
		background: #f0f0e9;
	}
	body.pop #container {
		width: 745px;
		background: #ffffff;
	}
	body.pop .section {
		padding-bottom: 32px;
		padding-top: 30px;
		background: transparent url(../../misc_modelroom/imgs/line.gif) no-repeat center top;
	}
	
/* life */
	#flahBox {
		text-align: center;
		background: url(../../life/imgs/bg-flash.gif) repeat-y center top;
	}

/* index */
	#index #gHeader {
		margin: 0 auto 18px;
	}
	#index #container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	#flashArea {
		height: 355px;
	}
	.alternateArea {
		padding: 20px 0;
		text-align: center;
	}
	#event {
		width: 650px;
	}
	#event li {
		padding-bottom: 10px;
		display: block;
		border-bottom: #eee solid 1px;
		overflow: hidden;
		clear: both;
	}
	#event li span {
		font-size: 14px;
	}
	#event li span.day {
		color: #cc0000;
	}
	#event li span.title {
		color: #666;
		font-weight: bold;
	}
	#event li a {
		color: #aa0000;
		font-weight: bold;
	}

/* brand */
	body #brand h5 {
		margin-bottom: 12px;
	}
	body #brand .box {
		position: relative;
		border: 1px solid #f0eae8;
		padding: 19px;
	}
	body #brand .redPoint {
		position: absolute;
		top: 20px;
		left: 0;
	}

/* pamphlet */
	#pamphlet #flashArea {
		height: 670px;
	}
	#pamphlet #container {
		width: 100%;
	}

/* springCMP */
	.page#springCMP {
		background: #fff url(../../misc_campaign02/imgs/bg.gif) repeat-x center top;
	}
	#springCMP #container {
		width: 700px;
		text-align: center;
		background: url(../../misc_campaign02/imgs/bg-main.gif) repeat-y center top;
	}
	#springCMP #containerInner01 {
		background: url(../../misc_campaign02/imgs/bg-top.gif) no-repeat center top;
	}
	#springCMP #containerInner02 {
		padding-top: 20px;
		padding-bottom: 40px;
		background: url(../../misc_campaign02/imgs/bg-bottom.gif) no-repeat center bottom;
	}
