@charset "utf-8";
@import url("base.css");
@import url("header.css");
@import url("footer.css");
@import url("campaign.css");
/*---------------------------------------------*/
/* index.css                                   */
/*   -- salon'dR                               */
/*---------------------------------------------*/


/* flash項 ---------------------------- */
#flash {
	width:800px;
	height:250px;
	margin:0 auto 5px;
	padding:0;
	position:relative;
	background:#ffffff;
}

.alt-flash {
	width:800px;
	height:250px;
	background:url(../img/img_alt_flash.jpg) no-repeat 0 0;
}

.alt-flash div {
	margin:30px 30px 0 0;
	padding:10px;
	float:right;
	background:#FFF;
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.alt-flash p {
	font-size:0.9em;
}

/* NEWS項 ---------------------------- */
#news {
    margin:20px 0 0;
}

.tit-news {
    width:280px;
    height:20px;
	padding:10px 10px 0 0;
    text-align:right;
	background:url(../img/tit_alpha_news.png) no-repeat 0 0;
}

.tit-news a {
}

#news dl {
    width:290px;
    margin:0;
	padding:0;
	float:left;
}

#news dl dt {
	color:#423023;
	font-size:0.85em;
	text-align:right;
}

#news dl dd {
    margin:0 0 10px;
	padding:0 0 0 5px;
	border-bottom:1px dotted #423023;
}

/* 初回限定項 ---------------------------- */
.alpha-first {
	margin:20px 0 0;
}

/* staff blog項 ---------------------------- */
.alpha-blog {
    width:200px;
	float:right;
}

.alpha-blog li {
	margin:0 0 15px;
}

.alpha-blog img {
	margin:0 0 5px;
}
