@charset "UTF-8";

body {
margin:0;
padding:0;
background:url(../images/bg.gif) repeat;
}

#container {
width: 100%;
text-align: center;
}

.main_table{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
background-color: #FFF;
}

.shop_title{
padding-right:9px;
padding-top: 20px;
padding-bottom: 10px;	
}

.shop_detail{
padding-top: 10px;
padding-bottom: 5px;	
}

.shop_td {
padding-right:9px;
padding-bottom: 5px;	
}

#viewer {
margin: 0 auto;
width: 950px;
height: 450px;
text-align: left;
overflow: hidden;
position: relative;
}
#viewer img {
top: 0;
left: 0;
position: absolute;
}

img{
 vertical-align: top;
}