@charset "utf-8";

/* CSS Information *************************************
File name: guide.css
Description: layout guide
Created date: 2009/11/11
Last created date: 2009/11/11
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #leed
* .titleArea
* .section
* #food

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


/* #leed
-------------------------------------------------------------------------------------------------------*/
#leed {
	margin-bottom: 50px;
}


/* .titleArea
-------------------------------------------------------------------------------------------------------*/
.titleArea h3 {
	width: 210px;
}



/* .section
-------------------------------------------------------------------------------------------------------*/
.section dt {
	width: 210px;
	float:left;
}

.section dd {
	width: 450px;
	float: right;
	line-height: 1.8;
}



/* #food
-------------------------------------------------------------------------------------------------------*/
#food {
	margin-bottom: 30px;
	padding-bottom: 65px;
	background: url(../../img/common/bg_border06.gif) left bottom no-repeat;
}














