@charset "utf-8";

/*==========================================
 各ページ用 差し替えスタイル
===========================================*/

body#herogi article#ttl {
	background: url(../herogi/img/bg_ttl.png) no-repeat right;
}


body#herogi article#ttl p {
	background: url(../img/bg_pan.png) no-repeat 3px center #FFF;
	border: #f6651e solid 1px;
	border-radius: 15px;
}


body#herogi article#mainBox {
	background: url(../img/bg_main.gif);
}

/*==========================================
 コンテンツ内のスタイル
===========================================*/
body#herogi ul#herogiList {
	_overflow: hidden;
}

body#herogi ul#herogiList li {
	text-indent: -9999px;
	width: 415px;
	height: 115px;
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
}

body#herogi ul#herogiList li:nth-child(2n) {
	margin-right: 0;
}

body#herogi ul#herogiList li a {
	display: block;
	width: 415px;
	height: 115px;
}

body#herogi ul#herogiList li.herogi01 a {
	background: url(../herogi/img/btn_herogi01.jpg);
}

body#herogi ul#herogiList li.herogi01 a:hover {
	background: url(../herogi/img/btn_herogi01.jpg) 0 -115px;
}

body#herogi ul#herogiList li.herogi02 a {
	background: url(../herogi/img/btn_herogi02.jpg);
}

body#herogi ul#herogiList li.herogi02 a:hover {
	background: url(../herogi/img/btn_herogi02.jpg) 0 -115px;
}

body#herogi ul#herogiList li.herogi03 a {
	background: url(../herogi/img/btn_herogi03.jpg);
}

body#herogi ul#herogiList li.herogi03 a:hover {
	background: url(../herogi/img/btn_herogi03.jpg) 0 -115px;
}

body#herogi ul#herogiList li.herogi04 a {
	background: url(../herogi/img/btn_herogi04.jpg);
}

body#herogi ul#herogiList li.herogi04 a:hover {
	background: url(../herogi/img/btn_herogi04.jpg) 0 -115px;
}

/*body#herogi ul#herogiList li.herogi04 {
	background: url(../herogi/img/btn_que.gif);
}*/


body#herogi ul#herogiListS {
	background: #000;
	padding: 10px 0 0 10px;
	overflow: hidden;
}

body#herogi ul#herogiListS li {
	text-indent: -9999px;
	width: 200px;
	height: 60px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
}

body#herogi ul#herogiListS li a {
	display: block;
	width: 200px;
	height: 60px;
}

body#herogi ul#herogiListS li.herogi01 a {
	background: url(../herogi/img/btn_s_herogi01.jpg);
}

body#herogi ul#herogiListS li.herogi01 a:hover {
	background: url(../herogi/img/btn_s_herogi01.jpg) 0 -60px;
}

body#herogi ul#herogiListS li.herogi02 a {
	background: url(../herogi/img/btn_s_herogi02.jpg);
}

body#herogi ul#herogiListS li.herogi02 a:hover {
	background: url(../herogi/img/btn_s_herogi02.jpg) 0 -60px;
}

body#herogi ul#herogiListS li.herogi03 a {
	background: url(../herogi/img/btn_s_herogi03.jpg);
}

body#herogi ul#herogiListS li.herogi03 a:hover {
	background: url(../herogi/img/btn_s_herogi03.jpg) 0 -60px;
}

body#herogi ul#herogiListS li.herogi04 a {
	background: url(../herogi/img/btn_s_herogi04.jpg);
}

body#herogi ul#herogiListS li.herogi04 a:hover {
	background: url(../herogi/img/btn_s_herogi04.jpg) 0 -60px;
}

/*body#herogi ul#herogiListS li.herogi04 {
	background: url(../herogi/img/btn_s_que.gif);
}*/


/*==========================================
 ヒーロー着図鑑
===========================================*/


body#herogi nav#zoku {
	margin-bottom: 30px;
	overflow: hidden;
}

body#herogi nav#zoku li {
	text-indent: -9999px;
	margin-right: 10px;
	float: left;
}

body#herogi nav#zoku li:nth-child(6) {
	margin-right: 0;
}

body#herogi nav#zoku li a {
	display: block;
	width: 133px;
	height: 50px;
}

body#herogi nav#zoku li.btnF a {
	background: url(../herogi/img/btn_f.gif);
}

body#herogi nav#zoku li.btnF a:hover {
	background: url(../herogi/img/btn_f.gif) 0 -50px;
}

body#herogi nav#zoku li.btnH a {
	background: url(../herogi/img/btn_h.gif);
}

body#herogi nav#zoku li.btnH a:hover {
	background: url(../herogi/img/btn_h.gif) 0 -50px;
}

body#herogi nav#zoku li.btnW a {
	background: url(../herogi/img/btn_w.gif);
}

body#herogi nav#zoku li.btnW a:hover {
	background: url(../herogi/img/btn_w.gif) 0 -50px;
}

body#herogi nav#zoku li.btnE a {
	background: url(../herogi/img/btn_e.gif);
}

body#herogi nav#zoku li.btnE a:hover {
	background: url(../herogi/img/btn_e.gif) 0 -50px;
}

body#herogi nav#zoku li.btnD a {
	background: url(../herogi/img/btn_d.gif);
}

body#herogi nav#zoku li.btnD a:hover {
	background: url(../herogi/img/btn_d.gif) 0 -50px;
}

body#herogi nav#zoku li.btnL a {
	background: url(../herogi/img/btn_l.gif);
}

body#herogi nav#zoku li.btnL a:hover {
	background: url(../herogi/img/btn_l.gif) 0 -50px;
}

body#herogi div#fBox,body#herogi div#hBox,body#herogi div#wBox,body#herogi div#eBox,body#herogi div#dBox,body#herogi div#lBox {
	border-radius: 10px;
	padding: 75px 0 10px 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

body#herogi div#fBox {
	background: url(../herogi/img/bg_f.gif) no-repeat top #feb79d;
}

body#herogi div#hBox {
	background: url(../herogi/img/bg_h.gif) no-repeat top #a2e7fd;
}

body#herogi div#wBox {
	background: url(../herogi/img/bg_w.gif) no-repeat top #befbb6;
}

body#herogi div#eBox {
	background: url(../herogi/img/bg_e.gif) no-repeat top #ffeba5;
}

body#herogi div#dBox {
	background: url(../herogi/img/bg_d.gif) no-repeat top #decdfc;
}

body#herogi div#lBox {
	background: url(../herogi/img/bg_l.gif) no-repeat top #dffdfc;
}

body#herogi div#fBox h4,body#herogi div#hBox h4,body#herogi div#wBox h4,body#herogi div#eBox h4,body#herogi div#dBox h4,body#herogi div#lBox h4 {
	display: none;
}

