@charset "UTF-8";


#right_content_1 {
	position:absolute;
	top:40px;
	left:340px;
	margin:0;
	width:480px;
	height:250px;
	border:1px solid #666;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background: rgba(34, 34, 34, 0.8);
}

#profile {
	position:absolute;
	top:60px;
	left:360px;
	width:440px;
	margin:0;
	padding:0;
}

#profile .title {
	margin:0 0 5px;
	font-size:11px;
	color:#fff;
}

.name {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.profile_photo {
	float:right;
	margin:48px 0 10px 10px;
	border:1px solid #999;
}

.profile_text {
	margin:10px 0 0;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	text-align:justify;
	color:#fff;
}

#right_content_2 {
	position:absolute;
	top:320px;
	left:340px;
	margin:0;
	width:480px;
	height:295px;
	border:1px solid #666;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background: rgba(34, 34, 34, 0.8);
}

.shop_data {
	/*position:absolute;
	top:380px;
	left:380px;*/
	width:440px;
	margin:20px;
	padding:0;
}

.shop_data .title {
	margin:0 0 15px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.shop_data ul {
	margin:0 0 0 10px;
}

.shop_data li {
	list-style:none;
	margin:0 0 12px;
	font-size:12px;
	color:#fff;
}

.map {
	float:right;
	margin:80px 0 10px 10px;
}

.shop_data a { color: #ccc; text-decoration: none; }
.shop_data a:link		{ color: #ccc; text-decoration: none; }
.shop_data a:visited	{ color: #ccc; text-decoration: none; }
.shop_data a:active	{ color: #ccc; text-decoration: none; }
.shop_data a:hover		{ color: #e8c095; text-decoration: none; }

.shop_data_caption {
	clear:both;
	color:#fff;
}


* html #left_content {
	margin:auto 0;
	height:510px;
 
/* IE5 later && javascript-on */
position: expression('absolute');
top: expression(documentElement.scrollTop + 0 + 'px');
left: expression(documentElement.scrollLeft + 0 + 'px');
}

