/* CSS Document */

#main {
	padding-top:90px;
}

#shop {
	width:740px;
	border:5px double black;
	background-color:#D4A66A;
}

#shop h2 {
	font-size:36px;
	background-color:#FF6666;
	height:50px;
	padding:5px;
	border-bottom:2px solid black;
}

#copy {
	padding:5px 5px 10px 5px;
	font-size:20px;
}

#photoofshop {
	padding:5px;
	float:right;
	background-color:#000000;
}
#infoofshop {
	clear:both;
	width:400px;
	padding:10px 170px 5px 170px;
	font-size:14px;
}

#infoofshop table {
	width:400px;
	background-color:#000000;
}

#infoofshop td {
	padding:5px;
	background-color:#D4A66A;
}

#infoofshop td.label {
	text-align:center;
}

#navi {
	clear:both;
	position:absolute;
	top:230px;
	width: 750px;
}

#link {
	width:140px;
	padding:40px 0px 0px 293px;
	float:right;
}

a#totop {
	text-indent:-9999px;
	display:block;
	width:140px;
	height:20px;
	background-image:url(../../img/totop.gif);
}

a#totop:hover {
	background-image:url(../../img/totop_on.gif);
}

#qr {
	width:300px;
	height:74px;
	padding:2px;
	float:right;
	border:3px double black;
}
#qrcode {
	width:68px;
	height:68px;
	border:3px solid white;
	float:left;
}
#qrinfo {
	width:194px;
	height:auto;
	padding:3px;
	float:right;
}

