@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 "hooplus.css";

/**
 * 2. html, body
 */
	body {
		background-color: #f6f5ef;
	}
	.pop {
		background: #ffffff url(../../roomplan/imgs/pop/bg.gif) repeat-x left top;
	}
	.pop#poppremium {
		background: transparent url(../../misc_premium/imgs/bg.gif) repeat center top;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}
	#index .page {
		background: #ffffff url(../../imgs/bg.gif) repeat-x left top;
	}
	#index .wrapper {
		background: transparent url(../../imgs/bg-front.jpg) no-repeat center top;
	}
	.page {
		background: #ffffff url(../imgs/bg.gif) repeat-x left top;
	}
	.wrapper {
		background: transparent url(../imgs/bg-front.jpg) no-repeat center top;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

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

/**
 * 4. Layout
 */
	body #container {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	.pop #container {
		width: 620px;
	}
	body #containerInner01 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	body #containerInner02 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	#mainContent {
		margin-bottom: 60px;	
	}
	body #gHeader {}
	body #FTRnavi {
		margin-bottom: 25px;	
	}
	
	body #gNav {
		width: 900px;
		margin: 0 auto;
	}
	body #gNavList li  {
		float: left;
	}
	#fNav {
		color: #666666;
	}
	#fNav a {
		color: #666666;
	}
	#fNav strong,
	#fNav a:hover {
		color: #3f7653;
	}
	body #contact {
		padding: 20px;
		background: #f0eee4 url(../imgs/footer-bg.gif) repeat-x left top;
	}
	body #copyright {
		padding: 10px;
		background: #f6f5ef url(../imgs/copyright-bg.gif) repeat-x left top;
	}
/**
 * 5. EachPageStyle
 */
/* pageID */
	#shikihai {
		position: relative;
		width: 840px;
	}
	#shikihai .blocks {
		display: block;
		z-index: 2;
	}
	#shikihai #point00 {
		display: block;
	}	

/* equipment */
	#equipment .clum2,
	#security .clum2 {
		width: 410px;
	}
	#equipment .box,
	#security .clum2 .box,
	#security .clum_sep .box {
		width: 155px;
		border: 1px solid #e8e8e8;
		padding: 19px;
	}
	#security .clum_sep .box {
		width: 368px;
	}
	#equipment .clum2.Big {
		width: 625px;
	}
	#equipment .box.Big,
	#security .clum3 .box.Big {
		width: 368px;
	}
	
	/* misc_premium */
	.pop#poppremium #TitleArea {
		width: 910px;
		height: 61px;
		margin: 0 auto;
	}
	.pop#poppremium #mainContent {
		width: 840px;
		margin: 0 auto;
	}
	.pop#poppremium #container {
		width: 910px;
		background: transparent url(../../misc_premium/imgs/bg-container-main.gif) repeat-y center top;
	}
	.pop#poppremium #containerInner01 {
		background: transparent url(../../misc_premium/imgs/bg-container-top.gif) no-repeat center top;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 5px;
	}
	.pop#poppremium .pointTxt {
		font-size: 12px;
		line-height: 18px;
	}