@charset "utf-8";

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


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

* #deliveryList
* #aside
* #rule

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


/* #deliveryList
-------------------------------------------------------------------------------------------------------*/
#deliveryList {
	margin-bottom: 50px;
	background: url(../img/bg_deliveryArea01.gif) right top no-repeat;
}

#deliveryList h3 {
	margin-bottom: 25px;
}

#deliveryList dl {
	width: 380px;
}

#deliveryList dt {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #6d460b;
}

#deliveryList dd {
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

#deliveryList dd li {
	margin-bottom: 10px;
}



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

#aside h3 {
	margin-bottom: 40px;
}


/* #leed
----------------------------------------------------------------------------------------*/
#leed {
	height: 107px;
	margin-bottom: 30px;
	background: url(../img/bg_deliveryArea02.jpg) left top no-repeat;
}

#leed p {
	padding-left: 180px;
	line-height: 1.5;
}


/* .section
----------------------------------------------------------------------------------------*/
/* .frame
-------------------------------------------------------------------------*/
#aside .frame01Content {
	padding: 30px;
}


/* .leed
-------------------------------------------------------------------------*/
.section .leed {
	height: 65px;
	margin-bottom: 30px;
	background: url(../img/bg_deliveryArea03.jpg) left top no-repeat;
}

.section .leed dl {
	padding-left: 80px;
}

.section .leed dt {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #6d460b;
}

.section .leed dd {
	line-height: 1.5;
}


/* .text
-------------------------------------------------------------------------*/
.section .text {
	margin-bottom: 20px;
	background: url(../../img/common/bg_border05.gif) left 4px repeat-x;
	font-weight: bold;
	color: #6d460b;
}

.section .text span {
	padding: 0 10px 0 15px;
	background: #FAF9F7 url(../../img/common/icn_arrow05.gif) left 4px no-repeat;
}


/* .time
-------------------------------------------------------------------------*/
.section .time {
	margin-bottom: 15px;
}

.section .time li {
	width: 187px;
	float: left;
	margin: 0 2px 2px 0;
	padding: 10px;
	background: #fff;
}

.section .time .right-child {
	margin-right: 0;
}


/* .note
-------------------------------------------------------------------------*/
.section .note li {
	line-height: 1.8;
	font-size: 10px;
}

.section .note li span {
	color: #5b4319;
}


/* #rule
-------------------------------------------------------------------------------------------------------*/
#rule {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #473211;
}

#rule h3 {
	margin-bottom: 20px;
}

#rule dt {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
	color: #6d460b;
}

#rule dd {
	margin-bottom: 15px;
	line-height: 1.5;
}


/* .note
----------------------------------------------------------------------------------------*/
#rule .note {
	font-size: 10px;
}


/* .section
----------------------------------------------------------------------------------------*/
#rule .section p {
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
	color: #6d460b;
}

#rule .section dt, #rule .section dd {
	margin-bottom: 0;
}

#rule .section dt {
	clear: both;
	width: 150px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #646464;
}

#rule .section dd {
	padding: 10px 0 0 210px;
	background: url(../../img/common/icn_arrow03.gif) 160px 14px no-repeat;
}


/* .frame
----------------------------------------------------------------------------------------*/
#rule .frame01Content {
	padding: 20px;
}


