@charset "utf-8";

/*------------------------------------------

	@ Style Name	/css/about-life/top.css

--------------------------------------------

		- Contents
		- Module

------------------------------------------*/

/*------------------------------------------
 *	Contents
------------------------------------------*/
#container {
	background-image:url(/imgs/about-life/bg.png);
}

/*	Main Contents
------------------------------------------*/
/*		contents
------------------------------------------*/
#mainContents .contents h3 { margin:0 0 15px 0; }
#mainContents .contents section p {
	line-height:1.6;
	margin:0 0 15px 0;
}
#mainContents .contents section {
	float:left;
	width:416px;
	margin:30px 0 0 0;
	padding:30px 0 0 16px;
}
#mainContents .contents .coffee,
#mainContents .contents .foods {
	margin-left:30px;
}
#mainContents .contents .flower,
#mainContents .contents .relax {
	clear:both;
	margin-left:-16px;
}

#mainContents .contents .flower { background:url(/imgs/about-life/top/bg_sec01.png) 0 0 no-repeat; }
#mainContents .contents .coffee { background:url(/imgs/about-life/top/bg_sec02.png) 0 0 no-repeat; }
#mainContents .contents .relax { background:url(/imgs/about-life/top/bg_sec03.png) 0 0 no-repeat; }
#mainContents .contents .foods { background:url(/imgs/about-life/top/bg_sec04.png) 0 0 no-repeat; }


.flower p,.coffee p,.relax p,.foods p{
	height:110px;
}