@charset "utf-8";

/***************************** KV 下面 五大區塊 start ************************************/
#itemBlockArea{
	background:url(../../images/bg-item.jpg) repeat-x left bottom;
}
.itemBlock{
	padding:0 20px 10px 13px;
	width:145px;
	height:135px;
	overflow:hidden;
}
#item1{
	background:url(../../images/vBar1.gif) no-repeat left bottom;
}
#item2{
	background:url(../../images/vBar2.gif) no-repeat left bottom;
}
#item3{
	background:url(../../images/vBar3.gif) no-repeat left bottom;
}
#item4{
	background:url(../../images/vBar4.gif) no-repeat left bottom;
}
#item5{
	background:url(../../images/vBar5.gif) no-repeat left bottom;
}
.itemBlock .titleP{
	margin-bottom:7px;
}
.itemBlock .itemList{
	margin-top:5px;
	background:url(../../images/dash.gif) repeat-x left bottom;
	overflow:hidden;
}
.itemBlock a{
	font:12px Arial;
	display:block;
	width:130px;
	overflow:hidden;
	white-space:nowrap;
	padding:0 0 2px 15px;
	color:#545555;
	text-decoration:none;
	background:url(../../images/arrow.gif) no-repeat 2px 1px;
}
.itemBlock a:hover{
	color:#FF6600;
	background-position:4px 1px;
}
/***************************** KV 下面 五大區塊 end ************************************/

