@charset "utf-8";
/*
	13歳のハローワーク公式サイト
	homefavmap.css
*/

#HOME_FAV_MAP {
	height: 390px;
}

/* FAVMAP背景画像 */
div.homeNatureMainR { background: url(../img/nature/favmap_bg_nature.png) no-repeat bottom right; }
div.homeArtMainR    { background: url(../img/art/favmap_bg_art.png) no-repeat bottom right; }
div.homeSportsMainR { background: url(../img/sports/favmap_bg_sports.png) no-repeat bottom right; }
div.homeTravelMainR { background: url(../img/travel/favmap_bg_travel.png) no-repeat bottom left; }
div.homeLifeMainR   { background: url(../img/life/favmap_bg_life.png) no-repeat bottom right; }
div.homeOtherMainR  { background: url(../img/other/favmap_bg_other.png) no-repeat bottom right; }

div.homeFavMap {
	position: relative;
	height: 390px;
	width: 465px;
}

/*	homeMainL を使用しない場合 */
div.homeFavMapNature { top: 20px; left: 20px; }
div.homeFavMapArt    { top: 30px; left: 10px; }
div.homeFavMapSports { top: 20px; left: 60px; }
div.homeFavMapTravel { top: 10px; right: -180px; }
div.homeFavMapLife   { top: 50px; left: 70px; }
div.homeFavMapOther  { top:  0px; left: 57px; }
/*	homeMainL を使用する場合 */
div.homeFavMapNature2 { top: 20px; left: 10px; }
div.homeFavMapArt2    { top: 30px; left: 10px; }
div.homeFavMapSports2 { top: 20px; left: 20px; }
div.homeFavMapTravel2 { top: 10px; right: -20px; }
div.homeFavMapLife2   { top: 40px; left: 30px; }
div.homeFavMapOther2  { top:  0px; left: 17px; }

/* 共通 */
.homeFavMapItem {
	position: absolute;
	text-indent: -9999px;
/*	background-position: 0 0; */
}

/* MENU「好き」で調べる */
div#NATURE_MENU { width: 68px; height: 50px; top: 50px; left:280px; background: url(../img/nature/nature_menu.png) no-repeat top left; }
div#ART_MENU    { width: 68px; height: 50px; top:245px; left:270px; background: url(../img/art/art_menu.png) no-repeat top left; }
div#SPORTS_MENU { width: 68px; height: 50px; top:256px; left:112px; background: url(../img/sports/sports_menu.png) no-repeat top left; }
div#TRAVEL_MENU { width: 68px; height: 50px; top:245px; left:100px; background: url(../img/travel/travel_menu.png) no-repeat top left; }
div#LIFE_MENU   { width: 62px; height: 45px; top: 30px; left: 90px; background: url(../img/life/life_menu.png) no-repeat top left; }
div#OTHER_MENU  { width: 62px; height: 45px; top:180px; left:288px; background: url(../img/other/other_menu.png) no-repeat top left; }

