@charset "UTF-8";

body{
	background-color:none;
	font-family: "メイリオ",sans-serif;
	font-size:11px;
}
ul,li,p{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	vertical-align:bottom;
}
a{
	color: #ff0000;
}
a:hover{
	color: #000;
	text-decoration:none;
}

#wrap{
	width:530px;
	height:530px;
	background-color:#000;
	border:3px solid #888;
	margin:auto;
	padding:7px;
	overflow:hidden;
}

#left{
	width:225px;
	float:left;
	position:relative;
}

img.photo{
	width:225px;
}
#left ul{
	margin-top:5px;
}
#left li{
	float:left;
}
#left li a{
	display:block;
	width:42px;
	height:18px;
	background:#555;
	border-radius:2px;
	margin:0 3px 3px 0;
	line-height:1.9;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#left li a:hover{
	background:#666;
}

#more_photo{
	text-align:left;
}
#more_photo a{
	color: #fff;
	background:url(images/ico.png) no-repeat left center;
	padding-left:11px;
}

#movie{
	position:absolute;
	top:420px;
	left:22px;
	width:180px;
	height:100px;
}
#movie img.play{
	position:absolute;
	top:0;
	left:0;
}

#right{
	float:right;
	width:290px;
}

#gals_data,#shop_data,#discount{
	width:290px;
	background:#fff;
	margin-bottom:10px;
}

.inner{
	padding:5px;
	height:100px;
	overflow:auto;
	position:relative;
}

.time{
	position:absolute;
	top:5px;
	right:5px;
	color:#000;
	background-color:#ff0000;
	padding:0 3px;
}

#shop_data a,#discount a{
	padding-left:15px;
}

#shop_data a{
	background:url(images/ico_shop.jpg) no-repeat left center;
}

#discount a{
	background:url(images/ico_print.jpg) no-repeat left center;
}
#discount dl{
	padding:0;
	margin:0;
}
#discount dt{
	font-size:13px;
	font-weight:bold;
}
#discount dd{
	padding:0 0 5px;
	margin:0 0 5px;
	border-bottom:1px dotted #999;
}


#tel{
	height:80px;
	color:#ff0066;
	background:url(images/tel.jpg) no-repeat;
	text-align:left;
}
#tel p{
	width:290px;
	padding:3px 0 0 260px;
	font-weight:bold;
}
.tel_num{
	font-size:33px;
}

#tel2{
	color:#ff0066;
	margin-top:15px;
}
#tel2 b{
	color:#fff;
	font-size:16px;
}
#tel2 .number{
	font-size:32px;
	background:url(images/tel.png) no-repeat left center;
	padding:3px 0 0 35px;
}