@charset "utf-8";

/*------------------------------
フッター
------------------------------*/
#footer,#footblock
{
	height:						120px;
	}

#footer
{
	background-color:			#fff;
	color:						#666;
	}

#footer a
{
	color:						#333;
	}

#footer a:link,#footer a:visited
{
	text-decoration:			none;
	}

#footer a:hover,#footer a:active
{
	text-decoration:			underline;
	}

#footblock
{
	background-color:			#fff;
	width:						900px;
	}

.footbox01,.footbox02,.footbox03,.footbox04
{
	height:						80px;
	top:						20px;
	}

.footbox01,.footbox03,.footbox04
{
	border-left:				1px solid #f00;
	}

.footbox04
{
	border-right:				1px solid #f00;
}

.footbox01
{
	width:						80px;
	left:						40px;
	}

.footbox02
{
	width:						190px;
	left:						120px;
	}

.footbox03
{
	width:						270px;
	left:						310px;
	}

.footbox04
{
	width:						270px;
	left:						580px;
	}