body#herogi  div#fBox ul,body#herogi  div#hBox ul,body#herogi  div#wBox ul,body#herogi  div#eBox ul {
	_overflow: hidden;
}

body#herogi div#fBox li,body#herogi div#hBox li,body#herogi div#wBox li,body#herogi div#eBox li,body#herogi div#dBox li,body#herogi div#lBox li {
	text-indent: -9999px;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

body#herogi div#fBox li a,body#herogi div#hBox li a,body#herogi div#wBox li a,body#herogi div#eBox li a,body#herogi div#dBox li a,body#herogi div#lBox li a {
	display: block;
	width: 203px;
	height: 48px;
}

body#herogi li.que {
	background: url(../herogi/img/btn_que.png);
	display: block;
	width: 203px;
	height: 48px;
}

body#herogi li span.new {
	position: absolute;
	top: -6px;
	left: 5px;
	text-indent: 0;
	line-height: 0;
}

body#herogi li.heroF001 a {
	background: url(../herogi/img/btn_f001.png);
}

body#herogi li.heroF001 a:hover {
	background: url(../herogi/img/btn_f001.png) 0 48px;
}

body#herogi li.heroF002 a {
	background: url(../herogi/img/btn_f002.png);
}

body#herogi li.heroF002 a:hover {
	background: url(../herogi/img/btn_f002.png) 0 48px;
}

body#herogi li.heroF003 a {
	background: url(../herogi/img/btn_f003.png);
}

body#herogi li.heroF003 a:hover {
	background: url(../herogi/img/btn_f003.png) 0 48px;
}

body#herogi li.heroF004 a {
	background: url(../herogi/img/btn_f004.png);
}

body#herogi li.heroF004 a:hover {
	background: url(../herogi/img/btn_f004.png) 0 48px;
}

body#herogi li.heroF005 a {
	background: url(../herogi/img/btn_f005.png);
}

body#herogi li.heroF005 a:hover {
	background: url(../herogi/img/btn_f005.png) 0 48px;
}

body#herogi li.heroF006 a {
	background: url(../herogi/img/btn_f006.png);
}

body#herogi li.heroF006 a:hover {
	background: url(../herogi/img/btn_f006.png) 0 48px;
}

body#herogi li.heroF007 a {
	background: url(../herogi/img/btn_f007.png);
}

body#herogi li.heroF007 a:hover {
	background: url(../herogi/img/btn_f007.png) 0 48px;
}

body#herogi li.heroF008 a {
	background: url(../herogi/img/btn_f008.png);
}

body#herogi li.heroF008 a:hover {
	background: url(../herogi/img/btn_f008.png) 0 48px;
}

body#herogi li.heroF009 a {
	background: url(../herogi/img/btn_f009.png);
}

body#herogi li.heroF009 a:hover {
	background: url(../herogi/img/btn_f009.png) 0 48px;
}

body#herogi li.heroF010 a {
	background: url(../herogi/img/btn_f010.png);
}

body#herogi li.heroF010 a:hover {
	background: url(../herogi/img/btn_f010.png) 0 48px;
}

body#herogi li.heroF011 a {
	background: url(../herogi/img/btn_f011.png);
}

body#herogi li.heroF011 a:hover {
	background: url(../herogi/img/btn_f011.png) 0 48px;
}

body#herogi li.heroF012 a {
	background: url(../herogi/img/btn_f012.png);
}

body#herogi li.heroF012 a:hover {
	background: url(../herogi/img/btn_f012.png) 0 48px;
}

body#herogi li.heroF013 a {
	background: url(../herogi/img/btn_f013.png);
}

body#herogi li.heroF013 a:hover {
	background: url(../herogi/img/btn_f013.png) 0 48px;
}

body#herogi li.heroF014 a {
	background: url(../herogi/img/btn_f014.png);
}

body#herogi li.heroF014 a:hover {
	background: url(../herogi/img/btn_f014.png) 0 48px;
}

body#herogi li.heroF015 a {
	background: url(../herogi/img/btn_f015.png);
}

body#herogi li.heroF015 a:hover {
	background: url(../herogi/img/btn_f015.png) 0 48px;
}

body#herogi li.heroF016 a {
	background: url(../herogi/img/btn_f016.png);
}

body#herogi li.heroF016 a:hover {
	background: url(../herogi/img/btn_f016.png) 0 48px;
}

body#herogi li.heroF017 a {
	background: url(../herogi/img/btn_f017.png);
}

body#herogi li.heroF017 a:hover {
	background: url(../herogi/img/btn_f017.png) 0 48px;
}

body#herogi li.heroF018 a {
	background: url(../herogi/img/btn_f018.png);
}

body#herogi li.heroF018 a:hover {
	background: url(../herogi/img/btn_f018.png) 0 48px;
}

body#herogi li.heroF019 a {
	background: url(../herogi/img/btn_f019.png);
}

body#herogi li.heroF019 a:hover {
	background: url(../herogi/img/btn_f019.png) 0 48px;
}

body#herogi li.heroF020 a {
	background: url(../herogi/img/btn_f020.png);
}

body#herogi li.heroF020 a:hover {
	background: url(../herogi/img/btn_f020.png) 0 48px;
}

body#herogi li.heroF021 a {
	background: url(../herogi/img/btn_f021.png);
}

body#herogi li.heroF021 a:hover {
	background: url(../herogi/img/btn_f021.png) 0 48px;
}

body#herogi li.heroF022 a {
	background: url(../herogi/img/btn_f022.png);
}

body#herogi li.heroF022 a:hover {
	background: url(../herogi/img/btn_f022.png) 0 48px;
}

body#herogi li.heroF023 a {
	background: url(../herogi/img/btn_f023.png);
}

body#herogi li.heroF023 a:hover {
	background: url(../herogi/img/btn_f023.png) 0 48px;
}

body#herogi li.heroF024 a {
	background: url(../herogi/img/btn_f024.png);
}

body#herogi li.heroF024 a:hover {
	background: url(../herogi/img/btn_f024.png) 0 48px;
}

body#herogi li.heroF025 a {
	background: url(../herogi/img/btn_f025.png);
}

body#herogi li.heroF025 a:hover {
	background: url(../herogi/img/btn_f025.png) 0 48px;
}

body#herogi li.heroF026 a {
	background: url(../herogi/img/btn_f026.png);
}

body#herogi li.heroF026 a:hover {
	background: url(../herogi/img/btn_f026.png) 0 48px;
}

body#herogi li.heroF027 a {
	background: url(../herogi/img/btn_f027.png);
}

body#herogi li.heroF027 a:hover {
	background: url(../herogi/img/btn_f027.png) 0 48px;
}

body#herogi li.heroF028 a {
	background: url(../herogi/img/btn_f028.png);
}

body#herogi li.heroF028 a:hover {
	background: url(../herogi/img/btn_f028.png) 0 48px;
}

