/* This File's Infomation =-=-=-=-=-=-=-=-=-=-=-=-
File Name: footer.css
Description:
Editors: Masahiro Tokumasu
Fast date: 2009.10.14
Last Update:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#footer img{
 background-image: url("http://araiso.info/images/logo_footer.png");
}
* html #footer img{
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://araiso.info/images/logo_footer.png", sizingMethod="scale");
 background: none;
}
#footer{
 border-top: solid 3px #2b76cc;
 clear: both;
 background-color: #1b1104;
 height: 100px;
 text-align: right;
}
address{
 font-size: 10pt;
 font-style: normal;
 padding-top: 6px;
}
address a{
 color: white;
}