@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extention/init/std.css";
/*@import "extention/init/strict.css";*/
@import "extention/util.css";
@import "extention/accessibility.css";
@import "extention/noscript.css";
@import "extention/fnav/normal.css";
@import "extention/logtag.css";

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/bg.gif);
		background-repeat: repeat-x;
		background-position: center -15px;
		/background-position: center top;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}

	/* index */
	body#index {
		background-image: none;
	}

	/* madori */
	body#madori {
		background-image: url(../../roomplan/imgs/pop/bg-pop.gif);
		background-position: center top;
	}

	/* map */
	body#map {
		background-image: none;
	}

/**
 * 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 {
		margin-bottom: 15px;
	}
	.pageTitle {
		margin-bottom: 40px;
	}
	.contentTitle {
		margin-bottom: 25px;
	}
	.contentTitle2 {
		margin-bottom: 5px;
	}
	.sectionTitle {
		margin-bottom: 20px;
	}
	.boxTitle {
		margin-bottom: 15px;
	}
	/* index */
	body#index .siteTitle {
		margin-bottom: 0;
	}

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

/**
 * 4. Layout
 */
	body.base #container {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	body.base #gHeader {
		position: relative;
		margin: 15px 0 40px;
	}
	body.base .seotxt {
	position: absolute;
	left: 205px;
	top: 8px;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	width: 400px;
	}
	body.base #gNavList li,
	body.base #gNavList li a,
	body.base #gNavList li img {
		margin: 0;
		padding: 0;
		line-height: 0px;
	}
	body.base #gNavList li {
		display: inline;
	}
	body.base .ftrBtns {
		text-align: center;
	}
	body.base #gFooter {
		border-top: 2px solid #c9c9c9;
		padding: 15px 0 15px 10px;
	}
	body.base .section {
		margin-right: auto;
		margin-left: auto;
		width: 910px;
	}
	body.base .sectionBox {
		border: 1px solid #d8d8d8;
	}

/**
 * 5. EachPageStyle
 */
/* pageID */

	/* index */
	body#index #gHeader {
		position: relative;
		margin: 15px 0;
	}
	body#index #content {
		position: relative;
		width: 950px;
	}
	body#index #gNav {
		margin: 0;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	body#index #gNavList li,
	body#index #gNavList li a,
	body#index #gNavList li img {
		width: 190px;
	}
	body#index #gNavList li {
		display: block;
		height: 60px;
		overflow: hidden;
	}
	body#index #mainContent {
		margin: 0;
		margin-left: 210px;
	}
	body#index #mainImgList li {
		margin: 0;
		display:block;
	}
	.newsBox {
		width: 470px;
		color: #000000;
	}
	.newsBox .title {
		color: #cc0000;
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
	}
	.newsBox .title em {
		color: #666666;
		font-style: normal;
		font-size: 10px;
		line-height: 14px;
	}

	/* outline */
	.outlineBox,
	.outlineTable th,
	.outlineTable td {
		background-image: url(../../outline/imgs/bg-outlinebox.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.outlineBox {
		padding-top: 1px;
		background-color: transparent;
	}
	.outlineTable th,
	.outlineTable td {
		padding: 10px 15px;
	}
	.outlineTable th {
		width: 170px;
		font-weight: normal;
		background-color: #fafafa;
		background-position: left bottom;
	}
	.outlineTable td {
		background-color: #ffffff;
		background-position: -200px bottom;
	}

	/* quality */
	body#quality .pageTitle {
		position: relative;
	}
	body#quality .snav {
		text-align: center;
	}
	body#quality .pageTitle .snav {
		position: absolute;
		left: 600px;
		top: -10px;
	}

	/* roomplan madori */
	body#madori #container {
		width: 570px;
		padding-bottom: 20px;
	}
	body#madori .section {
		width: auto;
	}
	body#madori #gHeader {
		margin: 0 0 20px;
	}
	body#madori .madoriSpec {
		margin-bottom: 20px;
		font-size: 10px;
		line-height: 15px;
		color: #333;
	}
	body#madori .madoriSpec em {
		font-style: normal;
		color: #003176;
	}

	/* map */
	body#map #container {
		width: 580px;
		padding-bottom: 20px;
	}
	body#map .section {
		width: auto;
	}
	body#map #gHeader {
		margin: 0;
	}
