@charset "Shift_Jis";

/*

information{
	file name : /solution/css/layout.css;
	infomation : This CSS file define a layout format.;
	site name : Panasonic Biz Site;
	url : http://panasonic.biz;
	copyrihgt : Copyright (C) 2007 Matsushita Electric Industrial Co., Ltd. All Rights Reserved.;
}
*/





/* contents
--------------------------------------------------------------------------
1. Coutent wrap (#contentwrap) (outer)
2. Header navigation area (#headerwrap)
3. Main Content wrap (#mainwrap)
3-1. Breadcrumb (#breadcrumb)
3-2. Page Title (#pagetitle)
3-3. Two columns area (#twocolwrap)
3-3-1. Main contents area (#maincol)
3-3-2. Local navigation area (#leftcol)
4. Footer navigation area (#footerwrap)
--------------------------------------------------------------------------
*/










/* 3-2. Page Title (#pagetitle)
-----------------------------------------------	*/
div#pagetitle{
	/*	\*/clear:both;/* */
	width:770px;/*	fix	*/
}






/* 3-3-1. Main contents area (#maincol)
-----------------------------------------------	*/
div#maincol{
	float:right;
	width:573px;/*	fix	*/
	padding-top:10px;
}
/* none Left column version	*/
body.delleftcol div#maincol{
	float:none;
	margin-left:197px;/*	fix	*/
}
/* keyimage	*/
body.keyimg div#maincol,
body.utilitynav div#maincol{
	padding-top:1px;
	_padding-top:2px;
}


/* start added 2008.7 */
div#avpcsol-3col-l{
	width:770px;/*	fix	*/
	float:left;
}

div#avpcsol-3col-r{
	float:right;
	width:197px;/*	fix	*/
}

div#avpcsol-2col #maincol{
	width:770px;/*	fix	*/
}

div#avpcsol-2col div#pagetitle{
	width:967px;/*	fix	*/
}
/* end added 2008.7 */
