@CHARSET "UTF-8";

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

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*コンテナ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

div.pheader-container
{
	z-index : 0;

	width  : 900px;
	height : 100px;
	
	/*
	background-repeat : repeat-x;
	background-position : top;
	background-image : url(http://www.katuko.com/images/header.jpg) ;
	*/
}

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

h1.pheader-title
{
	display : block;
	float : left;
	position : relative;
	
	width  : 900px;
	height : 50px;

	margin-top : 50px;
	
	background-repeat : repeat-x;
	background-position : top;
	background-image : url(http://www.katuko.com/images/header.jpg);
}

h1.pheader-title a
{
	display : block;
	float : left;
	position : relative;
	
	text-decoration: none;
	
	text-indent : -9999px;
}
