/* メイン **************************************************************/
div.main div.full-width table{
	border-width: 0px;
	border-style: solid;
	width:100%;
}


/* フッター **************************************************************/
footer{
	margin:10px 0 0 0;
	padding:18px 0 0 0;
	border-top:1px #CCCCCC solid;
}
footer div.f_banner{
	padding:0 0 10px 0;
	border-bottom:1px #CCCCCC solid;
}
footer div.f_banner div.f_banner_left
, footer div.f_banner div.f_banner_right{
	text-align:center;
}
footer div.f_credit{
	padding:15px 0 15px 0;
	background:#1A49B2;
	color:#FFF;
	font-size:small;
	text-align:center;
}

