@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

body {
	background: url(common/images/bg.jpg) left top repeat-x;
}

#img_top {
	width: 920px;
	height: 302px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

#flash_top {
	width: 920px;
	height: 302px;
}

h3#new {
	width: 280px;
	height: 27px;
	background: url(common/images/top_new.jpg) no-repeat;
	text-indent: -999em;
}
h3#topics {
	width: 280px;
	height: 27px;
	background: url(common/images/top_blog.jpg) no-repeat;
	text-indent: -999em;
}

#box_new {
    width: 280px;
	/*height: 203px;*/
	height: 258px;
	background: url(common/images/top_new_bg2.jpg) no-repeat;
	margin-bottom:10px;
}
#box_new_in {
    width: 260px;
	/*height: 183px;*/
	height: 238px;
	padding: 10px;
	overflow: auto;
}

#box_topics {
    width: 280px;
	/*height: 203px;*/
	height: 258px;
	background: url(common/images/top_new_bg2.jpg) no-repeat;
	margin-bottom:10px;
}
#box_topics_in {
    width: 260px;
	/*height: 183px;*/
	height: 238px;
	padding: 10px;
	overflow: auto;
}

#box_topics_in li {
    margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}

#box_new_in span,
#box_topics_in span {
	font-weight: bold;
	color: #996600;
	display: block;
}

#box_new_in p,
#box_topics_in p {
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}

.box_01 {
    width: 570px;
	height: 150px;
	float: left;
	position: relative;
	background: url(common/images/top_nail.jpg) no-repeat;
	margin-bottom:10px;
}
.box_02 {
    width: 570px;
	height: 150px;
	float: left;
	position: relative;
	background: url(common/images/top_eyelash.jpg) no-repeat;
	margin-bottom:10px;
}
.box_03 {
    width: 570px;
	height: 150px;
	float: left;
	position: relative;
	background: url(common/images/top_hair.jpg) no-repeat;
}

.nail_deliv{
	width: 280px;
	height: 65px;
	position: absolute;
	top: 75px;
	left: 10px;
}

.nail_deliv a:hover img{

	-moz-opacity:0.70;
	opacity:0.70;
}


.box_01 ul,
.box_02 ul,
.box_03 ul {
	display: block;
	width: 200px;
	height: 30px;	
	position: absolute;
	left: 356px;
	top: 113px;
}	
.box_01 li,
.box_02 li,
.box_03 li {
	text-indent: -9999em;
}
.box_01 ul a,
.box_02 ul a,
.box_03 ul a {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 30px;
	overflow: hidden;
	background: url(common/images/top_btn01.gif) left top;
}
.box_01 ul a:hover,
.box_02 ul a:hover,
.box_03 ul a:hover {
	background-position: 0px -30px;
}

#banner	{
	clear:both;
	padding-top:27px;
	background:url(common/images/bar_banner.jpg) no-repeat;
}
#coupon	{
	float:left;
}
#blog	{
	float:right;
}

.shop_bnr {
    width: 570px;
}
.shop_bnr dl {
    width: 570px;
	overflow: hidden;
}
.shop_bnr dt {
    width: 280px;
	float: left;
	margin-right: 10px;
}
.shop_bnr dd {
    width: 280px;
	float: left;
}
.shop_bnr a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
}
