/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：オリジナル - フッター
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*コンテナ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#pfooter-container-bottom
{
	height : 200px;
}

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*コンテンツ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.footer-col
{
	width : 190px;

	padding-left : 10px;
}

.footer-navi-title
{
	line-height : 20px;

	margin-top : 10px;

	font-size : 10px;
	font-weight : bold;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color : #444444;
}

.footer-navi
{
	line-height : 20px;
}

.footer-navi a
{
	text-decoration: none;

	color:#888888;
	font-size : 10px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

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

.footer-navi a:hover,
.footer-navi a:active
{
	color:#444444;
	text-decoration: underline;
}

.footer-separator
{
	height : 1px;
	width : 100%;

	background-repeat : repeat-x;
	background-position : top;
	background-image : url(http://www.fultex.jp/images/separator-type1.gif) ;
}

#footer-line1
{
	width : 100%;

	margin-top : 10px;
	margin-bottom : 5px;

	line-height : 30px;
}

#footer-line2
{
	width : 100%;
}


#supplement
{
	font-size : 10px;

	line-height : 30px;
}

#connection
{
	float : right;
}

#copyright
{
	margin-top : 10px;

	font-size : 12px;
}