/* MENU - NATURE */
div#NATURE_MENU_ART    a { width:117px; height: 52px; top:  0px; left:180px; } /* background: url(../img/nature/nature_menu_art.png) no-repeat top left; } */
div#NATURE_MENU_SPORTS a { width:105px; height: 58px; top:-10px; left:310px; } /* background: url(../img/nature/nature_menu_sports.png) no-repeat top left; } */
div#NATURE_MENU_TRAVEL a { width: 91px; height: 41px; top: 50px; left:350px; } /* background: url(../img/nature/nature_menu_travel.png) no-repeat top left; } */
div#NATURE_MENU_LIFE   a { width: 93px; height: 41px; top: 97px; left:315px; } /* background: url(../img/nature/nature_menu_life.png) no-repeat top left; } */
div#NATURE_MENU_OTHER  a { width: 78px; height: 40px; top: 60px; left:200px; } /* background: url(../img/nature/nature_menu_other.png) no-repeat top left; } */
/*
div#NATURE_MENU_ART    a:hover { background: url(../img/nature/nature_menu_art_on.png) no-repeat top left; }
div#NATURE_MENU_SPORTS a:hover { background: url(../img/nature/nature_menu_sports_on.png) no-repeat top left; }
div#NATURE_MENU_TRAVEL a:hover { background: url(../img/nature/nature_menu_travel_on.png) no-repeat top left; }
div#NATURE_MENU_LIFE   a:hover { background: url(../img/nature/nature_menu_life_on.png) no-repeat top left; }
div#NATURE_MENU_OTHER  a:hover { background: url(../img/nature/nature_menu_other_on.png) no-repeat top left; }
*/
/* MENU - ART */
div#ART_MENU_NATURE a { width: 92px; height: 48px; top:290px; left:190px; } /* background: url(../img/art/art_menu_nature.png) no-repeat top left; } */
div#ART_MENU_SPORTS a { width:105px; height: 58px; top:188px; left:290px; } /* background: url(../img/art/art_menu_sports.png) no-repeat top left; } */
div#ART_MENU_TRAVEL a { width: 91px; height: 41px; top:245px; left:338px; } /* background: url(../img/art/art_menu_travel.png) no-repeat top left; } */
div#ART_MENU_LIFE   a { width: 92px; height: 46px; top:290px; left:280px; } /* background: url(../img/art/art_menu_life.png) no-repeat top left; } */
div#ART_MENU_OTHER  a { width: 78px; height: 40px; top:250px; left:190px; } /* background: url(../img/art/art_menu_other.png) no-repeat top left; } */
/*
div#ART_MENU_NATURE a:hover { background: url(../img/art/art_menu_nature_on.png) no-repeat top left; }
div#ART_MENU_SPORTS a:hover { background: url(../img/art/art_menu_sports_on.png) no-repeat top left; }
div#ART_MENU_TRAVEL a:hover { background: url(../img/art/art_menu_travel_on.png) no-repeat top left; }
div#ART_MENU_LIFE   a:hover { background: url(../img/art/art_menu_life_on.png) no-repeat top left; }
div#ART_MENU_OTHER  a:hover { background: url(../img/art/art_menu_other_on.png) no-repeat top left; }
*/
/* MENU - SPORTS */
div#SPORTS_MENU_NATURE a { width: 92px; height: 49px; top:305px; left: 55px; } /* background: url(../img/sports/sports_menu_nature.png) no-repeat top left; } */
div#SPORTS_MENU_ART    a { width:117px; height: 52px; top:215px; left:  5px; } /* background: url(../img/sports/sports_menu_art.png) no-repeat top left; } */
div#SPORTS_MENU_TRAVEL a { width: 91px; height: 41px; top:260px; left:185px; } /* background: url(../img/sports/sports_menu_travel.png) no-repeat top left; } */
div#SPORTS_MENU_LIFE   a { width: 93px; height: 41px; top:305px; left:150px; } /* background: url(../img/sports/sports_menu_life.png) no-repeat top left; } */
div#SPORTS_MENU_OTHER  a { width: 78px; height: 40px; top:270px; left: 33px; } /* background: url(../img/sports/sports_menu_other.png) no-repeat top left; } */
/*
div#SPORTS_MENU_NATURE a:hover { background: url(../img/sports/sports_menu_nature_on.png) no-repeat top left; }
div#SPORTS_MENU_ART    a:hover { background: url(../img/sports/sports_menu_art_on.png) no-repeat top left; }
div#SPORTS_MENU_TRAVEL a:hover { background: url(../img/sports/sports_menu_travel_on.png) no-repeat top left; }
div#SPORTS_MENU_LIFE   a:hover { background: url(../img/sports/sports_menu_life_on.png) no-repeat top left; }
div#SPORTS_MENU_OTHER  a:hover { background: url(../img/sports/sports_menu_other_on.png) no-repeat top left; }
*/
/* MENU - TRAVEL */
div#TRAVEL_MENU_NATURE a { width: 92px; height: 48px; top:292px; left: 50px; } /* background: url(../img/travel/travel_menu_nature.png) no-repeat top left; } */
div#TRAVEL_MENU_ART    a { width:118px; height: 53px; top:203px; left: -5px; } /* background: url(../img/travel/travel_menu_art.png) no-repeat top left; } */
div#TRAVEL_MENU_SPORTS a { width:106px; height: 64px; top:180px; left:110px; } /* background: url(../img/travel/travel_menu_sports.png) no-repeat top left; } */
div#TRAVEL_MENU_LIFE   a { width: 93px; height: 39px; top:290px; left:145px; } /* background: url(../img/travel/travel_menu_life.png) no-repeat top left; } */
div#TRAVEL_MENU_OTHER  a { width: 78px; height: 40px; top:260px; left: 23px; } /* background: url(../img/travel/travel_menu_other.png) no-repeat top left; } */
/*
div#TRAVEL_MENU_NATURE a:hover { background: url(../img/travel/travel_menu_nature_on.png) no-repeat top left; }
div#TRAVEL_MENU_ART    a:hover { background: url(../img/travel/travel_menu_art_on.png) no-repeat top left; }
div#TRAVEL_MENU_SPORTS a:hover { background: url(../img/travel/travel_menu_sports_on.png) no-repeat top left; }
div#TRAVEL_MENU_LIFE   a:hover { background: url(../img/travel/travel_menu_life_on.png) no-repeat top left; }
div#TRAVEL_MENU_OTHER  a:hover { background: url(../img/travel/travel_menu_other_on.png) no-repeat top left; }
*/
/* MENU - LIFE */
div#LIFE_MENU_NATURE a { width: 84px; height: 40px; top: 75px; left: 40px; } /* background: url(../img/life/life_menu_nature.png) no-repeat top left; } */
div#LIFE_MENU_ART    a { width:106px; height: 47px; top:-10px; left: -5px; } /* background: url(../img/life/life_menu_art.png) no-repeat top left; } */
div#LIFE_MENU_SPORTS a { width: 96px; height: 48px; top:-15px; left:110px; } /* background: url(../img/life/life_menu_sports.png) no-repeat top left; } */
div#LIFE_MENU_TRAVEL a { width: 79px; height: 37px; top: 30px; left:150px; } /* background: url(../img/life/life_menu_travel.png) no-repeat top left; } */
div#LIFE_MENU_OTHER  a { width: 71px; height: 37px; top: 38px; left: 19px; } /* background: url(../img/life/life_menu_other.png) no-repeat top left; } */
/*
div#LIFE_MENU_NATURE a:hover { background: url(../img/life/life_menu_nature_on.png) no-repeat top left; }
div#LIFE_MENU_ART    a:hover { background: url(../img/life/life_menu_art_on.png) no-repeat top left; }
div#LIFE_MENU_SPORTS a:hover { background: url(../img/life/life_menu_sports_on.png) no-repeat top left; }
div#LIFE_MENU_TRAVEL a:hover { background: url(../img/life/life_menu_travel_on.png) no-repeat top left; }
div#LIFE_MENU_OTHER  a:hover { background: url(../img/life/life_menu_other_on.png) no-repeat top left; }
*/
/* MENU - OTHER */
div#OTHER_MENU_NATURE a { width: 93px; height: 65px; top:225px; left:265px; } /* background: url(../img/other/other_menu_nature.png) no-repeat top left; } */
div#OTHER_MENU_ART    a { width:117px; height: 86px; top: 95px; left:245px; } /* background: url(../img/other/other_menu_art.png) no-repeat top left; } */
div#OTHER_MENU_SPORTS a { width:107px; height: 50px; top:132px; left:325px; } /* background: url(../img/other/other_menu_sports.png) no-repeat top left; } */
div#OTHER_MENU_TRAVEL a { width: 95px; height: 41px; top:182px; left:350px; } /* background: url(../img/other/other_menu_travel.png) no-repeat top left; } */
div#OTHER_MENU_LIFE   a { width: 93px; height: 40px; top:223px; left:340px; } /* background: url(../img/other/other_menu_life.png) no-repeat top left; } */
/*
div#OTHER_MENU_NATURE a:hover { background: url(../img/other/other_menu_nature_on.png) no-repeat top left; }
div#OTHER_MENU_ART    a:hover { background: url(../img/other/other_menu_art_on.png) no-repeat top left; }
div#OTHER_MENU_SPORTS a:hover { background: url(../img/other/other_menu_sports_on.png) no-repeat top left; }
div#OTHER_MENU_TRAVEL a:hover { background: url(../img/other/other_menu_travel_on.png) no-repeat top left; }
div#OTHER_MENU_LIFE   a:hover { background: url(../img/other/other_menu_life_on.png) no-repeat top left; }
*/

