@charset "utf-8";

@import "common.css";



/*
		top
 -------------------------------------------------- */

/* 背景指定 */
#content .top {
	height: 500px;
	position: relative;
	background: url(../img/top-bg.jpg) no-repeat 0px 275px;
}

/* ボタン */
#content .top img.top-cam-btn {
	position: absolute;
	top: 275px;
	left: 355px;
}

/* リード */
#content .top p {
	width: 335px;
	margin: 85px 0px 0px 355px;
}



/*
		point
 -------------------------------------------------- */

/* 枠 */
#content .point {
	margin: 30px 0px 0px 0px;
	background: url(../img/point-pic.jpg) no-repeat 345px 0px;
}

/* テキスト */
#content .point p {
	width: 290px;
	margin: 0px 0px 20px 20px;
}

/* テキスト(画像) */
#content .point img {
	margin: 0px 0px 10px 20px;
}



/*
		type
 -------------------------------------------------- */

/* 大枠 */
#content .type {
	margin: 50px 0px 0px 15px;
}

/* 小枠 */
#content .type dl {
	width: 230px;
	height: 450px;
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;	
}

/* タイトル画像 */
#content .type dl dt {
	margin: 260px 0px 0px 20px;
}

/* テキスト */
#content .type dl dd {
	margin: 20px 10px 0px 20px;
}

/* 背景指定 */
#content .type dl.bustier {
	background: url(../img/bustier-bg.jpg) no-repeat 0px 0px;
}

#content .type dl.nosleeve {
	margin: 10px 20px 0px 20px;
	background: url(../img/nosleeve-bg.jpg) no-repeat 0px 0px;
}

#content .type dl.open {
	background: url(../img/open-bg.jpg) no-repeat 0px 0px;
}



/*
		button
 -------------------------------------------------- */

/* 枠 */
#content .button {
	margin: 30px 0px 0px 15px;
}











