/* ショップページ用 */
html,body{
height:100%;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}

#list {
	text-align:left;
	margin:5px 0 0 0;
	padding:0;
	width:252px;
	float:left;
	overflow:auto;
}

.roll{
	width:250px;
	height:500px;
	border:solid 1px #333333;
	overflow:scroll;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	padding:0;
}

#main {
	margin:5px 0 0 0;
	padding:0;
	width:480px;
	float:right;
}

.shopbun {
	font-size:10px;
	margin:5px 0;
	line-height:14px;
	text-align:center;
}

ul.leftlist {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:normal;
	width:240px
}


ul.leftlist li.ken {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.leftlist li.si {
	background-color:#FF9900;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.leftlist li.ku {
	background-color:#FFCC00;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.leftlist li.listname00 {
	display:block;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_00.gif) top left no-repeat;
}

ul.leftlist li.listname01 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_01.gif) top left no-repeat;
}

ul.leftlist li.listname10 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_10.gif) top left no-repeat;
}

ul.leftlist li.listname11 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_11.gif) top left no-repeat;
}

ul.leftlist li.listname00 a,
ul.leftlist li.listname01 a,
ul.leftlist li.listname10 a,
ul.leftlist li.listname11 a {
	display:block;
	text-decoration:none;
}

ul.leftlist li.listname00 a:hover,
ul.leftlist li.listname01 a:hover,
ul.leftlist li.listname10 a:hover,
ul.leftlist li.listname11 a:hover {
	display:block;
	text-decoration:none;
	background:#FFFF99;
}

img.shoppic {
	vertical-align:text-top;
	border:none;
	margin:0 0 0 1px;
	padding:0;
}

.daisu {
	font-size:10px;
	line-height:normal;
}


ul.toplist {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	line-height:normal;
	width:181px;
}


ul.toplist li.ken {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.toplist li.si {
	background-color:#FF9900;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.toplist li.ku {
	background-color:#FFCC00;
	margin:0;
	padding:3px;
	text-align:center;
}

ul.toplist li.listname00 {
	display:block;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_00.gif) top left no-repeat;
	text-align:left;
}

ul.toplist li.listname01 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_01.gif) top left no-repeat;
	text-align:left;
}

ul.toplist li.listname10 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_10.gif) top left no-repeat;
	text-align:left;
}

ul.toplist li.listname11 {
	display:block;
	line-height:normal;
	margin:2px 0 2px 5px;
	padding:0 1px 0 30px;
	border-bottom:#EEEEEE solid 1px;
	background:url(shopimg/machine_11.gif) top left no-repeat;
	text-align:left;
}

ul.toplist li.listname00 a,
ul.toplist li.listname01 a,
ul.toplist li.listname10 a,
ul.toplist li.listname11 a {
	display:block;
	text-decoration:none;
}

ul.toplist li.listname00 a:hover,
ul.toplist li.listname01 a:hover,
ul.toplist li.listname10 a:hover,
ul.toplist li.listname11 a:hover {
	display:block;
	text-decoration:none;
	background:#FFFF99;
}

img.shoppic {
	vertical-align:text-top;
	border:none;
	margin:0 0 0 1px;
	padding:0;
}





/* ショップ情報 ここから */
h3.shopname {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#333333;
	line-height:normal;
	padding:10px 10px 10px 10px;
	margin-bottom:5px;
	margin-top: 0;
	letter-spacing:1px;
	border-top:#FF6600 solid 5px;
	border-bottom:#FF6600 solid 5px;
	text-align:center;
}

div.setumei {
	padding:5px;
}

div.mainphoto {
	margin:0 0 5px 0;
	text-align:center;
}

div.shopinfohidari {
	padding:0;
	width:240px;
	float:left;
	margin:0 0 10px 0;
}

div.shopinfo {
	border:#666666 solid 1px;
	text-align:left;
	padding:5px;
	width:230px;
	margin:0 0 10px 0;
}

.shopqrbun {
	background:#666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	text-align:center;
	margin:0;
}

div.shopqr {
	border:#666666 solid 1px;
	text-align:center;
	padding:5px;
	width:230px;
	margin:0 0 10px 0;
}

div.shopinfomigi {
	padding:0px;
	width:230px;
	float:right;
	margin:0 0 10px 0;
}

div.shopinfo2 {
	text-align:left;
	width:230px;
	margin:0 0 10px 0;
}

div.shopinfo3 {
	text-align:center;
	width:230px;
	margin:10px 0 10px 0;
}

img.kokuchiimg {
	border:none;
}

img.imgmain {
	border:none;
	margin:0 0 10px 0;
}

.text1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:5px 0 10px 0;
	line-height:1.1;
	color:#000000;
}

.text2 {
	font-size:12px;
	text-align:left;
	margin:0 0 8px 0;
}

.text3 {
	font-size:12px;
	text-align:left;
	line-height:1.2;
}

.add {
	background:url(shopimg/icon_add.gif) top left no-repeat;
	text-indent:-99999px;
}

.tel {
	background:url(shopimg/icon_tel.gif) top left no-repeat;
	text-indent:-99999px;
}

.fax {
	background:url(shopimg/icon_fax.gif) top left no-repeat;
	text-indent:-99999px;
}

.open {
	background:url(shopimg/icon_open.gif) top left no-repeat;
	text-indent:-99999px;
}

.close {
	background:url(shopimg/icon_close.gif) top left no-repeat;
	text-indent:-99999px;
}

.seki {
	background:url(shopimg/icon_seki.gif) top left no-repeat;
	text-indent:-99999px;
}

.parking {
	background:url(shopimg/icon_parking.gif) top left no-repeat;
	text-indent:-99999px;
}

.machine {
	background:url(shopimg/icon_machine.gif) top left no-repeat;
	text-indent:-99999px;
}

.infobun{
	margin:0 0 5px 15px;
}

.hpkomebun{
	margin:5px 0 0 0;
}

.addinfo{
	margin:0 0 3px 15px;
}

.telinfo{
	font-size:16px;
	margin:0 0 5px 15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/font-family:"ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif, Verdana;
	color:#990000;
	letter-spacing:1px;
}

ul.pchpul {
	margin:8px 0 0 0;
	padding:0;
	list-style-type:none;
	width:100px;
}

li.pchp {
	display:block;
	width:100px;
	height:18px;
	text-indent:-99999px;
	background:url(shopimg/icon_homepage.gif) top left no-repeat;
}

li.pchp a {
	display:block;
	width:100px;
	height:18px;
	background:url(shopimg/icon_homepage.gif) top left no-repeat;
}

li.pchp a:hover {
	display:block;
	background:url(shopimg/icon_homepage2.gif) top left no-repeat;
}

div#map {
	line-height:1.8;
	padding:5px 0;
}

div.pagetop {
	text-align:center;
	padding:10px;
}


img.shopsubimg {
	margin:0;
	padding:0;
}

a:link img.shopsubimg {
	border:#FFFFFF 3px solid;
}

a:visited img.shopsubimg {
	border:#FFFFFF 3px solid;
}

a:hover img.shopsubimg {
	border:#FFCC00 3px solid;
	opacity:0.8;
	filter: alpha(opacity=80);
}

a:active img.shopsubimg {
	border:#FFFFFF 3px solid;
}

div.toplist1 {
	display : inline;
	float:left;
	width:181px;
	margin:0 0 0 3px;
	padding:0 3px 0 0;
	border-right:#999999 solid 1px;
}

div.toplist2 {
	display : inline;
	float:left;
	width:181px;
	margin:0 0 0 3px;
	padding:0 0 0 0;
}


/* ショップ情報 ここまで */


