@charset "utf-8";

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


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

* #leed
* #itemTab
* #itemList
* .section

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


/* #leed
-------------------------------------------------------------------------------------------------------*/
#leed {
	height: 200px;
	background: url(../img/bg_itemGuide01.jpg) right top no-repeat;
}

#leed dt {
	margin-bottom: 40px;
	padding-top: 30px;
}



/* #itemTab
-------------------------------------------------------------------------------------------------------*/
#itemTab {
	margin-bottom: 25px;
	padding-bottom: 40px;
	background: url(../../img/common/bg_border10.gif) left bottom no-repeat;
}

#itemTab li {
	width: 168px;
	float: left;
	margin: 0 3px 3px 0;
}

#itemTab li a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}



/* #itemList
-------------------------------------------------------------------------------------------------------*/
#itemList .last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}



/* .section
-------------------------------------------------------------------------------------------------------*/
.section {
	margin-bottom: 23px;
	padding-bottom: 27px;
	background: url(../../img/common/bg_border10.gif) left bottom no-repeat;
}

.section dt {
	margin-bottom: 20px;
	line-height: 1.8;
	font-weight: bold;
	color: #6d460b;
}

.section dt span {
	font-size: 14px;
}

.section dd {
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.section dd.moreItem {
	margin-top: 10px;
}

.section dd.moreItem a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}


/* layout-2col
----------------------------------------------------------------------------------------*/
.section .colLeft {
	width: 270px;
	float: left;
}

.section .colRight {
	width: 390px;
	float: right;
}








