#subtitle {

	width: 880px;
	height: 85px;

}

#contents {
	
	width: 840px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background: #FFFFFF;
}

#left {
	float: left;
	width: 640px;
	margin-right: 20px;
}

#title {
	float: left;
	width: 640px;
}

#title img {
	margin-bottom: 15px;
}

#title p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

/*
脱毛シール
*/

#title .datsumo div {
	float: left;
	width: 640px;
}

#title .datsumo .seal {
	position: relative;
	width: 640px;
	margin: 0;
}

#title .datsumo .seal img {
	position: absolute;
	top: -40px;
	left: -25px;
}

#right {
	float: right;
	width: 180px;
}

/*
右側バナー
*/

#banner {
	float: left;
	width: 180px;
	
}

/*
サブページバナー
*/

a.faq {
	display:block;
	width: 180px;
	height: 52px;
	text-indent: -9999px;
	text-decoration: none;
}

a.faq:link, a.faq:visited {
	background: url("../images/user/btn_faq.jpg") no-repeat center top;

}

a.faq:hover, a.faq:active {
	background: url("../images/user/btn_faq.jpg") no-repeat center top;
	
}

a.friend {
	display:block;
	width: 180px;
	height: 100px;
	text-indent: -9999px;
	text-decoration: none;
}

a.friend:link, a.friend:visited {
	background: url("../images/user/friend_banner.jpg") no-repeat center top;

}

a.friend:hover, a.friend:active {
	background: url("../images/user/friend_banner.jpg") no-repeat center top;
	
}

a.waspa {
	display:block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
}

a.waspa:link, a.waspa:visited {
	background: url("../images/user/waspa_banner.jpg") no-repeat center top;

}

a.waspa:hover, a.waspa:active {
	background: url("../images/user/waspa_banner.jpg") no-repeat center top;
	
}



