@charset "UTF-8";

/*
*
*	1. override property
*	2. mainSec style
*	3. sitemapArea style
*
***************************************** */

/* 1. override property */
/* -------------------------------------------------------------- */

body {
}

#pList {
	text-align: right;
	padding: 5px;
}
#pList li {
	display: inline;
}
#pList a {
	text-decoration: underline;
}


/* 2. mainSec style */
/* -------------------------------------------------------------- */
#mainSec {
	color: #000;
	background-color: #f4f4f4;
	padding: 10px;
	width: 700px !important;
}

#mainSec a {
	color: #000;
	text-decoration: underline;
}

/* 3. sitemapArea style */
/* -------------------------------------------------------------- */
#sitemapArea {
	padding: 20px 10px;
	font-size: 116%;
}

#sitemapArea p{
	text-indent: 0.9em;
}

#sitemapArea dl{
}

#sitemapArea dt{
	padding: 5px 0 5px 25px;
	background: #DDDDDD url(../img/sitemap-dt.gif) no-repeat 4px 5px;
	border-top: 1px #DDDDDD solid;
	font-weight: bold;
}

#sitemapArea dd{
	padding: 5px 0 15px 25px;
}

#sitemapArea dd ul{
	margin: 0 0 0 20px;
}

#sitemapArea dd ul li{
	padding: 0 0 0 13px;
	background: url(../img/sitemap-li.gif) no-repeat left 8px;
}