body#herogi li.heroF029 a {
	background: url(../herogi/img/btn_f029.png);
}

body#herogi li.heroF029 a:hover {
	background: url(../herogi/img/btn_f029.png) 0 48px;
}

body#herogi li.heroF030 a {
	background: url(../herogi/img/btn_f030.png);
}

body#herogi li.heroF030 a:hover {
	background: url(../herogi/img/btn_f030.png) 0 48px;
}

body#herogi li.heroF031 a {
	background: url(../herogi/img/btn_f031.png);
}

body#herogi li.heroF031 a:hover {
	background: url(../herogi/img/btn_f031.png) 0 48px;
}

body#herogi li.heroF032 a {
	background: url(../herogi/img/btn_f032.png);
}

body#herogi li.heroF032 a:hover {
	background: url(../herogi/img/btn_f032.png) 0 48px;
}

body#herogi li.heroF033 a {
	background: url(../herogi/img/btn_f033.png);
}

body#herogi li.heroF033 a:hover {
	background: url(../herogi/img/btn_f033.png) 0 48px;
}

body#herogi li.heroF034 a {
	background: url(../herogi/img/btn_f034.png);
}

body#herogi li.heroF034 a:hover {
	background: url(../herogi/img/btn_f034.png) 0 48px;
}

body#herogi li.heroF035 a {
	background: url(../herogi/img/btn_f035.png);
}

body#herogi li.heroF035 a:hover {
	background: url(../herogi/img/btn_f035.png) 0 48px;
}

body#herogi li.heroF036 a {
	background: url(../herogi/img/btn_f036.png);
}

body#herogi li.heroF036 a:hover {
	background: url(../herogi/img/btn_f036.png) 0 48px;
}

body#herogi li.heroF037 a {
	background: url(../herogi/img/btn_f037.png);
}

body#herogi li.heroF037 a:hover {
	background: url(../herogi/img/btn_f037.png) 0 48px;
}


body#herogi li.heroH001 a {
	background: url(../herogi/img/btn_h001.png);
}

body#herogi li.heroH001 a:hover {
	background: url(../herogi/img/btn_h001.png) 0 48px;
}

body#herogi li.heroH002 a {
	background: url(../herogi/img/btn_h002.png);
}

body#herogi li.heroH002 a:hover {
	background: url(../herogi/img/btn_h002.png) 0 48px;
}

body#herogi li.heroH003 a {
	background: url(../herogi/img/btn_h003.png);
}

body#herogi li.heroH003 a:hover {
	background: url(../herogi/img/btn_h003.png) 0 48px;
}

body#herogi li.heroH004 a {
	background: url(../herogi/img/btn_h004.png);
}

body#herogi li.heroH004 a:hover {
	background: url(../herogi/img/btn_h004.png) 0 48px;
}

body#herogi li.heroH005 a {
	background: url(../herogi/img/btn_h005.png);
}

body#herogi li.heroH005 a:hover {
	background: url(../herogi/img/btn_h005.png) 0 48px;
}

body#herogi li.heroH006 a {
	background: url(../herogi/img/btn_h006.png);
}

body#herogi li.heroH006 a:hover {
	background: url(../herogi/img/btn_h006.png) 0 48px;
}

body#herogi li.heroH007 a {
	background: url(../herogi/img/btn_h007.png);
}

body#herogi li.heroH007 a:hover {
	background: url(../herogi/img/btn_h007.png) 0 48px;
}

body#herogi li.heroH008 a {
	background: url(../herogi/img/btn_h008.png);
}

body#herogi li.heroH008 a:hover {
	background: url(../herogi/img/btn_h008.png) 0 48px;
}

body#herogi li.heroH009 a {
	background: url(../herogi/img/btn_h009.png);
}

body#herogi li.heroH009 a:hover {
	background: url(../herogi/img/btn_h009.png) 0 48px;
}

body#herogi li.heroH010 a {
	background: url(../herogi/img/btn_h010.png);
}

body#herogi li.heroH010 a:hover {
	background: url(../herogi/img/btn_h010.png) 0 48px;
}

body#herogi li.heroH011 a {
	background: url(../herogi/img/btn_h011.png);
}

body#herogi li.heroH011 a:hover {
	background: url(../herogi/img/btn_h011.png) 0 48px;
}

body#herogi li.heroH012 a {
	background: url(../herogi/img/btn_h012.png);
}

body#herogi li.heroH012 a:hover {
	background: url(../herogi/img/btn_h012.png) 0 48px;
}

body#herogi li.heroH013 a {
	background: url(../herogi/img/btn_h013.png);
}

body#herogi li.heroH013 a:hover {
	background: url(../herogi/img/btn_h013.png) 0 48px;
}

body#herogi li.heroH014 a {
	background: url(../herogi/img/btn_h014.png);
}

body#herogi li.heroH014 a:hover {
	background: url(../herogi/img/btn_h014.png) 0 48px;
}

body#herogi li.heroH015 a {
	background: url(../herogi/img/btn_h015.png);
}

body#herogi li.heroH015 a:hover {
	background: url(../herogi/img/btn_h015.png) 0 48px;
}

body#herogi li.heroH016 a {
	background: url(../herogi/img/btn_h016.png);
}

body#herogi li.heroH016 a:hover {
	background: url(../herogi/img/btn_h016.png) 0 48px;
}

body#herogi li.heroH017 a {
	background: url(../herogi/img/btn_h017.png);
}

body#herogi li.heroH017 a:hover {
	background: url(../herogi/img/btn_h017.png) 0 48px;
}

body#herogi li.heroH018 a {
	background: url(../herogi/img/btn_h018.png);
}

body#herogi li.heroH018 a:hover {
	background: url(../herogi/img/btn_h018.png) 0 48px;
}

body#herogi li.heroH019 a {
	background: url(../herogi/img/btn_h019.png);
}

body#herogi li.heroH019 a:hover {
	background: url(../herogi/img/btn_h019.png) 0 48px;
}

body#herogi li.heroH020 a {
	background: url(../herogi/img/btn_h020.png);
}

body#herogi li.heroH020 a:hover {
	background: url(../herogi/img/btn_h020.png) 0 48px;
}

body#herogi li.heroH021 a {
	background: url(../herogi/img/btn_h021.png);
}

body#herogi li.heroH021 a:hover {
	background: url(../herogi/img/btn_h021.png) 0 48px;
}

body#herogi li.heroH022 a {
	background: url(../herogi/img/btn_h022.png);
}

body#herogi li.heroH022 a:hover {
	background: url(../herogi/img/btn_h022.png) 0 48px;
}

body#herogi li.heroH023 a {
	background: url(../herogi/img/btn_h023.png);
}

body#herogi li.heroH023 a:hover {
	background: url(../herogi/img/btn_h023.png) 0 48px;
}

