@charset "UTF-8";

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
PAGE LAYOUT（ページレイアウト、骨格の記述まで）
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
wrapper
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#wrapper {
	margin: 0 auto;
	width: 970px;
	background: url(../common-img/bg.jpg) repeat-y left;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
container
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#container {
	margin: 0 auto;
	padding-bottom: 1px;
	width: 910px;
}
#contentArea {
	padding: 0 0 25px 0;
}

/*お店ページレイアウト*/
#pageShop #container {
	/*margin-left: auto;
	margin-right: auto;*/
	width: 910px;
	text-align: left;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
headerArea
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#headerArea {
	margin: 0 0 10px 0;
	width: 910px;
	text-align: left;
}

#headerTop {
	width: 910px;
	height: 79px;
	display: block;
}
/*
#headerRead {
	position: relative;
	display: block;
	float: left;
	width: 545px;
	height: 79px;
}
*/


/*交流センター*/
#headerRead {
	position: relative;
	display: block;
	float: left;
	width: 730px;
	height: 79px;
}
#headerRead h1 {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 165px;
	
}
#headerRead h1 a {
	width: 500px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../common-img/logo_koryu.gif) no-repeat;
}
/*
#headerRead h2 {
	position: absolute;
	top: 27px;
	left: 185px;
	margin: 0;
	padding: 0;
	width: 260px;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}
*/


/*交流センター*/
#headerRead h2 {
	position: absolute;
	top: 27px;
	left: 500px;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
}

#headerRight {
	float: right;
	width: 365px;
}



/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
headerArea（お店ディフォルト）
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#pageShop #headerArea {
	position: absolute;
	width: 910px;
	height: 123px;
	text-align: left;
	top: 0;
	display: block;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
coverArea（トップページ）
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*
#coverArea {
	margin: 0 0 20px 0;
	width: 910px;
	height: 300px;
	display: block;
}
*/
/*交流センター*/
#coverArea {
	margin: 0 0 20px 0;
	width: 910px;
	height: 200px;
	display: block;
	border:1px solid #cccccc;
	background: url(../global-image/top/top4.jpg) no-repeat;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
coverArea（第2階層）
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#subCoverArea {
	margin: 0 0 20px 0;
	width: 910px;
	height: 125px;
	display: block;
}

#subCoverArea h3 {
	width: 910px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}
#subCoverArea p {
	text-indent: -9999px;
}


/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
footer
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#footerArea {
	width:  910px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	background: url(../common-img/footer-bottom.gif) no-repeat bottom;
}
/*ページトップボタン*/
p#btnPagetop {
	float: right;
	padding: 0 0 5px 0;
	width: 74px;
}
p#btnPagetop a {
	width: 74px;
	height: 11px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../common-img/btn-pagetop.gif) no-repeat;
}
p#btnPagetop a:hover {
	background: url(../common-img/btn-pagetop.gif) no-repeat 0 -11px;
}

/*アドレス*/
#addressArea {
	margin-top: 5px;
	border-top: 1px solid #CCC;
}
#addressArea p.addressInnerLeft a {
	float: left;
	width: 346px;
	height: 37px;
	background: url(../common-img/footer-add-left.gif) no-repeat left center;
	text-indent: -9999px;
	border-right: 1px solid #CCC;
}
#addressArea p.addressInnerRight {
	float: right;
	width: 563px;
	height: 37px;
	background: url(../common-img/footer-add-right_k.gif) no-repeat left center;
	text-indent: -9999px;
}

/*交流センター*/
#footerAreaInner {
	margin: 0;
	padding: 10px 0 0 0;
	width: 910px;
	background: url(../common-img/footer-head.gif) no-repeat top;
	color: #FFF;
	position:relative;
}
#footerNaviArea {
	width: 910px;
	background: #666;
}
p#footerRead {
	padding: 20px 0 8px 15px;
	background: #666;
	line-height: 14px;
	font-size: 10px;
}
p#footerRead a {
	color: #FFF;
	text-decoration: underline;
}
/*コピーライト*/
p#footerCopy {
	margin: 0;
	padding: 0 0 5px 15px;
	background: #666;
	font-family: Verdana;
	line-height: 1em;
	font-size: 9px;
}

/*交流センター*/
#footerKoryu{
	background:none;
	position:absolute;
	top:10px;
	right:10px;
}


/*-------------------------------------------------------------
ポップアップウインドウ
-------------------------------------------------------------*/
body#pageProfile {
	background: url(../common-img/popup-ttl-bg.gif) repeat-x top;
}
.divContentsPopup {
	padding: 0 20px 10px 20px;
}
/*ヘッダー*/
.divPopupHeader {
}
.divPopupHeader h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}
.divPopupHeader h1 a {
	width: 253px;
	height: 53px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../common-img/logo-s.gif) no-repeat;
}
/*閉じるボタン*/
.divPopupHeader p {
	float: right;
	width: 41px;
	margin: 20px 0 10px 0;
}
.divPopupHeader p a {
	width: 41px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../common-img/btn-close.gif) no-repeat;
}
/*ページタイトル*/
.divPopupTtl {
	padding: 0;
	height: 34px;
	display: block;
}
.divPopupTtl h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	line-height: 34px;
	font-size: 14px;
}


/*コンテンツ*/
.divPopupContents {
	padding: 20px 0;
}

/*コンテンツ*/
.divPopupMapContents {
	padding: 20px 0;
	width: 760px;
}

/*印刷用マップ*/
#divPopupShopMap {
	float: left;
	width: 540px;
	height: 350px;
}
#divPopupShopDetail {
	float: right;
	width: 200px;
}
#divPopupShopDetail dl {
	padding: 15px;
	background: #F4F4F4;
}
#divPopupShopDetail dt {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#divPopupShopDetail dd {
	padding-bottom: 5px;
}
.pPopupShopDetailPrint a {
	margin: 15px auto 0 auto;
	display: block;
	width: 140px;
	height: 25px;
	background: url(../common-img/omise-btn-print.gif) no-repeat left top;
	text-indent: -9999px;
}
.pPopupShopDetailPrint a:hover {
	background: url(../common-img/omise-btn-print.gif) no-repeat 0 -25px;
}



/*フッター*/
.divPopupFooter {
	background: #666 url(../common-img/footer-left.gif) no-repeat left;
}
/*コピーライト*/
.divPopupCopyright {
	height: 40px;
	display: block;
	background: url(../common-img/footer-right.gif) no-repeat right;
}
.divPopupCopyright p {
	margin: 0;
	padding: 15px 15px 0 15px;
	font-family: Verdana;
	line-height: 1em;
	font-size: 9px;
	color: #FFF;
}
