footer.vm.svn-base 3.25 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
<!------------------------------------------------------FOOTER START -------------------------------------------------->
## HTML共通フッタ部分
  ## begin footer


<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td width="25" background="/em/images/shadowlft2.jpg"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
    <td width="1024" bgcolor="#FFFFFF">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td width="12" background="/em/images/ftr_menubg.jpg"><img src="/em/images/spacer.gif" width="12" height="25" border="0"></td>
        <!--<td width="688" background="/em/images/ftr_menubg.jpg">-->
        <td width="688" background="/em/images/spacer.gif" style="border: 1px #0000ff solid;" >

        <!--  Footer Menu Table Start -->
        <table border="0" cellspacing="0" cellpadding="0">
        <!--
	        <tr>
		        <td width="25" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="/em/" class="footer">トップページ</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="/em/user/top/askHtml/" class="footer">お問い合わせ</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="http://www.city.ichikawa.lg.jp/sys04/1221000001.html" class="footer" target="_blank">個人情報の取り扱いについて</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="http://www.city.ichikawa.chiba.jp/" class="footer" target="_blank">市川市のホームページへ</a></td>
	        </tr>
		-->
	        <tr>
		        <td width="25" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="/em/" class="footer">トップページ</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="/em/user/top/askHtml/" class="footer">お問い合わせ</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="http://www.city.ichikawa.lg.jp/sys04/1221000001.html" class="footer" target="_blank">個人情報の取り扱いについて</a></td>
		        <td width="30" align="right"><img src="/em/images/ftr_point.gif" width="18" height="11" border="0"></td>
		        <td><a href="http://www.city.ichikawa.chiba.jp/" class="footer" target="_blank">市川市のホームページへ</a></td>
	        </tr>
	        
        </table>
        <!--  Footer Menu Table End -->

        </td>
    </tr>
    <tr align="right">
        <td colspan="2" bgcolor="#FFFFFF" class="txt10">Copyright(C) 2013 Ichikawa City.all rights reserved.</td>
    </tr>
    </table>
    </td>
    <td width="25" background="/em/images/shadowrgt2.jpg"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
</tr>
</table>
## end footer
<!------------------------------------------------------FOOTER END -------------------------------------------------->