body#herogi li.heroH024 a {
	background: url(../herogi/img/btn_h024.png);
}

body#herogi li.heroH024 a:hover {
	background: url(../herogi/img/btn_h024.png) 0 48px;
}

body#herogi li.heroH025 a {
	background: url(../herogi/img/btn_h025.png);
}

body#herogi li.heroH025 a:hover {
	background: url(../herogi/img/btn_h025.png) 0 48px;
}

body#herogi li.heroH026 a {
	background: url(../herogi/img/btn_h026.png);
}

body#herogi li.heroH026 a:hover {
	background: url(../herogi/img/btn_h026.png) 0 48px;
}

body#herogi li.heroH027 a {
	background: url(../herogi/img/btn_h027.png);
}

body#herogi li.heroH027 a:hover {
	background: url(../herogi/img/btn_h027.png) 0 48px;
}

body#herogi li.heroH028 a {
	background: url(../herogi/img/btn_h028.png);
}

body#herogi li.heroH028 a:hover {
	background: url(../herogi/img/btn_h028.png) 0 48px;
}

body#herogi li.heroH029 a {
	background: url(../herogi/img/btn_h029.png);
}

body#herogi li.heroH029 a:hover {
	background: url(../herogi/img/btn_h029.png) 0 48px;
}

body#herogi li.heroH030 a {
	background: url(../herogi/img/btn_h030.png);
}

body#herogi li.heroH030 a:hover {
	background: url(../herogi/img/btn_h030.png) 0 48px;
}

body#herogi li.heroH031 a {
	background: url(../herogi/img/btn_h031.png);
}

body#herogi li.heroH031 a:hover {
	background: url(../herogi/img/btn_h031.png) 0 48px;
}

body#herogi li.heroH032 a {
	background: url(../herogi/img/btn_h032.png);
}

body#herogi li.heroH032 a:hover {
	background: url(../herogi/img/btn_h032.png) 0 48px;
}

body#herogi li.heroH033 a {
	background: url(../herogi/img/btn_h033.png);
}

body#herogi li.heroH033 a:hover {
	background: url(../herogi/img/btn_h033.png) 0 48px;
}

body#herogi li.heroH034 a {
	background: url(../herogi/img/btn_h034.png);
}

body#herogi li.heroH034 a:hover {
	background: url(../herogi/img/btn_h034.png) 0 48px;
}

body#herogi li.heroH035 a {
	background: url(../herogi/img/btn_h035.png);
}

body#herogi li.heroH035 a:hover {
	background: url(../herogi/img/btn_h035.png) 0 48px;
}

body#herogi li.heroH036 a {
	background: url(../herogi/img/btn_h036.png);
}

body#herogi li.heroH036 a:hover {
	background: url(../herogi/img/btn_h036.png) 0 48px;
}

body#herogi li.heroH037 a {
	background: url(../herogi/img/btn_h037.png);
}

body#herogi li.heroH037 a:hover {
	background: url(../herogi/img/btn_h037.png) 0 48px;
}

body#herogi li.heroH038 a {
	background: url(../herogi/img/btn_h038.png);
}

body#herogi li.heroH038 a:hover {
	background: url(../herogi/img/btn_h038.png) 0 48px;
}

body#herogi li.heroH039 a {
	background: url(../herogi/img/btn_h039.png);
}

body#herogi li.heroH039 a:hover {
	background: url(../herogi/img/btn_h039.png) 0 48px;
}

body#herogi li.heroH040 a {
	background: url(../herogi/img/btn_h040.png);
}

body#herogi li.heroH040 a:hover {
	background: url(../herogi/img/btn_h040.png) 0 48px;
}

body#herogi li.heroH041 a {
	background: url(../herogi/img/btn_h041.png);
}

body#herogi li.heroH041 a:hover {
	background: url(../herogi/img/btn_h041.png) 0 48px;
}

body#herogi li.heroH042 a {
	background: url(../herogi/img/btn_h042.png);
}

body#herogi li.heroH042 a:hover {
	background: url(../herogi/img/btn_h042.png) 0 48px;
}

body#herogi li.heroH043 a {
	background: url(../herogi/img/btn_h043.png);
}

body#herogi li.heroH043 a:hover {
	background: url(../herogi/img/btn_h043.png) 0 48px;
}

body#herogi li.heroH044 a {
	background: url(../herogi/img/btn_h044.png);
}

body#herogi li.heroH044 a:hover {
	background: url(../herogi/img/btn_h044.png) 0 48px;
}


body#herogi li.heroW001 a {
	background: url(../herogi/img/btn_w001.png);
}

body#herogi li.heroW001 a:hover {
	background: url(../herogi/img/btn_w001.png) 0 48px;
}

body#herogi li.heroW002 a {
	background: url(../herogi/img/btn_w002.png);
}

body#herogi li.heroW002 a:hover {
	background: url(../herogi/img/btn_w002.png) 0 48px;
}

body#herogi li.heroW003 a {
	background: url(../herogi/img/btn_w003.png);
}

body#herogi li.heroW003 a:hover {
	background: url(../herogi/img/btn_w003.png) 0 48px;
}

body#herogi li.heroW004 a {
	background: url(../herogi/img/btn_w004.png);
}

body#herogi li.heroW004 a:hover {
	background: url(../herogi/img/btn_w004.png) 0 48px;
}

body#herogi li.heroW005 a {
	background: url(../herogi/img/btn_w005.png);
}

body#herogi li.heroW005 a:hover {
	background: url(../herogi/img/btn_w005.png) 0 48px;
}

body#herogi li.heroW006 a {
	background: url(../herogi/img/btn_w006.png);
}

body#herogi li.heroW006 a:hover {
	background: url(../herogi/img/btn_w006.png) 0 48px;
}

body#herogi li.heroW007 a {
	background: url(../herogi/img/btn_w007.png);
}

body#herogi li.heroW007 a:hover {
	background: url(../herogi/img/btn_w007.png) 0 48px;
}

body#herogi li.heroW008 a {
	background: url(../herogi/img/btn_w008.png);
}

body#herogi li.heroW008 a:hover {
	background: url(../herogi/img/btn_w008.png) 0 48px;
}

body#herogi li.heroW009 a {
	background: url(../herogi/img/btn_w009.png);
}

body#herogi li.heroW009 a:hover {
	background: url(../herogi/img/btn_w009.png) 0 48px;
}

body#herogi li.heroW010 a {
	background: url(../herogi/img/btn_w010.png);
}

body#herogi li.heroW010 a:hover {
	background: url(../herogi/img/btn_w010.png) 0 48px;
}

body#herogi li.heroW011 a {
	background: url(../herogi/img/btn_w011.png);
}

body#herogi li.heroW011 a:hover {
	background: url(../herogi/img/btn_w011.png) 0 48px;
}

