@charset "utf-8";

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


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

* #sitemap
* .section
* #aside

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


/* #sitemap
-------------------------------------------------------------------------------------------------------*/
#sitemap h3 a {
	padding-left: 25px;
	background: url(../img/common/icn_arrow04.gif) left 1px no-repeat;
	font-weight: bold;
}

#sitemap a {
	color: #6d460b;
}



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

.section ul {
	margin-left: 155px;
}

.section li {
	padding: 12px 0;
	background: url(../img/common/bg_border05.gif) left bottom repeat-x;
}

.section .last-child {
	background: none;
}

.section li a {
	padding-left: 15px;
	background: url(../img/common/icn_arrow01.gif) 5px 3px no-repeat;
}


/* .titleArea
----------------------------------------------------------------------------------------*/
.titleArea {
	margin-bottom: 0;
}

.titleArea h3 {
	width: 155px;
}



/* #aside
-------------------------------------------------------------------------------------------------------*/
#aside li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0DCD5;
}