/* FAV「・・・」に関する職業 */
div#NATURE_FAV  { width:218px; height:163px; top:105px; left: 85px; background: url(../img/nature/nature_fav.png) no-repeat top left; }
div#ART_FAV     { width:197px; height:169px; top: 80px; left: 90px; background: url(../img/art/art_fav.png) no-repeat top left; }
div#SPORTS_FAV  { width:200px; height:164px; top: 90px; left: 85px; background: url(../img/sports/sports_fav.png) no-repeat top left; }
div#TRAVEL_FAV  { width:246px; height:112px; top:150px; left:155px; background: url(../img/travel/travel_fav.png) no-repeat top left; }
div#LIFE_FAV    { width:171px; height:110px; top: 75px; left:140px; background: url(../img/life/life_fav.png) no-repeat top left; }
div#OTHER_FAV   { width:213px; height:114px; top: 83px; left: 45px; background: url(../img/other/other_fav.png) no-repeat top left; }

/* FAV - NATURE */
div#NATURE_FAV_01 a { width: 66px; height: 81px; top:120px; left:170px; } /* background: url(../img/nature/nature_fav_01.png) no-repeat top left; } */
div#NATURE_FAV_02 a { width: 67px; height: 78px; top:270px; left: 70px; } /* background: url(../img/nature/nature_fav_02.png) no-repeat top left; } */
div#NATURE_FAV_03 a { width: 81px; height: 67px; top:215px; left:260px; } /* background: url(../img/nature/nature_fav_03.png) no-repeat top left; } */
div#NATURE_FAV_04 a { width: 75px; height: 67px; top:240px; left:  5px; } /* background: url(../img/nature/nature_fav_04.png) no-repeat top left; } */
div#NATURE_FAV_05 a { width: 80px; height: 71px; top:140px; left: 90px; } /* background: url(../img/nature/nature_fav_05.png) no-repeat top left; } */
div#NATURE_FAV_06 a { width: 66px; height: 75px; top:270px; left:230px; } /* background: url(../img/nature/nature_fav_06.png) no-repeat top left; } */
div#NATURE_FAV_07 a { width: 66px; height: 81px; top:270px; left:150px; } /* background: url(../img/nature/nature_fav_07.png) no-repeat top left; } */
div#NATURE_FAV_08 a { width: 71px; height: 67px; top:158px; left: 12px; } /* background: url(../img/nature/nature_fav_08.png) no-repeat top left; } */
/*
div#NATURE_FAV_01 a:hover { background: url(../img/nature/nature_fav_01_on.png) no-repeat top left; }
div#NATURE_FAV_02 a:hover { background: url(../img/nature/nature_fav_02_on.png) no-repeat top left; }
div#NATURE_FAV_03 a:hover { background: url(../img/nature/nature_fav_03_on.png) no-repeat top left; }
div#NATURE_FAV_04 a:hover { background: url(../img/nature/nature_fav_04_on.png) no-repeat top left; }
div#NATURE_FAV_05 a:hover { background: url(../img/nature/nature_fav_05_on.png) no-repeat top left; }
div#NATURE_FAV_06 a:hover { background: url(../img/nature/nature_fav_06_on.png) no-repeat top left; }
div#NATURE_FAV_07 a:hover { background: url(../img/nature/nature_fav_07_on.png) no-repeat top left; }
div#NATURE_FAV_08 a:hover { background: url(../img/nature/nature_fav_08_on.png) no-repeat top left; }
*/
/* FAV - ART */
div#ART_FAV_01 a { width: 75px; height: 72px; top: 25px; left:285px; } /* background: url(../img/art/art_fav_01.png) no-repeat top left; } */
div#ART_FAV_02 a { width: 72px; height: 79px; top:150px; left: 35px; } /* background: url(../img/art/art_fav_02.png) no-repeat top left; } */
div#ART_FAV_03 a { width: 72px; height: 87px; top:160px; left:130px; } /* background: url(../img/art/art_fav_03.png) no-repeat top left; } */
div#ART_FAV_04 a { width: 71px; height: 81px; top:  5px; left: 50px; } /* background: url(../img/art/art_fav_04.png) no-repeat top left; } */
div#ART_FAV_05 a { width: 89px; height: 73px; top: 75px; left:  0px; } /* background: url(../img/art/art_fav_05.png) no-repeat top left; } */
div#ART_FAV_06 a { width: 72px; height: 87px; top: -5px; left:210px; } /* background: url(../img/art/art_fav_06.png) no-repeat top left; } */
div#ART_FAV_07 a { width: 72px; height: 96px; top:-15px; left:130px; } /* background: url(../img/art/art_fav_07.png) no-repeat top left; } */
/*
div#ART_FAV_01 a:hover { background: url(../img/art/art_fav_01_on.png) no-repeat top left; }
div#ART_FAV_02 a:hover { background: url(../img/art/art_fav_02_on.png) no-repeat top left; }
div#ART_FAV_03 a:hover { background: url(../img/art/art_fav_03_on.png) no-repeat top left; }
div#ART_FAV_04 a:hover { background: url(../img/art/art_fav_04_on.png) no-repeat top left; }
div#ART_FAV_05 a:hover { background: url(../img/art/art_fav_05_on.png) no-repeat top left; }
div#ART_FAV_06 a:hover { background: url(../img/art/art_fav_06_on.png) no-repeat top left; }
div#ART_FAV_07 a:hover { background: url(../img/art/art_fav_07_on.png) no-repeat top left; }
*/
/* FAV - SPORTS */
div#SPORTS_FAV_01 a { width: 71px; height: 87px; top: -5px; left:140px; } /* background: url(../img/sports/sports_fav_01.png) no-repeat top left; } */
div#SPORTS_FAV_02 a { width: 73px; height: 81px; top:  5px; left: 63px; } /* background: url(../img/sports/sports_fav_02.png) no-repeat top left; } */
div#SPORTS_FAV_03 a { width: 82px; height: 72px; top: 50px; left:  0px; } /* background: url(../img/sports/sports_fav_03.png) no-repeat top left; } */
div#SPORTS_FAV_04 a { width: 72px; height: 87px; top:-10px; left:215px; } /* background: url(../img/sports/sports_fav_04.png) no-repeat top left; } */
div#SPORTS_FAV_05 a { width: 73px; height: 73px; top: 30px; left:283px; } /* background: url(../img/sports/sports_fav_05.png) no-repeat top left; } */
div#SPORTS_FAV_06 a { width: 78px; height: 72px; top:135px; left:  5px; } /* background: url(../img/sports/sports_fav_06.png) no-repeat top left; } */
/*
div#SPORTS_FAV_01 a:hover { background: url(../img/sports/sports_fav_01_on.png) no-repeat top left; }
div#SPORTS_FAV_02 a:hover { background: url(../img/sports/sports_fav_02_on.png) no-repeat top left; }
div#SPORTS_FAV_03 a:hover { background: url(../img/sports/sports_fav_03_on.png) no-repeat top left; }
div#SPORTS_FAV_04 a:hover { background: url(../img/sports/sports_fav_04_on.png) no-repeat top left; }
div#SPORTS_FAV_05 a:hover { background: url(../img/sports/sports_fav_05_on.png) no-repeat top left; }
div#SPORTS_FAV_06 a:hover { background: url(../img/sports/sports_fav_06_on.png) no-repeat top left; }
*/
/* FAV - TRAVEL */
div#TRAVEL_FAV_01 a { width: 72px; height: 82px; top: 75px; left:200px; } /* background: url(../img/travel/travel_fav_01.png) no-repeat top left; } */
div#TRAVEL_FAV_02 a { width: 70px; height: 86px; top: 55px; left:285px; } /* background: url(../img/travel/travel_fav_02.png) no-repeat top left; } */
div#TRAVEL_FAV_03 a { width: 73px; height: 87px; top: 70px; left:360px; } /* background: url(../img/travel/travel_fav_03.png) no-repeat top left; } */
/*
div#TRAVEL_FAV_01 a:hover { background: url(../img/travel/travel_fav_01_on.png) no-repeat top left; }
div#TRAVEL_FAV_02 a:hover { background: url(../img/travel/travel_fav_02_on.png) no-repeat top left; }
div#TRAVEL_FAV_03 a:hover { background: url(../img/travel/travel_fav_03_on.png) no-repeat top left; }
*/
/* FAV - LIFE */
div#LIFE_FAV_01 a { width: 56px; height: 68px; top: 45px; left:240px; } /* background: url(../img/life/life_fav_01.png) no-repeat top left; } */
div#LIFE_FAV_02 a { width: 58px; height: 70px; top:185px; left:225px; } /* background: url(../img/life/life_fav_02.png) no-repeat top left; } */
div#LIFE_FAV_03 a { width: 61px; height: 59px; top: 65px; left:300px; } /* background: url(../img/life/life_fav_03.png) no-repeat top left; } */
div#LIFE_FAV_04 a { width: 68px; height: 59px; top:130px; left:317px; } /* background: url(../img/life/life_fav_04.png) no-repeat top left; } */
div#LIFE_FAV_05 a { width: 59px; height: 61px; top:180px; left: 95px; } /* background: url(../img/life/life_fav_05.png) no-repeat top left; } */
div#LIFE_FAV_06 a { width: 69px; height: 59px; top:120px; left: 70px; } /* background: url(../img/life/life_fav_06.png) no-repeat top left; } */
div#LIFE_FAV_07 a { width: 59px; height: 63px; top:180px; left:287px; } /* background: url(../img/life/life_fav_07.png) no-repeat top left; } */
div#LIFE_FAV_08 a { width: 58px; height: 70px; top:190px; left:163px; } /* background: url(../img/life/life_fav_08.png) no-repeat top left; } */
/*
div#LIFE_FAV_01 a:hover { background: url(../img/life/life_fav_01_on.png) no-repeat top left; }
div#LIFE_FAV_02 a:hover { background: url(../img/life/life_fav_02_on.png) no-repeat top left; }
div#LIFE_FAV_03 a:hover { background: url(../img/life/life_fav_03_on.png) no-repeat top left; }
div#LIFE_FAV_04 a:hover { background: url(../img/life/life_fav_04_on.png) no-repeat top left; }
div#LIFE_FAV_05 a:hover { background: url(../img/life/life_fav_05_on.png) no-repeat top left; }
div#LIFE_FAV_06 a:hover { background: url(../img/life/life_fav_06_on.png) no-repeat top left; }
div#LIFE_FAV_07 a:hover { background: url(../img/life/life_fav_07_on.png) no-repeat top left; }
div#LIFE_FAV_08 a:hover { background: url(../img/life/life_fav_08_on.png) no-repeat top left; }
*/
/* FAV - OTHER */
div#OTHER_FAV_01 a { width: 54px; height: 64px; top: 22px; left:147px; } /* background: url(../img/other/other_fav_01.png) no-repeat top left; } */
div#OTHER_FAV_02 a { width: 52px; height: 64px; top: 15px; left: 93px; } /* background: url(../img/other/other_fav_02.png) no-repeat top left; } */
div#OTHER_FAV_03 a { width: 56px; height: 54px; top: 60px; left:195px; } /* background: url(../img/other/other_fav_03.png) no-repeat top left; } */
div#OTHER_FAV_04 a { width: 53px; height: 60px; top:165px; left: 20px; } /* background: url(../img/other/other_fav_04.png) no-repeat top left; } */
div#OTHER_FAV_05 a { width: 63px; height: 61px; top:150px; left:180px; } /* background: url(../img/other/other_fav_05.png) no-repeat top left; } */
div#OTHER_FAV_06 a { width: 53px; height: 61px; top:175px; left:129px; } /* background: url(../img/other/other_fav_06.png) no-repeat top left; } */
div#OTHER_FAV_07 a { width: 53px; height: 61px; top: 25px; left: 38px; } /* background: url(../img/other/other_fav_07.png) no-repeat top left; } */
div#OTHER_FAV_08 a { width: 53px; height: 65px; top:175px; left: 74px; } /* background: url(../img/other/other_fav_08.png) no-repeat top left; } */
div#OTHER_FAV_09 a { width: 61px; height: 53px; top:120px; left:-18px; } /* background: url(../img/other/other_fav_09.png) no-repeat top left; } */
div#OTHER_FAV_10 a { width: 60px; height: 53px; top: 63px; left:-10px; } /* background: url(../img/other/other_fav_10.png) no-repeat top left; } */
/*
div#OTHER_FAV_01 a:hover { background: url(../img/other/other_fav_01_on.png) no-repeat top left; }
div#OTHER_FAV_02 a:hover { background: url(../img/other/other_fav_02_on.png) no-repeat top left; }
div#OTHER_FAV_03 a:hover { background: url(../img/other/other_fav_03_on.png) no-repeat top left; }
div#OTHER_FAV_04 a:hover { background: url(../img/other/other_fav_04_on.png) no-repeat top left; }
div#OTHER_FAV_05 a:hover { background: url(../img/other/other_fav_05_on.png) no-repeat top left; }
div#OTHER_FAV_06 a:hover { background: url(../img/other/other_fav_06_on.png) no-repeat top left; }
div#OTHER_FAV_07 a:hover { background: url(../img/other/other_fav_07_on.png) no-repeat top left; }
div#OTHER_FAV_08 a:hover { background: url(../img/other/other_fav_08_on.png) no-repeat top left; }
div#OTHER_FAV_09 a:hover { background: url(../img/other/other_fav_09_on.png) no-repeat top left; }
div#OTHER_FAV_10 a:hover { background: url(../img/other/other_fav_10_on.png) no-repeat top left; }
*/
