@charset "UTF-8";
/* CSS Document */
img{
	border-style:none;
}
.main {  margin:0 auto; width:800px;text-align:center; background-color:#ffffff; }
.main #shop_name {
	background-image: url(/asset/img/shop/common/name_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height:40px;
	/*background-color:#CC99CC;*/
}
.main #shop_name h1{
	margin:8px auto;
	font-size:14px;
}
.shop-description{
	border: solid 1px #cccccc;
	background-color:#eeeeee;
	text-align:left;
	padding: 5px;
	font-size:small;
	overflow:auto;
	height:340px;
}

.movie-link{
	padding: 0px;
	margin-top:12px;
	height:35px;
	background-color:#9C3;
}



.main #contorl {
	background-image: url(/asset/img/shop/common/vision_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height:33px;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	/*background-color:#CC99CC;*/
}
#contorl a:link, #contorl a:visited {
	color:#FFFFFF;
}
#contorl a:hover {
	color:#FFFF00;
}


.photos{
	width:200px;
	height:150px;
	background-color:#CCCCCC;
}


