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

/*======================================================================================*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*コンテナ
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
h1.pheader-title
{
	display : block;
	float : left;
	position : relative;
	
	left : 50px;
	z-index : 10;

	width : 550px;
	height : 20px;
}

h1.pheader-title a
{
	display : block;
	float : left;
	position : relative;
	
	text-decoration: none;
	
	line-height : 20px;
	
	color : #444444;
	font-size : 12px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

.pheader-container
{
	/*
	position : absolute;
	
	top : 0px;
	left : 0px;
	*/
	
	z-index : 0;

	width : 800px;
	height : 100px;
	
	background-repeat : repeat-x;
	background-position : top;
	background-image : url(http://www.fultex.jp/images/header.jpg) ;
}


.ptop-container
{
	display : block;
	float : left;
	position : relative;
	
	width : 800px;

	/*	
	background-repeat : repeat-x;
	background-position : top;
	background-image : url(http://www.fultex.jp/images/header.jpg) ;
	*/
}