@charset "utf-8";

/*
======== table of content. =================================

summary:トップページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/


/*-------------------------------------
MAIN
---------------------------------------*/
div#main div.section{
	margin-top:15px;
	}

/* color
---------------------*/
.color{
	background:url(../beauty/images/bg_color.jpg) no-repeat 35px 55px;
	}

.color .txt{
	width:350px;
	margin:10px 0 235px 12px;
	}


/* deco
---------------------*/
.deco{
	background:url(../beauty/images/bg_deco.jpg) no-repeat left top;
	padding-bottom:90px;
	}

.deco h4{
	margin:28px 0 0 248px;
	}

.deco .txt{
	width:292px;
	margin:30px 0 0 338px;
	}


/* after
---------------------*/
.after{
	background:url(../beauty/images/bg_after.jpg) no-repeat right 45px;
	position:relative;
	}

.after .txt01{
	width:323px;
	margin:31px 0 30px 12px;
	}

.after .txt02{
	width:285px;
	position:absolute;
	top:345px;
	left:382px;
	}
