@charset "utf-8";
/* CSS Document */

/*	
	フッターについて
*/


#footer{
	clear:both;
	width:740px;
	padding-top:14px;
	font-size: 11px;

	}
#footer01 {
	width:480px;
	background-image: url(../img/copyright-1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	padding-bottom: 3px;
	padding-left: 260px;
}
#footer02 {
	width:300px;
	height: 34px;
	text-align: left;
	margin-top: 5px;
	line-height: 15px;
	padding-top: 6px;
	float: left;
}
#footer03 {
	height: 34px;
	text-align: left;
	margin-top: 5px;
	line-height: 15px;
	padding-top: 6px;
	float: right;
}
#footer a{
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:underline;
	color: #666666;
}
