@charset "Shift_JIS";

/*

information{
	file name : /common-new/css/pagetitle.css;
	infomation : This CSS file define a page title format.;
	site name : Panasonic Global;
	url : http://panasonic.net;
	copyrihgt : Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd. All Rights Reserved.;
}
*/





/* contents
--------------------------------------------------------------------------
1. "generall" elements
2. details
--------------------------------------------------------------------------
*/




/* 1. "generall" elements
-----------------------------------------------	*/
div#pagetitle *{
	margin:0;
	padding:0;
}












/* 2. details
-----------------------------------------------	*/
div#pagetitle{
	padding:5px 0 8px;
	background-position:0 100%;
	background-repeat:no-repeat;
}
div#pagetitle p{
	float:left;
	width:179px;/*	fixed	*/
	margin:0 18px 0 0;/*	fixed	*/
	color:#97a1aa;
}
div#pagetitle h1{
	float:left;
	width:770px; /*560px->770px*/
	color:#000;
}
div#pagetitle h1.productimg{padding-top:10px;}

/* index version	*/
div#pagetitle.index h1{
	float:none;
	margin-left:0 !important;/* mac ie	*/
}
/* index add margin left version	*/
div#pagetitle.indexadm h1{
	float:none;
	margin-left:197px;/*	fixed	*/
}

/* bar-color	*/
div#pagetitle.gray{
	background-image:url("../pagetitle/bg-pagetitle-gray.gif") !important;
}
