.home_box a.item_1 {
	background: url(/img/home_box_title_lt.png) no-repeat;
}
.home_box:hover a.item_1, .home_box a:hover.item_1 {
	background: url(/img/home_box_title_lt.png) no-repeat right 0;
}
.home_box a.item_2 {
	background: url(/img/home_box_title_lt.png) no-repeat 0 -60px;
}
.home_box:hover a.item_2, .home_box a:hover.item_2 {
	background: url(/img/home_box_title_lt.png) no-repeat right -60px;
}
.home_box a.item_3 {
	background: url(/img/home_box_title_lt.png) no-repeat 0 -120px;
}
.home_box:hover a.item_3, .home_box a:hover.item_3 {
	background: url(/img/home_box_title_lt.png) no-repeat right -120px;
}