@charset "UTF-8";
/* CSS Document */

td img {display: block;}td img {display: block;}

#back-1 {
	position:relative;
background-image: url("../images/shop-back-1.gif");
	width:629px;
	height:215px;
}
#back-1 .mark {
	position:absolute;
	left:15px;
	top:32px;
} 
#back-1 .title {
	position:absolute;
	left:50px;
	top:16px;
	width:315px;
} 
#back-1 .title p{
	color:#FF3300;
	font-weight:bold;
	font-size:1.5em;
} 
#back-1 .mes {
		position:absolute;
left:20px;
	top:75px;
	width:340px;

} 
#back-1 .photo {
	position:absolute;
left:370px;
	top:20px;
} 
.item {
	position:relative;
	width:629px;
	height:200px;
}
.item .itemname {
	position:absolute;
	left:5px;
	top:50px;
	width:110px;
	color: #CC0000;
	font-weight: bold;
} 
.item .itemphoto {
	position:absolute;
	left:25px;
	top:20px;
} 
.item .itemmes {
	position:absolute;
	left:275px;
	top:20px;
	width:330px;
} 

.shop {
	position:relative;
	width:629px;
	height:210px;
}
.shop h3{
	margin:0 0 10px 0;
}
.shop .photo {
	position:absolute;
	left:20px;
	top:20px;
} 
.shop .mes {
	position:absolute;
	left:280px;
	top:20px;
	width:330px;
} 
.other table{
	border: solid 1px #000000; border-collapse: collapse;
	margin:0 0 0 50px;
}
.other td{
	border: solid 1px #000000;
	padding:3px;
}

