@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 "extension/ci/ci.css";
@import "extension/ci_pop/ci_pop.css";

/**
 * 2. html, body
 */
	body {
		background: #ffffff;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		background: #fafafa;
	}
	.pop .page {
		background: #ffffff;
	}
	.pop .page#popPhoto {
		background: #fafafa;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #0000ff;
		text-decoration: underline;
		outline: none;
		border: none;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		text-decoration: underline;
	}
	a:active {}

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

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

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

/* hdr nav */
	#hNav li#hReserve {
		position: absolute;
		top: 0;
		right: 10px;
	}
	#hNav li#hRequest {
		position: absolute;
		top: 0;
		right: 200px;
	}
	#hNav li#hMap {
		position: absolute;
		top: 0;
		right: 390px;
	}

/* page top */
	.pTop {
		text-align: right;
		margin-top: 70px;
	}

/* border */
	.border {
		width: 655px;
		background: #dbdbdb;
		height: 1px;
		margin: 40px auto;
	}
	.border hr {
		display: none;
	}

/* box */
	.box strong {
		color: #0a9ee0;
	}

/* sub navi */
	.sNav {
		background: #fafafa;
	}

/**
 * 4. Layout
 */
	body #gHeader {
		width: 960px;
		margin: 0 auto 15px;
	}
	#gNav {
		width: 892px;
		background: url(../imgs/bg-gnav.gif) no-repeat 0 0;
		height: 28px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 34px 10px 34px;
	}

	body .container {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		background: url(../imgs/bg-container.gif) repeat-y 0 0;
	}
	body .containerInner01 {
		background: url(../imgs/bg-inner01.gif) no-repeat 0 0;
	}
	body .containerInner02 {
		background: url(../imgs/bg-inner02.gif) no-repeat 0 100%;
		padding: 40px 40px 5px 40px;
	}

	body #gFooter {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
	}
	body #gFooter .container {
		margin-top: 35px;
	}
	body #gFooter .containerInner02 {
		padding: 20px 40px;
	}
	
/**
 * 5. CI
 */	
	/* cihead */
	#ciHead {
		position: relative;
		height: 40px;
		margin-bottom: 20px;
	}
	.ciText {
		padding-top: 10px;
		color: #999999;
	}
	.ciText a {
		color: #999999;
	}
	
	/* ciFooterArea */
	#ciFooterArea {
		/* padding  margin */
	}

/**
 * 6. EachPageStyle
 */
/* index */
	body #index #gHeader,
	body #index #ciHead {
		margin-bottom: 0;
	}
	#index #gNav {
		margin-bottom: 20px;
	}
	body #index .container {
		width: 675px;
		background: url(../../imgs/bg-container.gif) repeat-y 0 0;
		margin: 0;
		margin-top: 10px;
	}
	body #index .containerInner01 {
		background: url(../../imgs/bg-inner01.gif) no-repeat 0 0;
	}
	body #index .containerInner02 {
		background: url(../../imgs/bg-inner02.gif) no-repeat 0 100%;
		padding: 30px 0;
		margin-bottom: 0;
	}
	#index .section {
		width: 595px;
		margin: 0 auto;
	}

/* location */
	.list {
		font-size: 10px;
		line-height: 15px;
	}
	.list th {
		color: #cccccc;
	}

/* security */
	#security h5 .blt1 {
		background: url(../../security/imgs/blt-01.gif) no-repeat left center;
		padding: 3px 0 2px 20px ;
	}
	#security h5 .blt2 {
		background: url(../../security/imgs/blt-02.gif) no-repeat left center;
		padding: 3px 0 2px 20px ;
	}
	#security h5 .blt3 {
		background: url(../../security/imgs/blt-03.gif) no-repeat left center;
		padding: 3px 0 2px 20px ;
	}
	#security h5 .blt4 {
		background: url(../../security/imgs/blt-04.gif) no-repeat left center;
		padding: 3px 0 2px 20px ;
	}

/* madori */
	.price {
		color: #dc0505;
		font-weight: bold;
		text-align: right;
		margin-top: 5px;
	}
	body.pop #madori .price {
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.price span {
		font-size: 14px;
	}
	body.pop #madori #container {
		width: 600px;
		padding: 25px 0;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	.pop #madori .section {
		margin-bottom: 40px;
		text-align: center;
	}
	#btBack,
	#btNext {
		position: absolute;
		top: 380px;
		left: -19px;
	}
	#btNext {
		left: 580px;
	}
	.pop #madori a {
		color: #666666;
	}
	.pop #madori a:hover {
		color: #999999;
	}
	.pop #madori .snav {
		margin: 0 auto 30px;
		text-align: center;
	}
	.pop #madori .snav li {
		display: inline;
		margin-right: 1em;
		margin-left: 1em;
	}
	.pop #madori .snav li a {
		background: #0a9ee0;
		color: #ffffff;
		text-decoration: none;
		padding: 8px;
		border: 1px #dddddd solid;
	}
	.pop #madori .snav li a:hover,
	.pop #madori .snav li strong {
		background: #ffffff;
		color: #0a9ee0;
		text-decoration: none;
		padding: 8px;
		border: 1px #dddddd solid;
	}

/* misc_photo */
	.pop #popPhoto #gHeader {
		width: 720px;
		margin-bottom: 0px;
	}
	.pop #popPhoto #ciHead {
		height: 33px;
		margin-bottom: 0px;
	}
	/* hdr nav */
	.pop #popPhoto #hNav li#hReserve {
		right: 0px;
	}
	.pop #popPhoto #hNav li#hRequest {
		right: 170px;
	}
	.pop #popPhoto #container {
		margin-left: auto;
		margin-right: auto;
		width: 720px;
	}
	.pop #popPhoto a {
		color: #666666;
	}
	.pop #popPhoto a:hover {
		color: #999999;
	}
