@charset "utf-8";
/* CSS Document */

@import url(common.css);

/* TOP */
#index-copy {
	position: absolute;
	width:676px;
	height:105px;
	left: 0px;
	top: 0px;
	background:url(../img/common/salon_copy.jpg) bottom no-repeat;
	text-indent:-9999px;
}


/* salon-index */
#salon-index {
	position: absolute;
	width: 676px;
	height: 422px;
	left: 0px;
	top: 108px;
	background-image: url(../img/common/salontitle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent:-9999px;
}
#salon-box{
	width: 647px;
	height: 394px;
	background-image: url(../img/common/salon01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent:-9999px;
	position: absolute;
	float: none;
	left: 17px;
	top: 28px;
}
/* ccg-index */
#ccg-index {
	position: absolute;
	width: 676px;
	height: 422px;
	left: 0px;
	top: 108px;
	background-image: url(../img/common/ccgtitle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-indent:-9999px;
}
#ccg-box{
	width: 647px;
	height: 394px;
	/*background-image: url(../img/common/comingsoon.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	text-indent:0px;
	position: absolute;
	float: none;
	left: 17px;
	top: 28px;
}
