@charset "euc-jp";

h1,h2,h3,h4,h5,h6,span,p,dl,dt,dd{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
img{border:0px;}
.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}


/*----------------------------------------*/
/* base */
/*----------------------------------------*/

/*-----------------PanasonicChage---------------------*/
/*html{
	height:100%;
}
body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
	color:#555555;
	text-align:center;
}*/
/*-----------------PanasonicChage---------------------*/

body{
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:0;
	background:transparent;
	font-size:100%;
	line-height:1;
}

/* --------- stage --------- */
div#stage{
	width:987px;
	/*height:100%;
	/*min-height:100%;
	margin:0 auto;
	/*background:url(../images/stage_bg.gif) repeat-y;*/
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* for modern browser */
html>body>#stage{
	height:auto;
}
/* --------- container --------- */
div#container{
	position:relative;
	width:967px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}


/* clearfix */
#header_menu:after
 {
	content: url(/biz/sanyo_lib/images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

#header_menu
{
	display:inline-block;
	/*min-height: 1px;*/
}
/*----------------------------------------*/
/* header */
/*----------------------------------------*/
div#header-area{
	position:relative;
	width:920px;
	background:url(../images/header-area-bg.gif) repeat-x;
}
/* --------- brand logo --------- */
#header-area img#brand_logo{
	width:138px;
	height:49px;
	font-size:0px;
	padding-bottom:3px;
}
/* --------- brand vision --------- */
#brand-vision{
	position:absolute;
	top:13px;
	left:800px;
	font-size:0px;
}
/* --------- name-logo --------- */
#name-logo{
	position:absolute;
	top:9px;
	left:781px;
	font-size:0px;
}
	
/* --------- header-menu, header_menu --------- */
#header-menu{
	position:absolute;
	left:138px;
	top:19px;
	width:651px;
	height:15px;
	overflow:hidden;
}
#header_menu{
	position:absolute;
	left:256px;
	top:33px;
	width:651px;
	height:15px;
	overflow:hidden;
}
#header_menu ul,
#header-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
#header_menu li,
#header-menu li{
	margin:0 9px 0 0;
	padding:0;
	display:inline;
	font-size:0px;
	float:right;
}
#header_menu li a,
#header-menu li a{
	display:block;
	height:15px;
	text-decoration:none;
	text-indent:-9999px;
}


/* --------- region site link --------- */
#region-site-link{
	width:66px;
	background:url(../images/region_site_link.gif) 0 0;
}
#region-site-link a:hover{
	width:66px;
	background:url(../images/region_site_link.gif) 0 -15px;
}
#region-site-linkOn{
	width:66px;
	background:url(../images/region_site_link.gif) 0 -30px;
}

/* --------- ŽÁú»ûÃŽµŽ¥Ž¤Ž¥ŽÈŽ¥ŽÞŽ¥ŽÃŽ¥Ž× --------- */
#sitemap-link{
	width:83px;
	background:url(../images/map_link.gif) 0 0;
}
#sitemap-link a:hover{
	width:83px;
	background:url(../images/map_link.gif) 0 -15px;
}
/* --------- Ž¤ŽªŽÌè¦Ž¤Ž¹ûÂ¡¦Ž»Ž°¡¦¡¦--------- */
#info-link{
	width:86px;
	background:url(../images/info_link.gif) 0 0;
}
#info-link a:hover{
	width:86px;
	background:url(../images/info_link.gif) 0 -15px;
}
/* --------- ŽÁú»ûÜŽ¦ŽÉŽÊŽ°¡¦¡¦--------- */
#products-link{
	width:71px;
	background:url(../images/products_link.gif) 0 0;
}
#products-link a:hover{
	width:71px;
	background:url(../images/products_link.gif) 0 -15px;
}
/* --------- Ž²ŽÈŽÄúÏŽÑŽ¾Ž¦ŽÉŽÊ--------- */
#consu-link{
	width:71px;
	background:url(../images/consu_bg.gif) no-repeat;
}
#consu{
	width:60px;
	background:url(../images/consu_link.gif) 0 0;
}
#consu a:hover{
	width:60px;
	background:url(../images/consu_link.gif) 0 -15px;
}


/* --------- local site id --------- */
#local-site-id{
	width:920px;
	height:5px;
	text-align:right;
	padding:0;
}
#local-site-id h2 {
	padding:0 20px;
	font-size:0px;
}


/*----------------------------------------*/
/* footer 
/*----------------------------------------*/
div#footer-area{
	position:relative;
	clear:both;
	height:80px;
	padding:10px 0 0 0;
	background: url(../images/footer-area-bg.gif) no-repeat;
	text-align:center;
}
#footer-navigation {
	height:15px;
	margin:0 auto;
}
#footer-area address{
	clear:left;
	margin:0 auto;
	padding-top:10px;
	width:300px;
	height:20px;
}


/*----------------------------------------*/
/* linkarrow */
/*----------------------------------------*/
.link-arrow{
	background: url(../images/arrow.gif) no-repeat;
	background-position:0 49%;
	display:block;
	padding:0 0 0 16px;
}


/*----------------------------------------*/
/* outbound */
/*----------------------------------------*/
a.outbound { 
	padding-right:18px;
	margin-right:5px;
	background : url(../images/outbound_icon.gif) no-repeat right center;
}

/* overwrite IE7*/
*+html body a.outbound {
	display:inline-block ;
}
/* overwrite IE6,5.5*/
* html body a.outbound {
	display:inline-block ;
}


/*----------------------------------------*/
/* PDFicon */
/*----------------------------------------*/
a.pdf { 
	padding-right:30px;
	margin-right:5px;
	background : url(../images/pdf_icon.gif) no-repeat right center;
}

/* overwrite IE7*/
*+html body a.pdf {
	display:inline-block ;
}
/* overwrite IE6,5.5*/
* html body a.pdf {
	display:inline-block ;
}

/* overwrite Panasonic_css_font_size*/
#main-contents{
	font-size:80%;
	line-height: 1.4em;
	}


/*-- 13.01.17 closeinfo area --*/

#close_info{
	width:888px;
	margin:15px 0 30px;
	padding:40px 15px;
	border:#E6E6E6 1px solid;
	background-color:#F6F6F6;
	font-size:116%;
	text-align:center;
}

/*-----------------------------*/

