@charset "utf-8";

#help_title{
	width:760px;
	margin:15px auto 10px auto;
}

#help_left{
	width:140px;
	overflow: hidden;
	position: relative;
	float: left;
	margin:10px 0 0 110px;
	display: inline;
	padding:10px 0 10px 10px;
	border-right: 1px solid #cccccc
}

#help_left ul li{
	width:100%;
	float: left;
	margin:4px 0;
	background: url(../images/home/home_tl.gif) no-repeat left top;
}

#help_left ul li a{
	width:135px;
	float: left;
	padding:8px 0 8px 15px;
	background: url(../images/home/home_bl.gif) no-repeat left bottom;
	font-weight: bold;
}

#help_right{
	width:600px;
	float:left;
	padding:0 0 15px 30px;
	margin-left: -1px;
	z-index: 2;
	border-left: 1px solid #cccccc
}
#help_right h5{
	margin:20px 0 5px 0;
}
#help_right p{
	margin-left: 5px;
}
.help_list{
	margin-left: 30px;
	clear: both;
}
.help_list ol li{
	margin:10px 0;
	line-height: 1.8em;
}

.help_list ul li{
	list-style: disc;
	margin-left: 20px;
}