/* CSS Document */
* {
	padding:0;
	margin:0;
}
img {
	border:0px;
}
body {
	text-align:center;
	background:url(../image/bg_all.gif) repeat;
}
a:link {
	color:#F03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#F99;
}
a:hover {
	text-decoration: underline;
	color:#FC3;
}
a:active {
	color:#F03;
	text-decoration: none;
}

#wrap {
	width:800px;
	height:auto;
	text-align:left;
	background:#FFF;
}
#head {
}
#menu {
}
.menu_txt {
	font-size:14px;
	font-weight:bold;
}
#contents {
	text-align:center;
	margin-bottom:60px;
}
.photo {
	font-size:12px;
	color:#F99
}
.photo2 {
	font-size:15px;
	font-weight:bold;
	color:#F99
}

.shop_name {
	font-size:30px;
	font-weight:bold;
	color:#333;
}
.shop_img {
	text-align:center;
}
.btn1 {
	margin-top:10px;
}
.btn2 {
	margin-top:10px;
	margin-bottom:10px;
}
.data {
}

table.shop_data th {
	font-size:14px;
	text-align:right;
	color:#CCC;
	padding:3px;
	font-weight: normal;
}
table.shop_data td {
	font-size:14px;
	text-align:left;
	color:#F36;
	padding:3px;
}

table.price_data th {
	font-size:12px;
	font-weight:normal;
	text-align:right;
	color:#666;
	padding:3px;
}
table.price_data td {
	font-size:12px;
	text-align:left;
	color:#F03;
	padding:3px;
}

.u_menu {
	font-size:12px;
}