@charset "utf-8";

div#top_left{
	width: 620px;
/*	padding: 15px; */
/*	background-color: #888; */
	float: left;
	display: inline;
/*	border: 1px solid #ddd; */
	background-color: #fff;
}

div#top_left img{
/*	display: block; */
	border: 1px solid #ccc;
}

ul#ac_photos ul{
	background: #eee;
}

ul#ac_photos li{
	position: relative;
	width: 180px;
	height: 280px;
	float: left;
	margin: 0 2px;
	padding: 10px;
	background: url(/img/top_li_back.png) no-repeat 0 0;
}

ul#ac_photos li h4{
	position: absolute;
	display: block;
	width: 100%;
	top: 200px;
	padding-left: 5px;
	font-weight: bold;
}

ul#ac_photos li p{
	position: absolute;
	top: 200px;
	right: 10px;
	text-align: right;
	margin-top: 3px;
}

ul#ac_photos li img{
	width: 180px;
	height: 180px;
	margin-left: 10px;
}

ul#ac_photos li img.megane{
	position: absolute;
	left: 170px;
	top: 170px;
	z-index: 300;
	width: 20px;
	height: 20px;
}

ul#ac_photos_new ul{
	background: #eee;
}
ul#ac_photos_new li{
	position: relative;
	width: 180px;
	height: 280px;
	float: left;
	margin: 0 2px;
	padding: 10px;
	background: url(/img/top_li_back.png) no-repeat 0 0;
}
ul#ac_photos_new li h4{
	position: absolute;
	display: block;
	width: 100%;
	top: 200px;
	padding-left: 5px;
	font-weight: bold;
}

ul#ac_photos_new li p{
	position: absolute;
	top: 215px;
	right: 10px;
	text-align: right;
	margin-top: 3px;
}

ul#ac_photos_new li img{
	width: 180px;
	height: 180px;
}

ul#ac_photos_new li img.megane{
	position: absolute;
	left: 170px;
	top: 170px;
	z-index: 300;
	width: 20px;
	height: 20px;
}

ul#ac_photos_new li a{
	color: #333;
	text-decoration: none;
}
ul#ac_photos_new li a:hover{
	color: #999;
	text-decoration: underline;
}




div#top_right{
	float: right;
	width: 200px;
/*	background-color: #bbb; */
	display: inline;
}

div#top_right ul li a{
	display: block;
	width: 200px;
	height: 90px;
	margin-bottom: 5px;
}

div#top_right ul li a span{
	display: none;
}

div#top_right ul li a#recommend{
	background: url(/img/recommend.png) no-repeat 0 0;
}
div#top_right ul li a#campaign{
	background: url(/img/campaign.png) no-repeat 0 0;
}
div#top_right ul li a#sale{
	background: url(/img/sale.png) no-repeat 0 0;
}

div#top_right ul li a#recommend:hover ,div#top_right ul li a#campaign:hover ,div#top_right ul li a#sale:hover{
	background-position: 0 -90px;
}


/* cross slide */

div#top_img{
	position: absolute;
	top: 144px;
	left: 0;
	width: 900px;
	height: 250px;
	border-bottom: 1px solid #ccc;
}

/* cross slide */



