
/* format 
------------------------------------------------------------ */

body#help #wrap{
	width:694px;
}
body#help .footHelp{
	width:750px;
}
body#help .helpArea{
	width:461px;
	float:right
}
body#help .navi{
	width:137px;
	float:left;
	background:#ffeecc;
	padding:10px 11px;
}

body#help  #contentsArea h2{
	padding:0px 0px 12px 0px;
}
body#help  #contentsArea h4{
	padding:8px 0px 4px 0px;
	font-weight:bold;
}
body#help  #contentsArea h5{
	font-size:100%;
	padding:8px 0px 2px 0px;
}
body#help  #contentsArea h6{
	padding:4px 0px 2px 0px;
	font-size:100%;
}
body#help  #contentsArea p{
	padding:0px 0px 12px 0px;
}
body#help  #contentsArea .imgBox{
	padding:4px 0px 12px 0px;
	text-align:center;
}
body#help  #contentsArea table{
	margin-bottom:12px;
}
body#help  #contentsArea table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
}
body#help  #contentsArea table td,
body#help  #contentsArea table th{
	color:#663300;
	padding:6px 4px;
	background:#FFFFFF;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
}
body#help  #contentsArea table td.nowrap{
	white-space:nowrap;
}
body#help  #contentsArea table th{
	white-space:nowrap;
	background:#663300;
	color:#FFFFFF;
	font-weight:bold;
	font-size:113.3%
	text-align:center;
}

/* Navigation 
------------------------------------------------------------ */

body#help  #contentsArea .navi h4{
	font-size:116.7%;
	color:#663300;
	background:url("../help/img/naviIcon.gif") top left no-repeat;
	padding:4px 0px 4px 10px;
}


body#help .navi ul{
	padding:0px 0px 4px 0px;
}
body#help .navi ul li{
	background:url("../help/img/listIcon.gif") top left no-repeat;
	padding:1px 0px 5px 10px;
}

/* Contents 
------------------------------------------------------------ */

body#help  #contentsArea h2{
	font-size:150%;
	color:#663300;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	border-bottom:1px solid #663300;
}
body#help  #contentsArea h2.top{
	background:url("../help/img/titleTopIcon.gif") top left no-repeat;
	padding:2px 0px 4px 32px;
}
body#help  #contentsArea h2.search{
	background:url("../help/img/titleSearchIcon.gif") top left no-repeat;
	padding:2px 0px 4px 25px;
}
body#help  #contentsArea h3{
	font-size:116.7%;
	color:#663300;
	font-weight:bold;
	line-height:100%;
	margin:2px 0px 0px 0px;
}
body#help  #contentsArea h3.line{
	border-bottom:1px dotted #663300;
	padding-bottom:4px;
	margin-bottom:4px;
}
body#help  #contentsArea h3.top{
	background:url("../help/img/subtitleIcon.gif") top left no-repeat;
	padding:2px 0px 0px 25px;
}


body#help .helpCont{
	background:#f9f2f2;
	padding:7px 11px 0px 11px;
	margin-bottom:20px;
}
body#help  .helpCont p.more{
	text-align:right;
	padding:0px;
	margin:0px;
	line-height:100%;
}
body#help .helpInfo{
	border-top:1px dotted #663300;
	border-bottom:1px dotted #663300;
	padding:8px;
	margin:4px 0px 8px 0px;
}