body#herogi li.heroW012 a {
	background: url(../herogi/img/btn_w012.png);
}

body#herogi li.heroW012 a:hover {
	background: url(../herogi/img/btn_w012.png) 0 48px;
}

body#herogi li.heroW013 a {
	background: url(../herogi/img/btn_w013.png);
}

body#herogi li.heroW013 a:hover {
	background: url(../herogi/img/btn_w013.png) 0 48px;
}

body#herogi li.heroW014 a {
	background: url(../herogi/img/btn_w014.png);
}

body#herogi li.heroW014 a:hover {
	background: url(../herogi/img/btn_w014.png) 0 48px;
}

body#herogi li.heroW015 a {
	background: url(../herogi/img/btn_w015.png);
}

body#herogi li.heroW015 a:hover {
	background: url(../herogi/img/btn_w015.png) 0 48px;
}

body#herogi li.heroW016 a {
	background: url(../herogi/img/btn_w016.png);
}

body#herogi li.heroW016 a:hover {
	background: url(../herogi/img/btn_w016.png) 0 48px;
}

body#herogi li.heroW017 a {
	background: url(../herogi/img/btn_w017.png);
}

body#herogi li.heroW017 a:hover {
	background: url(../herogi/img/btn_w017.png) 0 48px;
}

body#herogi li.heroW018 a {
	background: url(../herogi/img/btn_w018.png);
}

body#herogi li.heroW018 a:hover {
	background: url(../herogi/img/btn_w018.png) 0 48px;
}

body#herogi li.heroW019 a {
	background: url(../herogi/img/btn_w019.png);
}

body#herogi li.heroW019 a:hover {
	background: url(../herogi/img/btn_w019.png) 0 48px;
}

body#herogi li.heroW020 a {
	background: url(../herogi/img/btn_w020.png);
}

body#herogi li.heroW020 a:hover {
	background: url(../herogi/img/btn_w020.png) 0 48px;
}

body#herogi li.heroW021 a {
	background: url(../herogi/img/btn_w021.png);
}

body#herogi li.heroW021 a:hover {
	background: url(../herogi/img/btn_w021.png) 0 48px;
}

body#herogi li.heroW022 a {
	background: url(../herogi/img/btn_w022.png);
}

body#herogi li.heroW022 a:hover {
	background: url(../herogi/img/btn_w022.png) 0 48px;
}

body#herogi li.heroW023 a {
	background: url(../herogi/img/btn_w023.png);
}

body#herogi li.heroW023 a:hover {
	background: url(../herogi/img/btn_w023.png) 0 48px;
}

body#herogi li.heroW024 a {
	background: url(../herogi/img/btn_w024.png);
}

body#herogi li.heroW024 a:hover {
	background: url(../herogi/img/btn_w024.png) 0 48px;
}

body#herogi li.heroW025 a {
	background: url(../herogi/img/btn_w025.png);
}

body#herogi li.heroW025 a:hover {
	background: url(../herogi/img/btn_w025.png) 0 48px;
}

body#herogi li.heroW026 a {
	background: url(../herogi/img/btn_w026.png);
}

body#herogi li.heroW026 a:hover {
	background: url(../herogi/img/btn_w026.png) 0 48px;
}

body#herogi li.heroW027 a {
	background: url(../herogi/img/btn_w027.png);
}

body#herogi li.heroW027 a:hover {
	background: url(../herogi/img/btn_w027.png) 0 48px;
}

body#herogi li.heroW028 a {
	background: url(../herogi/img/btn_w028.png);
}

body#herogi li.heroW028 a:hover {
	background: url(../herogi/img/btn_w028.png) 0 48px;
}

body#herogi li.heroW029 a {
	background: url(../herogi/img/btn_w029.png);
}

body#herogi li.heroW029 a:hover {
	background: url(../herogi/img/btn_w029.png) 0 48px;
}

body#herogi li.heroW030 a {
	background: url(../herogi/img/btn_w030.png);
}

body#herogi li.heroW030 a:hover {
	background: url(../herogi/img/btn_w030.png) 0 48px;
}

body#herogi li.heroW031 a {
	background: url(../herogi/img/btn_w031.png);
}

body#herogi li.heroW031 a:hover {
	background: url(../herogi/img/btn_w031.png) 0 48px;
}

body#herogi li.heroW032 a {
	background: url(../herogi/img/btn_w032.png);
}

body#herogi li.heroW032 a:hover {
	background: url(../herogi/img/btn_w032.png) 0 48px;
}

body#herogi li.heroW033 a {
	background: url(../herogi/img/btn_w033.png);
}

body#herogi li.heroW033 a:hover {
	background: url(../herogi/img/btn_w033.png) 0 48px;
}

body#herogi li.heroW034 a {
	background: url(../herogi/img/btn_w034.png);
}

body#herogi li.heroW034 a:hover {
	background: url(../herogi/img/btn_w034.png) 0 48px;
}

body#herogi li.heroW035 a {
	background: url(../herogi/img/btn_w035.png);
}

body#herogi li.heroW035 a:hover {
	background: url(../herogi/img/btn_w035.png) 0 48px;
}

body#herogi li.heroW036 a {
	background: url(../herogi/img/btn_w036.png);
}

body#herogi li.heroW036 a:hover {
	background: url(../herogi/img/btn_w036.png) 0 48px;
}

body#herogi li.heroW037 a {
	background: url(../herogi/img/btn_w037.png);
}

body#herogi li.heroW037 a:hover {
	background: url(../herogi/img/btn_w037.png) 0 48px;
}

body#herogi li.heroW038 a {
	background: url(../herogi/img/btn_w038.png);
}

body#herogi li.heroW038 a:hover {
	background: url(../herogi/img/btn_w038.png) 0 48px;
}

body#herogi li.heroW039 a {
	background: url(../herogi/img/btn_w039.png);
}

body#herogi li.heroW039 a:hover {
	background: url(../herogi/img/btn_w039.png) 0 48px;
}

body#herogi li.heroW040 a {
	background: url(../herogi/img/btn_w040.png);
}

body#herogi li.heroW040 a:hover {
	background: url(../herogi/img/btn_w040.png) 0 48px;
}

body#herogi li.heroW041 a {
	background: url(../herogi/img/btn_w041.png);
}

body#herogi li.heroW041 a:hover {
	background: url(../herogi/img/btn_w041.png) 0 48px;
}

body#herogi li.heroW042 a {
	background: url(../herogi/img/btn_w042.png);
}

body#herogi li.heroW042 a:hover {
	background: url(../herogi/img/btn_w042.png) 0 48px;
}

body#herogi li.heroW043 a {
	background: url(../herogi/img/btn_w043.png);
}

body#herogi li.heroW043 a:hover {
	background: url(../herogi/img/btn_w043.png) 0 48px;
}

