﻿#footer
{
	border:1px solid #bbbbbb;
	margin-top:20px;
	margin-bottom:20px;
	height:20px;
	position:relative;
	padding:20px;
	color:#aaaaaa;
}

#footer_topleft
{
	position:absolute; width:6px; height:6px; top:-1px; left:-1px;
	background-image:url('images/layout/box/topleft.png'); overflow:hidden;
}

#footer_topright
{
	position:absolute; width:6px; height:6px; top:-1px; right:-1px;
	background-image:url('images/layout/box/topright.png'); overflow:hidden;
}

#footer_botleft
{
	position:absolute; width:6px; height:6px; bottom:-1px; left:-1px;
	background-image:url('images/layout/box/box-04.png'); overflow:hidden;
}

#footer_botright
{
	position:absolute; width:6px; height:6px; bottom:-1px; right:-1px;
	background-image:url('images/layout/box/box-05.png'); overflow:hidden;
}

#footer_link_block
{
	float:right;
}

#footer_link_block a
{
	color:#aaaaaa;
}

#footer_link_block a:hover
{
	color:#999999;
	text-decoration:underline;
}