/* CSS Document */
/* base
────────────────────────────────────────── */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	}
a img {
	border: none;
	}
ul {
	list-style: none;
	margin: 0;
      padding: 0;
	}
table td {
	vertical-align: top;
	}




/* フッターを幅いっぱいにする為のボックス*/
#footerbg {
background-image: url(../img_for_footer/footer.gif);
min-width:960px;
height: 137px;
background-repeat: repeat-x;
}



/* フッター*/

#footer        {
width: 960px;
height: 137px;
margin-right: auto;
margin-left: auto;
}


div.footertext {
   position: relative;
   float: left;
   top:30px;
   font-size: 12px;
   color: #fff;
   line-height: 170%;
}





/* フッターテキストリンク*/

.footertext a:link{/*リンクされた文字*/
    color:#FFFFFF;
    text-decoration:underline;
}

.footertext a:visited {/*訪問後のリンク*/
    color:#FFFF00;
    text-decoration:underline;
}

.footertext a:hover {/*マウスをのせたとき*/
    color:#FF3300;
    text-decoration:underline;
}






div.footerdate {
   position: relative;
   top:35px;
   float: right;
}


div.copyright {
   text-align:center;
   position: relative;
   top:45px;
   font-size: 12px;
   color: #fff;
}




/* フッター*/

a{/*リンクされた文字*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#FFFF00;
    text-decoration:underline;
}



