@charset "utf-8";


#mainContentsArea h3{
	width: 700px;
	height: 22px;
	font-weight: bold;
	color: #333333;
	margin: 25px auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(/image/title_arrow.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 6px 0px 0px 15px;
	font-size: 80%;
	display: block;
}

#mainContentsArea p{
	width: 670px;
	margin: 0px 0px 0px 30px;
	padding: 10px 20px;
	display: block;
	font-size: 75%;
	color: #333333;
}

#mainContentsArea h4{
	width: 670px;
	margin: 0px 0px 0px 30px;
	padding: 10px 20px 0px 20px;
	background-color: #BCDBFE;
	display: block;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
}

#mainContentsArea ol{
	width:320px;
	margin: 0px auto;
	line-height: 140%;
}

/* -- Hack WinIE & MacIE --*/
* html #mainContentsArea ol{
	/* Hides from IE5-Mac \*/ 
	height: 1%;
	margin-top: -10px;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#mainContentsArea ol li{
	margin: 10px 20px 5px 0px;
	padding: 5px;
	background-image: url(/sitemap/image/blitdot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #CCCCCC;
	text-indent: 1.5em;
	line-height: 140%;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
}

#mainContentsArea ol li.submenulist{
	margin: 0px 20px 5px 50px;
	padding: 3px;
	background-image: none;
	border: none;
	text-indent: 1.5em;
	line-height: 140%;
	font-size: 75%;
	font-weight: normal;
	color: #333333;
}




