@charset "UTF-8";
/* CSS Document */

@import "common.css";

/*----------------------------------------*/
/*カラムセット                            */
/*----------------------------------------*/
#main_column{
	padding-top:10px;
}

#left_column{
	float:left;
	width:553px;
}

#right_column{
	float:right;
	width:240px;
}



/*----------------------------------------*/
/*キューピットエンジェルとは                              */
/*----------------------------------------*/
#about{
	position:relative;
	background: no-repeat #ffe6e8 center top url(../img/top/about_back_top.gif);
	padding:17px 17px 12px 530px;
	margin-top:15px;
	font-size:1.2em;
}

#about h2{
	background:no-repeat top url(../img/top/h2_about.gif);
	height:20px;
	width:222px;
	text-indent:-9999em;
}

#about #about_txt{
	position:absolute;
	top:17px;
	left:17px;
	width:490px;
}
.ie6 #about #about_txt{
	left:-513px;
}

#about #bt_uranai a{
	display:block;
	background:no-repeat top url(../img/top/bt_uranai.gif);
	width:250px;
	height:125px;
	text-indent:-9999em;
}
#about #bt_uranai a:hover{
	background-position:bottom;
}

#about .wrapper{
	background:no-repeat bottom url(../img/top/about_back_bottom.gif);
}


/*----------------------------------------*/
/*新着情報                              */
/*----------------------------------------*/
#news{
	background:#fff3f4;
	padding-bottom:15px;
}

#news h3{
	background:no-repeat left top url(../img/top/h3_news.gif);
	width:553px;
	line-height:39px;
	text-indent:-9999em;
}

#news dl{
	margin:15px 20px 0px;
	font-size:1.2em;
	line-height:2em;
}
#news dl dt{
	clear:both;
	float:left;
	width:75px;
}
#news dl dd{
	margin-left:75px;
}


/*----------------------------------------*/
/*洋服                              */
/*----------------------------------------*/
#accessary{
	padding-top:20px;
}

#accessary h3{
	background:no-repeat url(../img/top/h3_accesary.gif);
	height:54px;
	text-indent:-9999em;
}

#accessary ul{
	clear:both;
	float:left;
	width:100%;
	/*background:repeat-y center url(../img/top/acce_dot.gif);*/
	margin-bottom:15px;
}
#accessary li{
	width:184px;
	height:210px;
	float:left;
	text-align:center;
}

#accessary li .wrapper{
	margin:10px 0;
	background:repeat-y 1px top url(../img/top/acce_dot.gif);
}

#accessary li p.text{
	padding:0 5px;
}


/*----------------------------------------*/
/*右カラム                              */
/*----------------------------------------*/
#bt_blog a{
	display:block;
	background:no-repeat top url(../img/top/bt_blog.gif);
	width:240px;
	height:131px;
	text-indent:-9999em;
}
#bt_blog a:hover{
	background-position:bottom;
}