@charset "UTF-8";

#main { width:410px; margin:0 auto; background:#063; }
.text { height:20px; text-align:center; color:#FFF; font-size:12px; font-weight:bold; padding-top:8px; }

div#link {
	display:block;
	width: 410px;
	height:65px;
	margin: 10px auto;
}
div#link ul {
	list-style:none;
}
div#link ul li {
	width:200px;
	height:65px;
	float:left;
	display: inline;
	margin:0 5px;
}
div#link ul li a {
	width:200px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
	outline: none;
}

/** ↓次回削除↓ **/
li#furano a {
	background:url(./img/bnr_furano3.jpg) no-repeat left top;
}
li#furano a:hover {
	background:url(./img/bnr_furano3.jpg) no-repeat left -65px;
}
li#furano2 a {
	background:url(./img/bnr_fwg2.jpg) no-repeat left top;
}
li#furano2 a:hover {
	background:url(./img/bnr_fwg2.jpg) no-repeat left -65px;
}

/** フジフィルム＋光のルネサンス **/
li#present0912 a {
	background:url(./img/bnr_pre200912.jpg) no-repeat left top;
}
li#present0912 a:hover {
	background:url(./img/bnr_pre200912.jpg) no-repeat left -65px;
}
li#osakahikari a {
	background:url(./img/bnr_osakahikari.jpg) no-repeat left top;
}
li#osakahikari a:hover {
	background:url(./img/bnr_osakahikari.jpg) no-repeat left -65px;
}


li#present a {
	background:url(./img/bnr_present.jpg) no-repeat left top;
}
li#present a:hover {
	background:url(./img/bnr_present.jpg) no-repeat left -100px;
}
li#htb a {
	background:url(./img/bnr_htb.jpg) no-repeat left top;
}
li#htb a:hover {
	background:url(./img/bnr_htb.jpg) no-repeat left -100px;
}

