/* CSS Document */
/***********************************************/
/* footer.css                                  */
/***********************************************/

/***********************************************/
/* フッター部分のCSS　　　　　　　　　　　　　 */
/***********************************************/ 


#footer {
clear:both;
width:100%;
height:20px;
margin-top:10px;
background-image:url(../cmn_img/haikei.jpg);
background-repeat:repeat-y;
}

#footer address {
width:100%;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#333333;
}