@CHARSET "UTF-8";

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*	Copylight (C) Fultex / このファイルの著作権はFultexに帰属します。無断で転用することを禁じます。
/*--------------------------------------------------------------------------------------*/
/*タイトル：サイト汎用 - ボトムパラグラフ
/*準拠	：Fultex Framework CSS
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フレーム
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/
div.pbottom
{
	clear	: both;

	z-index : 0;

	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	
	padding-top		: 10px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;

	width	: 100%;
	height	: 100%;
	
	background-repeat	: no-repeat;
	background-position	: left top;
	background-image	: none;
/*	background-image	: url(http://www.chiba-gyosei.or.jp/images/pbottom.jpg); */
}

/*==================================================*/
/*コンテンツコンテナ
/*--------------------------------------------------*/
/*汎用
/*==================================================*/
div.pbottom div.body
{
	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;

	background-image	: none;
}

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

/*==================================================*/
/*フッターナビ
/*--------------------------------------------------*/
/*フッターナビゲーション
/*==================================================*/
div.pbottom div.body div.navi
{
	text-align : center;

	color       : rgb(26, 26, 26);
font-size   : 12px;
font-weight : normal;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
line-height : 24px;
}

/*==================================================*/
/*アドレス
/*--------------------------------------------------*/
/*
/*==================================================*/
div.pbottom div.body div.address
{
	margin-top		: 10px;

	text-align : left;
	
	color       : rgb(26, 26, 26);
font-size   : 12px;
font-weight : normal;
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
line-height : 24px;
}