body#herogi li.heroW044 a {
	background: url(../herogi/img/btn_w044.png);
}

body#herogi li.heroW044 a:hover {
	background: url(../herogi/img/btn_w044.png) 0 48px;
}

body#herogi li.heroW045 a {
	background: url(../herogi/img/btn_w045.png);
}

body#herogi li.heroW045 a:hover {
	background: url(../herogi/img/btn_w045.png) 0 48px;
}

body#herogi li.heroW046 a {
	background: url(../herogi/img/btn_w046.png);
}

body#herogi li.heroW046 a:hover {
	background: url(../herogi/img/btn_w046.png) 0 48px;
}


body#herogi li.heroE001 a {
	background: url(../herogi/img/btn_e001.png);
}

body#herogi li.heroE001 a:hover {
	background: url(../herogi/img/btn_e001.png) 0 48px;
}

body#herogi li.heroE002 a {
	background: url(../herogi/img/btn_e002.png);
}

body#herogi li.heroE002 a:hover {
	background: url(../herogi/img/btn_e002.png) 0 48px;
}

body#herogi li.heroE003 a {
	background: url(../herogi/img/btn_e003.png);
}

body#herogi li.heroE003 a:hover {
	background: url(../herogi/img/btn_e003.png) 0 48px;
}

body#herogi li.heroE004 a {
	background: url(../herogi/img/btn_e004.png);
}

body#herogi li.heroE004 a:hover {
	background: url(../herogi/img/btn_e004.png) 0 48px;
}

body#herogi li.heroE005 a {
	background: url(../herogi/img/btn_e005.png);
}

body#herogi li.heroE005 a:hover {
	background: url(../herogi/img/btn_e005.png) 0 48px;
}

body#herogi li.heroE006 a {
	background: url(../herogi/img/btn_e006.png);
}

body#herogi li.heroE006 a:hover {
	background: url(../herogi/img/btn_e006.png) 0 48px;
}

body#herogi li.heroE007 a {
	background: url(../herogi/img/btn_e007.png);
}

body#herogi li.heroE007 a:hover {
	background: url(../herogi/img/btn_e007.png) 0 48px;
}

body#herogi li.heroE008 a {
	background: url(../herogi/img/btn_e008.png);
}

body#herogi li.heroE008 a:hover {
	background: url(../herogi/img/btn_e008.png) 0 48px;
}

body#herogi li.heroE009 a {
	background: url(../herogi/img/btn_e009.png);
}

body#herogi li.heroE009 a:hover {
	background: url(../herogi/img/btn_e009.png) 0 48px;
}

body#herogi li.heroE010 a {
	background: url(../herogi/img/btn_e010.png);
}

body#herogi li.heroE010 a:hover {
	background: url(../herogi/img/btn_e010.png) 0 48px;
}

body#herogi li.heroE011 a {
	background: url(../herogi/img/btn_e011.png);
}

body#herogi li.heroE011 a:hover {
	background: url(../herogi/img/btn_e011.png) 0 48px;
}

body#herogi li.heroE012 a {
	background: url(../herogi/img/btn_e012.png);
}

body#herogi li.heroE012 a:hover {
	background: url(../herogi/img/btn_e012.png) 0 48px;
}

body#herogi li.heroE013 a {
	background: url(../herogi/img/btn_e013.png);
}

body#herogi li.heroE013 a:hover {
	background: url(../herogi/img/btn_e013.png) 0 48px;
}

body#herogi li.heroE014 a {
	background: url(../herogi/img/btn_e014.png);
}

body#herogi li.heroE014 a:hover {
	background: url(../herogi/img/btn_e014.png) 0 48px;
}

body#herogi li.heroE015 a {
	background: url(../herogi/img/btn_e015.png);
}

body#herogi li.heroE015 a:hover {
	background: url(../herogi/img/btn_e015.png) 0 48px;
}

body#herogi li.heroE016 a {
	background: url(../herogi/img/btn_e016.png);
}

body#herogi li.heroE016 a:hover {
	background: url(../herogi/img/btn_e016.png) 0 48px;
}

body#herogi li.heroE017 a {
	background: url(../herogi/img/btn_e017.png);
}

body#herogi li.heroE017 a:hover {
	background: url(../herogi/img/btn_e017.png) 0 48px;
}

body#herogi li.heroE018 a {
	background: url(../herogi/img/btn_e018.png);
}

body#herogi li.heroE018 a:hover {
	background: url(../herogi/img/btn_e018.png) 0 48px;
}

body#herogi li.heroE019 a {
	background: url(../herogi/img/btn_e019.png);
}

body#herogi li.heroE019 a:hover {
	background: url(../herogi/img/btn_e019.png) 0 48px;
}

body#herogi li.heroE020 a {
	background: url(../herogi/img/btn_e020.png);
}

body#herogi li.heroE020 a:hover {
	background: url(../herogi/img/btn_e020.png) 0 48px;
}

body#herogi li.heroE021 a {
	background: url(../herogi/img/btn_e021.png);
}

body#herogi li.heroE021 a:hover {
	background: url(../herogi/img/btn_e021.png) 0 48px;
}

body#herogi li.heroE022 a {
	background: url(../herogi/img/btn_e022.png);
}

body#herogi li.heroE022 a:hover {
	background: url(../herogi/img/btn_e022.png) 0 48px;
}

body#herogi li.heroE023 a {
	background: url(../herogi/img/btn_e023.png);
}

body#herogi li.heroE023 a:hover {
	background: url(../herogi/img/btn_e023.png) 0 48px;
}

body#herogi li.heroE024 a {
	background: url(../herogi/img/btn_e024.png);
}

body#herogi li.heroE024 a:hover {
	background: url(../herogi/img/btn_e024.png) 0 48px;
}

body#herogi li.heroE025 a {
	background: url(../herogi/img/btn_e025.png);
}

body#herogi li.heroE025 a:hover {
	background: url(../herogi/img/btn_e025.png) 0 48px;
}

body#herogi li.heroE026 a {
	background: url(../herogi/img/btn_e026.png);
}

body#herogi li.heroE026 a:hover {
	background: url(../herogi/img/btn_e026.png) 0 48px;
}

body#herogi li.heroE027 a {
	background: url(../herogi/img/btn_e027.png);
}

body#herogi li.heroE027 a:hover {
	background: url(../herogi/img/btn_e027.png) 0 48px;
}

body#herogi li.heroE028 a {
	background: url(../herogi/img/btn_e028.png);
}

body#herogi li.heroE028 a:hover {
	background: url(../herogi/img/btn_e028.png) 0 48px;
}

body#herogi li.heroE029 a {
	background: url(../herogi/img/btn_e029.png);
}

body#herogi li.heroE029 a:hover {
	background: url(../herogi/img/btn_e029.png) 0 48px;
}

