@charset "UTF-8";
/* CSS Document */

/* フッター部 */
#ftr_big{
	width:auto;
	height:40px;
}
#ftr{
	width:854px;
	height:40px;
	background-color:#ffffff;
}

#footermenu{width:854px; height:40px;}
.f_left{width:420px; height:40px; float:left;}
.f_right{width:410px; height:40px; float:right;}

.text_paddingbox{
color:#aaa;
font-size:10px;
padding-top:8px;
padding-left:0px;}

#ftr_backline{
	width:854px;
	height:1px;
	background-image: url(../images/ftr_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFFFF}

/* フッターメニュー部 */
#ftr #footermenu ul{
}
#ftr #footermenu li{
}
/* フッターインフォメーション */
#ftr #information{
}
/* フッターロゴ部 */
#ftr #footerlogo{
}
/* 著作権明記部 */
#ftr #copyright{
}
/* トップへ戻る */
#ftr #gototop{
}
/* ページ最下部 */
#ftr #underline{
}