@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: #fffed5;
	}
	.page {
		color: #666;
		font-size: 12px;
		line-height: 18px;
		background-image: url(../imgs/bg.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
/**
 * 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: underline;
	}
	a:active {}

/* heading */
	body.base .siteTitle {
		position: absolute;
		left: 0;
		top: 0;
	}

	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
		margin-bottom: 25px;
	}
	.section .className {
		/*dont use <h4> selector*/
		margin-bottom: 15px;
	}
	.section .innerTitle {
		/*dont use <h5> selector*/
		margin-bottom: 10px;
	}

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

/**
 * 4. Layout
 */
	body #container,
	body#pop #container,
	body#plan #container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../imgs/bg-content.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	body#pop #container,
	body#plan #container {
		width: 630px;
		background-image: url(../imgs/bg-pop-content.gif);
	}
	body #containerInner01,
	body#pop #containerInner01,
	body#plan #containerInner01 {
		background-color: transparent;
		background-image: url(../imgs/bg-contentHead.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	body#pop #containerInner01,
	body#plan #containerInner01 {
		background-image: url(../imgs/bg-pop-contentHead.gif);
	}
	body #containerInner02,
	body#pop #containerInner02,
	body#plan #containerInner02 {
		width: 950px;
		margin: 0 auto;
	}
	body#pop #containerInner02,
	body#plan #containerInner02 {
		width: 620px;
		border-top: #494637 6px solid;
		text-align: center;
		padding: 26px 0 20px 0;
	}
	body#plan #containerInner02 {
		padding-top: 0;
		position: relative;
	}
	body #mainContent {
		width: 890px;
		margin: 0 auto 50px auto;
	}
	body #gHeader {
		margin-bottom: 38px;
		position: relative;
		width: 950px;
	}
	body#index #gHeader {
		margin-bottom: 0px;
	}
	body #hdrBtn {
		position: absolute;
		top: 0px;
		right: 10px;
	}
	body #gNav {
		height: 41px;
	}
	body #gNav li {
		float: left;
	}
	body #gNav li img {
		vertical-align: top;
	}
	body #gFooter {
		text-align: center;
		padding-top: 20px;
	}
	body #fNav {
		height: 30px;
		line-height: 30px;
		padding: 0 20px 0 10px;
		border-bottom: #c8c8c8 2px solid;
	}
	body #pageTop {
		float: right;
		margin-top: 10px;
		padding: 0;
	}
	body #contact {
		padding: 11px 20px 15px;
		border-top: 1px solid #c8c8c8;
	}
/**
 * 5. EachPageStyle
 */
/* pageID */
	body#pageID {}
	
/* equipment */
	#snav {
		height: 35px;
		padding-left: 120px;
		background-repeat: repeat-x;
		background-position: top center;
	}
	#snav.snavHdr {
		margin-bottom: 13px;
		padding-top: 10px;
		background-image: url(../../equipment/imgs/bg-hdr-snav.gif);
	}
	#snav.snavFtr {
		margin: 13px 0 10px 0;
		padding-bottom: 10px;
		background-image: url(../../equipment/imgs/bg-ftr-ssnav.gif);
	}
	#snav li {
		float: left;
		margin-right: 10px;
	}
	.ssnav {
		height: 17px;
	}
	.ssnav li {
		float: left;
		margin-right: 29px;
	}
	table.box01 {
		border-top: 4px #f6f6f6 solid;
		padding-top: 10px;
	}
	
/* Location */
	.textR {
		color: #4a8686;
		font-weight: bold;
	}
	.textG {
		color: #7d2a45;
		font-weight: bold;
	}
	
/* outline */
	#outlineTable th {
		background: #e0e0e0;
		font-weight: normal;
		width: 160px;
	}
	#outlineTable a {
		color: #ff0000;
		text-decoration: underline;
	}
	#outlineTable a:hover {
		text-decoration: none;
	}
	
/* roomplan */
	#btnBack {
		position: absolute;
		top: 313px;
		left: -25px;
	}
	#btnNext {
		position: absolute;
		top: 313px;
		right: -25px;
	}