body#herogi li.heroE030 a {
	background: url(../herogi/img/btn_e030.png);
}

body#herogi li.heroE030 a:hover {
	background: url(../herogi/img/btn_e030.png) 0 48px;
}

body#herogi li.heroE031 a {
	background: url(../herogi/img/btn_e031.png);
}

body#herogi li.heroE031 a:hover {
	background: url(../herogi/img/btn_e031.png) 0 48px;
}

body#herogi li.heroE032 a {
	background: url(../herogi/img/btn_e032.png);
}

body#herogi li.heroE032 a:hover {
	background: url(../herogi/img/btn_e032.png) 0 48px;
}

body#herogi li.heroE033 a {
	background: url(../herogi/img/btn_e033.png);
}

body#herogi li.heroE033 a:hover {
	background: url(../herogi/img/btn_e033.png) 0 48px;
}

body#herogi li.heroE034 a {
	background: url(../herogi/img/btn_e034.png);
}

body#herogi li.heroE034 a:hover {
	background: url(../herogi/img/btn_e034.png) 0 48px;
}

body#herogi li.heroE035 a {
	background: url(../herogi/img/btn_e035.png);
}

body#herogi li.heroE035 a:hover {
	background: url(../herogi/img/btn_e035.png) 0 48px;
}

body#herogi li.heroE036 a {
	background: url(../herogi/img/btn_e036.png);
}

body#herogi li.heroE036 a:hover {
	background: url(../herogi/img/btn_e036.png) 0 48px;
}

body#herogi li.heroE037 a {
	background: url(../herogi/img/btn_e037.png);
}

body#herogi li.heroE037 a:hover {
	background: url(../herogi/img/btn_e037.png) 0 48px;
}

body#herogi li.heroE038 a {
	background: url(../herogi/img/btn_e038.png);
}

body#herogi li.heroE038 a:hover {
	background: url(../herogi/img/btn_e038.png) 0 48px;
}

body#herogi li.heroE039 a {
	background: url(../herogi/img/btn_e039.png);
}

body#herogi li.heroE039 a:hover {
	background: url(../herogi/img/btn_e039.png) 0 48px;
}

body#herogi li.heroE040 a {
	background: url(../herogi/img/btn_e040.png);
}

body#herogi li.heroE040 a:hover {
	background: url(../herogi/img/btn_e040.png) 0 48px;
}

body#herogi li.heroE041 a {
	background: url(../herogi/img/btn_e041.png);
}

body#herogi li.heroE041 a:hover {
	background: url(../herogi/img/btn_e041.png) 0 48px;
}

body#herogi li.heroE042 a {
	background: url(../herogi/img/btn_e042.png);
}

body#herogi li.heroE042 a:hover {
	background: url(../herogi/img/btn_e042.png) 0 48px;
}

body#herogi li.heroE043 a {
	background: url(../herogi/img/btn_e043.png);
}

body#herogi li.heroE043 a:hover {
	background: url(../herogi/img/btn_e043.png) 0 48px;
}

body#herogi li.heroE044 a {
	background: url(../herogi/img/btn_e044.png);
}

body#herogi li.heroE044 a:hover {
	background: url(../herogi/img/btn_e044.png) 0 48px;
}

body#herogi li.heroE045 a {
	background: url(../herogi/img/btn_e045.png);
}

body#herogi li.heroE045 a:hover {
	background: url(../herogi/img/btn_e045.png) 0 48px;
}

body#herogi li.heroE046 a {
	background: url(../herogi/img/btn_e046.png);
}

body#herogi li.heroE046 a:hover {
	background: url(../herogi/img/btn_e046.png) 0 48px;
}

body#herogi li.heroE047 a {
	background: url(../herogi/img/btn_e047.png);
}

body#herogi li.heroE047 a:hover {
	background: url(../herogi/img/btn_e047.png) 0 48px;
}


body#herogi li.heroD001 a {
	background: url(../herogi/img/btn_d001.png);
}

body#herogi li.heroD001 a:hover {
	background: url(../herogi/img/btn_d001.png) 0 48px;
}

body#herogi li.heroD002 a {
	background: url(../herogi/img/btn_d002.png);
}

body#herogi li.heroD002 a:hover {
	background: url(../herogi/img/btn_d002.png) 0 48px;
}

body#herogi li.heroD003 a {
	background: url(../herogi/img/btn_d003.png);
}

body#herogi li.heroD003 a:hover {
	background: url(../herogi/img/btn_d003.png) 0 48px;
}

body#herogi li.heroD004 a {
	background: url(../herogi/img/btn_d004.png);
}

body#herogi li.heroD004 a:hover {
	background: url(../herogi/img/btn_d004.png) 0 48px;
}

body#herogi li.heroD005 a {
	background: url(../herogi/img/btn_d005.png);
}

body#herogi li.heroD005 a:hover {
	background: url(../herogi/img/btn_d005.png) 0 48px;
}


body#herogi li.heroL001 a {
	background: url(../herogi/img/btn_l001.png);
}

body#herogi li.heroL001 a:hover {
	background: url(../herogi/img/btn_l001.png) 0 48px;
}

body#herogi li.heroL002 a {
	background: url(../herogi/img/btn_l002.png);
}

body#herogi li.heroL002 a:hover {
	background: url(../herogi/img/btn_l002.png) 0 48px;
}

body#herogi li.heroL003 a {
	background: url(../herogi/img/btn_l003.png);
}

body#herogi li.heroL003 a:hover {
	background: url(../herogi/img/btn_l003.png) 0 48px;
}

body#herogi li.heroL004 a {
	background: url(../herogi/img/btn_l004.png);
}

body#herogi li.heroL004 a:hover {
	background: url(../herogi/img/btn_l004.png) 0 48px;
}


/*==========================================
 属性とわざ
===========================================*/

body#herogi p#btnGame01 {
	text-indent: -9999px;
	margin-left: 300px;
}

body#herogi p#btnGame01 a {
	display: block;
	height: 102px;
	width: 252px;
	background: url(../herogi/img/btn_game02.jpg);
}

body#herogi p#btnGame01 a:hover {
	background: url(../herogi/img/btn_game02.jpg) 0 -102px;
}


/*==========================================
 ノア
===========================================*/

body#herogi div.event {
	font-size: 16px; font-size: 1.6rem;
	background: #e6f2ea;
	border: solid 1px #1a853b;
	border-radius: 10px;
	margin: 0 20px 30px 20px;
	padding: 10px 10px 0 10px;
}

body#herogi div.event h5 {
	font-weight: bold;
	border-bottom: dotted 2px #1a853b;
	margin-bottom: 10px;
}

body#herogi div.event ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

body#herogi div.event li {
	list-style: disc;
}

body#herogi div.event li span {
	color: #1a853b;
	font-weight: bold;
}

