@charset "utf-8";
#contents  #contentsHeader {
	background-image: url(../img/shopDetailBack.jpg);
	height: 230px;
	position: relative;
	width: 960px;
	line-height: normal;
}
#contents #contentsHeader h2 {
	font-size: 200%;
	font-weight: bold;
	position: absolute;
	top: 150px;
	right: 87px;
	text-align: center;
	display: block;
	height: 30px;
	width: 400px;
}
#contents #contentsHeader .long {
	font-size: 175%;
	font-weight: bold;
	position: absolute;
	top: 152px;
	right: 87px;
	text-align: center;
	display: block;
	height: 30px;
	width: 400px;
}


#contents  #contentsBody {
	background-image: url(../img/contentsBack.jpg);
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2;
}
#contents  #gNavi  {
	height: 80px;
	width: 580px;
	position: absolute;
	top: 0px;
	right: 80px;
}
#contents  #gNavi #topLink a {
	background-image: url(../img/Gnavi.jpg);
	background-position: left top;
	height: 80px;
	width: 145px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contents  #gNavi #companyLink a {
	background-image: url(../img/Gnavi.jpg);
	background-position: -145px top;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 145px;
	position: absolute;
	left: 145px;
	top: 0px;
}
#contents #gNavi #shopsLink a {
	height: 80px;
	width: 145px;
	background-image: url(../img/Gnavi.jpg);
	background-position: -290px -80px;
	position: absolute;
	left: 290px;
	top: 0px;
	text-indent: -9999px;
	display: block;
}
#contents #gNavi #contactLink a {
	background-image: url(../img/Gnavi.jpg);
	background-position: right top;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 145px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contents  #gNavi #topLink a:hover {
	background-position: left -160px;
}
#contents #gNavi #companyLink a:hover {
	background-position: -145px -160px;
}
#contents #gNavi #shopsLink a:hover {
	background-position: -290px -160px;
}
#contents #gNavi #contactLink a:hover {
	background-position: right -160px;
}
#contents #contentsBody #aboutShop {
	height: 250px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
}

#contents #contentsBody #aboutShop #shopInfo li {
	padding-bottom: 8px;
}
#contents #contentsBody #aboutShop #shopInfo h3 {
	padding-bottom: 18px;
	font-weight: bold;
}

#contents #contentsBody #aboutShop #shopInfo {
	height: 250px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	font-size: 130%;
}
#contents    #contentsBody    #aboutShop    #shopInfo    table {
	right: 0px;
	position: absolute;
	margin-top: 11px;
}
#contents #contentsBody #aboutShop #shopInfo thead {
	background-color: #CCCCCC;
}
#contents   #contentsBody   #aboutShop   #shopInfo   th {
	text-align: center;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#contents #contentsBody #aboutShop #shopInfo td {
	border: 1px solid #999999;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#sale {
	width:380px;
	text-align:left;
	border:2px solid #FF0000;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
#sale table tr td {
	vertical-align:top;
}
#sale table tr td .bold{
	font-weight:bold;
}
#sale table tr td .off{
	font-weight:bold;
	color:#FF0000;
}
#contents #contentsBody #aboutShop #shopPhoto {
	position: absolute;
	height: 250px;
	width: 350px;
	top: 0px;
	right: 0px;
}
#contents #contentsBody h5 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 130%;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#contents #contentsBody iframe {
	border: 1px solid #999999;
}

/*IE6以前でtableへフォントサイズの継承がうまくいかない問題を回避*/
table {
	font-size:inherit;
	font:100%
}

