/* -------------------------------
Other Layout 
------------------------------- */
#labelCategory {
	background:url(img/label_category.jpg) no-repeat left top;
}
#centerArea {
	padding-bottom:15px;
	width:828px;
	clear:both;
	margin:0px;
    text-align:left;
}
.column{
	width:256px;
	padding:0 10px 0 10px;
	float:left;
}
.column .box{
	padding-bottom:1em;
}
.column .box .label {
	background-color:#FFF;
	color:#000;
	font-weight:bold;
	line-height:1.231;
	margin-bottom:1em;
	padding:7px 10px;
}
.column .box .label a{
	background:transparent url(../img/icon_arrow_01.gif) no-repeat scroll left 5px;
	line-height:1.231;
	margin-bottom:8px;
	padding-left:10px;
}
.column .box ul {
	width:236px;
	padding:0 10px 0px 10px;
}
.column .box li {
	background:transparent url(../img/icon_arrow_01.gif) no-repeat scroll left 5px;
	line-height:1.231;
	margin-bottom:8px;
	padding-left:10px;
}
a:link, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