body#herogi div.event p {
	font-size: 16px; font-size: 1.6rem;
}

body#herogi p#btnMovie12 {
	text-indent: -9999px;
	margin-left: 300px;
}

body#herogi p#btnMovie12 a {
	display: block;
	height: 102px;
	width: 252px;
	background: url(../herogi/img/btn_movie12.jpg);
}

body#herogi p#btnMovie12 a:hover {
	background: url(../herogi/img/btn_movie12.jpg) 0 -102px;
}

body#herogi div#noahBox {
	height: 478px;
	width: 850px;
	background: url(../herogi/img/noah03.jpg);
	position: relative;
	margin-bottom: 20px;
}

body#herogi div#noahBox p.txt {
	display: none;
}

body#herogi div#noahBox p.heroL004 {
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 398px;
}

body#herogi div#noahBox p.heroL004 a {
	display: block;
	width: 234px;
	height: 78px;
	background: url(../herogi/img/btn_l004_2.png);
}

body#herogi div#noahBox p.heroL004 a:hover {
	background: url(../herogi/img/btn_l004_2.png) 0 -78px;
}


/*==========================================
 とくべつなヒーロー着
===========================================*/

body#herogi div.spBox {
	margin-bottom: 30px;
	overflow: hidden;
}

body#herogi div.spBox h5 {
	display: none;
}

body#herogi div.spBox p.none {
	display: none;
}

body#herogi div.spBox p.btnSite {
	position: absolute;
	top: 6px;
	right: 6px;
	text-indent: -9999px;
}

body#herogi div.spBox p.btnSite a {
	display: block;
	width: 102px;
	height: 28px;
	background: url(../herogi/img/btn_site.png);
}

body#herogi div.spBox p.btnSite a:hover {
	background: url(../herogi/img/btn_site.png) 0 -28px;
}

body#herogi div#spBox02,body#herogi div#spBox03,body#herogi div#spBox04,body#herogi div#spBox05,body#herogi div#spBox06,body#herogi div#spBox07,body#herogi div#spBox08,body#herogi div#spBox09,body#herogi div#spBox10,body#herogi div#spBox11,body#herogi div#spBox12,body#herogi div#spBox13,body#herogi div#spBox14,body#herogi div#spBox15 {
	position: relative;
	width: 420px;
	height: 300px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox15 {
	position: relative;
	width: 230px;
	height: 375px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox16 {
	position: relative;
	width: 610px;
	height: 375px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox17 {
	position: relative;
	width: 850px;
	height: 300px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox18 {
	position: relative;
	width: 420px;
	height: 375px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox19,body#herogi div#spBox20 {
	position: relative;
	width: 205px;
	height: 375px;
	margin-bottom: 10px;
	float: left;
}

body#herogi div#spBox02,body#herogi div#spBox04,body#herogi div#spBox06,body#herogi div#spBox08,body#herogi div#spBox10,body#herogi div#spBox12,body#herogi div#spBox13,body#herogi div#spBox15,body#herogi div#spBox18,body#herogi div#spBox19 {
	margin-right: 10px;
}

body#herogi div#spBox02 {
	background: url(../herogi/img/sp02.jpg);
}

body#herogi div#spBox03 {
	background: url(../herogi/img/sp03.jpg);
}

body#herogi div#spBox04 {
	background: url(../herogi/img/sp04.jpg);
}

body#herogi div#spBox05 {
	background: url(../herogi/img/sp05.jpg);
}

body#herogi div#spBox06 {
	background: url(../herogi/img/sp06.jpg);
}

body#herogi div#spBox07 {
	background: url(../herogi/img/sp07.jpg);
}

body#herogi div#spBox08 {
	background: url(../herogi/img/sp08.jpg);
}

body#herogi div#spBox09 {
	background: url(../herogi/img/sp09.jpg);
}

body#herogi div#spBox10 {
	background: url(../herogi/img/sp10.jpg);
}

body#herogi div#spBox11 {
	background: url(../herogi/img/sp11.jpg);
}

body#herogi div#spBox12 {
	background: url(../herogi/img/sp12.jpg);
}

body#herogi div#spBox13 {
	background: url(../herogi/img/sp13.jpg);
}

body#herogi div#spBox14 {
	background: url(../herogi/img/sp14.jpg);
}

body#herogi div#spBox15 {
	background: url(../herogi/img/sp15.jpg) no-repeat;
}

body#herogi div#spBox16 {
	background: url(../herogi/img/sp16.jpg) no-repeat;
}

body#herogi div#spBox17 {
	background: url(../herogi/img/sp17.jpg);
}

body#herogi div#spBox18 {
	background: url(../herogi/img/sp18.jpg) no-repeat;
}

body#herogi div#spBox19 {
	background: url(../herogi/img/sp19.jpg) no-repeat;
}

body#herogi div#spBox20 {
	background: url(../herogi/img/sp20.jpg) no-repeat;
}

body#herogi p.btnOthr {
	text-indent: -9999px;
}

body#herogi div#spBox15 p.btnOthr {
	position: absolute;
	top: 305px;
	left: 15px;
}

body#herogi div#spBox16 p.btnOthr {
	position: absolute;
	top: 305px;
	left: 205px;
}

body#herogi div#spBox18 p.btnOthr {
	position: absolute;
	top: 305px;
	left: 110px;
}

body#herogi div#spBox19 p.btnOthr,body#herogi div#spBox20 p.btnOthr {
	position: absolute;
	top: 305px;
	left: 2px;
}

body#herogi p.btnOthr a {
	display: block;
	width: 200px;
	height: 70px;
}

body#herogi div#spBox15 p.btnOthr a {
	background: url(../herogi/img/btn_sp01.gif);
}

body#herogi div#spBox15 p.btnOthr a:hover {
	background: url(../herogi/img/btn_sp01.gif);
}

body#herogi div#spBox16 p.btnOthr a {
	background: url(../herogi/img/btn_sp02.gif);
}

body#herogi div#spBox16 p.btnOthr a:hover {
	background: url(../herogi/img/btn_sp02.gif);
}

body#herogi div#spBox18 p.btnOthr a {
	background: url(../herogi/img/btn_sp03.gif);
}

body#herogi div#spBox18 p.btnOthr a:hover {
	background: url(../herogi/img/btn_sp03.gif);
}

body#herogi div#spBox19 p.btnOthr a {
	background: url(../herogi/img/btn_sp04.gif);
}

body#herogi div#spBox19 p.btnOthr a:hover {
	background: url(../herogi/img/btn_sp04.gif);
}

body#herogi div#spBox20 p.btnOthr a {
	background: url(../herogi/img/btn_sp05.gif);
}

body#herogi div#spBox20 p.btnOthr a:hover {
	background: url(../herogi/img/btn_sp05.gif);
}