@charset "UTF-8";
/* CSS Document */

div#footer-bk {
	width:100%;               /* 横の幅を100% */
	height: 80px;            /* 縦の幅を120px */
	position: fixed !important;  
    position: absolute;
    bottom: 0; 
    left: 0;
	float:left;
}
div#footer {
	width:100%;
	height: 80px; 
    margin:auto;
	bottom: 0;  
    left: 0;
	/*background-image:url("./resource/footer_od_v3.png");*/
	margin-bottom:-20px;
	}
	
div#bread {
	width:600px;
	height:40px;
	float:left;
	margin:2em 0em 0em 1.5em;
	}
	
div#bread h5{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:left;
	margin: 0.2em 0em 0em 1em;
	}	
	
div#bread a{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:left;
	/*margin: 0em 0em 0em 1em;*/
	}		
	
div#bread img#home {
	width:20px;
	height:20px;
	float:left;
}	
	
	
div#copyright {
	width:400px;
	height:55px;
	float:right;
	margin:1.5em 0.5em 0em 0em;
	}
	
div#copyright h5{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	text-align:right;
	margin: 0em 1em 0em 0em;
	}
	
div#copyright a{
	font-family: sans-serif;
	font-size: 9pt;
	/*color: #FFFFFF;*/
    color: #000000;
	margin: 0em 0em 0em 0em;
	}
	

		
