@charset "UTF-8";

/* ==============================================================================
フッタースタイル設定	BC用
================================================================================= */

#FooterArea {
	margin-left:10px;
	width:790px;
	text-align:center;
	height:17px;
	font-size:10px;
	color:#fff;
	padding:3px 0;
	background-color:#818181;
}

#FooterArea a{
	color: #ffffff; text-decoration:none;
}

#FooterArea a:hover{
	color: #ffff00; text-decoration:none;
}



#FooterArea2 {
	padding:10px 0 ;
	width:790px;
	text-align:right;
	font-size:10px;
}

/* リンクアイコン*/
#FooterArea2 a{
	background: url("/common/bc_imgs/ft_arr.gif") no-repeat 0% 50%;
	padding: 0 0 0 10px;
	text-decoration:none;

}

#FooterArea2 a:hover{
	text-decoration:underline;
}



