@charset "iso-8859-1";

/*

information{
	file name : /css/layout.css;
	infomation : This CSS file define a layout format.;
	site name : Panasonic Singaporel;
	url : http://panasonic.com.sg;
	copyrihgt : Copyright (C) 2006 Panasonic Asia Pacific Pte Ltd. All Rights Reserved.;
}

last updated -----------------------------------------------
06/12 fixed "footerwrap" area (div#footerwrap) style.
06/12 fixed "twocolwrap" area (div#twocolwrap) style.
 -----------------------------------------------------------

*/


/* contents
--------------------------------------------------------------------------
1. page title (div#pagetitle)
2. Main Content wrap (div#mainwrap)
2-1. Flash column (div#prcol)
2-2. Main column (div#prcol)
3. "footerwrap" area
--------------------------------------------------------------------------
*/




/* 1. page title (div#pagetitle)
-----------------------------------------------	*/
div#pagetitle{
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:100px;
}


/* 2. Main Content wrap (div#mainwrap)
-----------------------------------------------	*/
div#mainwrap{
	width:770px;
}
div#mainwrap div#maincol{
	width:770px;
	/*	margin-bottom:20px;
	_margin-bottom:0;	*/
	padding-top:2px;
}


/* 2-1. Flash column (div#prcol)
-----------------------------------------------	*/
div#mainwrap div#maincol div#prcol{
	width:770px;
}

div#mainwrap div#maincol div#prcol *{
	margin:0;
	padding:0;
	vertical-align:bottom;
}



/* 2-2. Main column (div#prcol)
-----------------------------------------------	*/
div#maincol div#twocolwrap{
	width:770px;
	padding-top:8px;
	padding-bottom:16px;
}


div#maincol div#twocolwrap div#productcol2{
	float:left;
	width:573px;
}


div#maincol div#twocolwrap div#productcol{
	float:left;
	width:770px;
}

div#maincol div#twocolwrap div#bnrcol{
	float:right;
	width:179px;
	padding-bottom:0;
}



div#twocolwrap div#productcol2 div#bnr3c2{
	width:573px;
}


div#productcol2 div#bnr3c2{
	width:573px;
}

div#twocolwrap div#productcol div#txt1c{
	width:770px;
}
/*????????????????*/
div#twocolwrap div#productcol div#txt1c div#col01{
	width:178px;
	float:left;
}

div#twocolwrap div#productcol div#txt1c div#col02{
	width:178px;
	float:left;
	margin-left:19px;
}

div#twocolwrap div#productcol div#txt1c div#col03{
	width:178px;
	float:left;
	margin-left:19px;
}

div#twocolwrap div#productcol div#txt1c div#col04{
	width:178px;
	float:left;
	margin-left:19px;
}



/* 3. "footerwrap" area
-----------------------------------------------	*/
div#footerwrap{
	margin-top:0;
}

