@charset "utf-8";
/* CSS Document */
.PageTitle {
	font-family:Verdana;
	font-size: 80px;
	color: #F5F5F5;
	position: relative;
	}
.PageTitleSign {
	background: url(../images/title_sitemap.gif) no-repeat;
	width: 204px;
	height: 46px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: -10px;
	}


/*Page Detail*/
.Path {
	margin: 0 30px;
	}
.Path span {
	padding: 5px 3px 5px 18px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
	font-size: 12px;
	}
.PathCurrent {
	color: #FF6600;
	font-family: Verdana;
	}
.ContentBox {
	margin: 0 30px;
	padding: 0 0 30px 0;
	}
.ContentBox h4 {
	padding: 20px 0 10px 18px;
	border-bottom: 1px solid #999999;
	}
.ContentText {
	padding: 15px 70px 40px 70px;
	font-family: Tahoma;
	}
.ContentText b,
.ContentText strong {
	padding: 15px 0;
	color: #FF6600;
	font-size: 13px;
	display: block;
	}
.ContentText p {
	line-height: 2em;
	font-size: 12px;
	color:#666666;
	}
.ContentBottom {
	padding: 10px 0 30px 0;
	border-top: 1px solid #cccccc;
	position: relative;
	}
.ContentBox li {
	height: 30px;
	}
.ContentBox a {
	padding: 0px 0;
	width: 160px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-bottom: 1px dashed #cccccc;
	/*background: #f4f4f4;*/
	}
.ContentBox a:hover{
	color:#FF6600;
	text-decoration: underline;
	}
.LevelOne {
	position: relative;
	list-style: none;
	}
.LevelOne a {
	padding: 0 0 0 20px;
	background: url(../images/p_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}
a.LevelOne  {
	padding: 0 0 0 20px;
	background: url(../images/p_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}

.LevelTwo {
	position: absolute;
	left: 200px;
	top: 0px;
	list-style: none;
	}
.LevelTwo a {
	padding: 0 0 0 20px;
	background: url(../images/pf_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}
a.LevelTwo2  {
	padding: 0 0 0 20px;
	background: url(../images/pf_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}
.LevelThree {
	position: absolute;
	left: 200px;
	top: 0px;
	list-style: none;
	z-index: auto;
	}
.LevelThree a {
	padding: 0 0 0 20px;
	background: url(../images/k_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}
a.LevelThree3 {
	padding: 0 0 0 20px;
	background: url(../images/k_btn_dot.gif) no-repeat left center;
	font-size: 13px;
	}
.ContentBottom {
	padding: 10px 0 30px 0;
	border-top: 1px solid #cccccc;
	position: relative;
	}
.RelatedArtical {
	padding: 0 200px 0 30px;
	}
.RelatedArtical a {
	padding: 0 0 0 20px;
	background: url(../images/a_btn_dot.gif) no-repeat left center;
	font-family: Tahoma;
	color: #6B438A;
	font-size: 12px;
	display: block;
	line-height: 2em;
	}
.RelatedArtical a:hover{
	color: #AE8EC7;
	}
