@CHARSET "UTF-8";

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


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

	z-index : 0;

	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
		
	width	: 100%;
	height	: 100%;

	background-repeat	: repeat-x;
	background-position	: left top;
/*	background-image	: url(http://www.chiba-gyosei.or.jp/images/ptop.jpg); */
}

/*==================================================*/
/*コンテンツコンテナ
/*--------------------------------------------------*/
/*汎用
/*==================================================*/
div.ptop 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;

	height	: 100%;
	background-image	: none;
}

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

/*==================================================*/
/*メッセージ
/*--------------------------------------------------*/
/*トップ画像置換の代用
/*==================================================*/
div.ptop div.body div.alt
{
	text-indent : -9999px;
	overflow : hidden;
}
