@charset "iso-8859-1";

/*

information{
	file name : /common-new/css/breadcrumb.css;
	infomation : This CSS file define a breadcrumb 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#breadcrumb *{
	margin:4;
	padding:0;
}













/* 2. details
-----------------------------------------------	*/
div#breadcrumb{
	padding:4px 0 6px 0;
}

div#breadcrumb p{
	color:#666;
}

div#breadcrumb a{
	color:#135da3;
	text-decoration:none;
}

div#breadcrumb a:hover{
		text-decoration:underline;
}
