#center-area {
	width:460px;
	float:left;
}

/*--------------------------------------
    div#sub-content
--------------------------------------*/
#sub-content {
	width:200px;
	float:right;
}
.listbox {
	width:460px;
	position:relative;	
}

/*.listbox h2 {
	margin-bottom:10px;
}*/

.listbox h2 {
	width:440px;
	height:41px;
	padding:10px 0 0 30px;
	margin-bottom:10px;
	font-size:18px;
	background:url(../img/index/heading_01.gif) no-repeat left top;	
}

.listbox h2.sl {
	background:url(../img/index/heading_02.gif) no-repeat left top;	
}

.listbox h2.ab {
	background:url(../img/index/heading_03.gif) no-repeat left top;	
}

.listbox img.lb {
	position:absolute;
	right:10px;
	_right:20px;
	top:10px;
}

.listbox ul {
	list-style:none;
	margin-bottom:30px;
}

.listbox li {
	margin-left:30px;
	padding:5px 0;
}

.listbox li a {
	padding-left:20px;
	background:url(../img/index/icon_01.gif) no-repeat 0% 50%;
}

.listbox li a:link {
	color:#36a506;
}

.listbox li a:visited {
	color:#36a506;
}

.listbox li a:hover {
	color:#43dc01;
}

.listbox li a.org {
	padding-left:20px;
	background:url(../img/index/icon_02.gif) no-repeat 0% 50%;
}

.listbox li a.org:link {
	color:#f76b04;
}

.listbox li a.org:visited {
	color:#f76b04;
}

.listbox li a.org:hover {
	color:#ffa303;
}

.listbox p {
	line-height:200%;
	padding:0 20px;
}