@charset "utf-8";


/*
--------------------------------------------
美肌のために共通設定
--------------------------------------------
*/

#visual {/* 美肌のために同一階層ページのビジュアル */
	height: 220px;
	background: url(../images/visual_beauty.jpg) no-repeat;
}
#contents {/* 各コンテンツのボックス */
	width: 780px;
	_width: 800px;
	padding: 10px;
	float: left;
	background: url(../../common/images/contents_back_800.gif) no-repeat;
}
#contents h2 {/* 各コンテンツの大見出しの基本設定 */
	width: 780px;
	height: 24px;
	float: left;
	font-size: 14px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#entry {/* 大見出し以下の記事の基本ボックス */
	display: inline;
	width: 760px;
	float: left;
	margin-left: 0px;
	padding: 10px;
}


/*
--------------------------------------------
美肌のためにトップページ
--------------------------------------------
*/



#beauty {/* 美肌のために｜大見出し */
	background: url(../images/beauty_h.gif) no-repeat;
}


.text {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.image {
	width: 360px;
	float: left;
}
.text2 {
	width: 380px;
	float: left;
	margin-right: 20px;
}
#beauty_entry01 {/* 肌の基礎知識～のボックス */
	width: 760px;
	float: left;
	margin-bottom: 50px;
}
#beauty_midashi01 {/* 肌の基礎知識～の小見出し */
	width: 380px;
	height: 26px;
	float: left;
	background: url(../images/beauty_midashi01.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#beauty_entry02 {/* 健康な肌は自らの力で～のボックス */
	width: 760px;
	float: left;
	margin-bottom: 50px;
}
#beauty_midashi02 {/* 健康な肌は自らの力で～の小見出し */
	width: 380px;
	height: 50px;
	float: left;
	background: url(../images/beauty_midashi02.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 50px;
}

#beauty_entry03 {/* ダメージを受けた肌は～のボックス */
	width: 760px;
	float: left;
	margin-bottom: 50px;
}
#beauty_midashi03 {/* ダメージを受けた肌は～の小見出し */
	width: 380px;
	height: 50px;
	float: left;
	background: url(../images/beauty_midashi03.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#beauty_entry04 {
	width: 760px;
	float: left;
	margin-bottom: 30px;
}
#beauty_midashi04 {/* ダメージを受けた肌は～の小見出し */
	width: 760px;
	height: 26px;
	float: left;
	background: url(../images/beauty_midashi04.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#beauty_entry04 .image {
	width: 230px;
	height: 190px;
	clear: left;
	float: left;
}
#beauty_entry04 p {
	width: 510px;
	float: left;
	margin-left: 20px;
}
#beauty_entry04 p strong {
	color: #c00;
	font-weight: bold;
}

.beauty_btn01 {/* ご愛用者の声へのリンクボタン */
	display: block;
	width: 163px;
	height: 33px;
	background: url(../images/beauty_btn01.gif) no-repeat;
}
.beauty_btn01:hover {/* ご愛用者の声へのリンクボタンロールオーバー */
	background: url(../images/beauty_btn01.gif) no-repeat 0px -33px;
}


