@CHARSET "UTF-8";

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


/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*フレーム
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*======================================================================================*/
div.pheader
{
	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	: none;
/*	background-image	: url(http://www.chiba-gyosei.or.jp/images/pheader.jpg); */
}

/*body無し*/

/*==================================================*/
/*タイトル
/*--------------------------------------------------*/
/*サイトタイトル及びヘッドライン
/*==================================================*/
div.pheader div.title
{
	display	: block;
	float	: left;
	position: relative;

	width	: 460px;
	height	: 100%;
}

div.pheader div.title a
{
	display	: block;
	float	: left;
	position: relative;
	
	width	: 100%;
	height	: 100%;

	background-repeat	: no-repeat;
	background-position	: left top;
	/*
	background-image	: url(http://www.chiba-gyosei.or.jp/images/header-title.jpg);
	*/
	
	text-indent : -9999px;
}

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

/*==================================================*/
/*イメージナビゲーション
/*--------------------------------------------------*/
/*ヘッダー用横並びナビ
/*==================================================*/
div.pheader ul.imgnavi
{
	float	: right;
	clear	: none;
	
	background-image	: none;
}


div.pheader ul.imgnavi li
{
	float	: left;
	clear	: none;
	
	height	: 30px;
}

div.pheader ul.imgnavi li a
{
}
