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;}

/*----------------------------------------*/
/* base */
/*----------------------------------------*/
html{
	height:100%;
}
body{
	height:100%;
	margin: 0;
	padding:0;
	background-color:#E1E1E1;
	color:#555555;
	text-align:center;
}

/* --------- stage --------- */
div#stage{
	width:940px;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/stage_bg.gif) repeat-y;
	text-align:left;
}
/* for modern browser */
html>body>#stage {
	height: auto;
}

/* --------- container --------- */
div#container{
	position:relative;
	width:920px;
	margin: 0 10px;
}


/*----------------------------------------*/
/* header */
/*----------------------------------------*/
div#header{
	position:relative;
	width:920px;
	height:52px;
	background:url(../images/header_bg.gif) repeat-x;
}
/* --------- SANYO logo --------- */
#header h1{
	width:139px;
	height:49px;
	font-size:0px;
}
/* --------- tg_mark --------- */
#tgMark{
	position:absolute;
	top:13px;
	left:800px;
	font-size:0px;
}
/* --------- region-link --------- */
#region-link {
	position:absolute;
	top:21px;
	left:780px;
	width:58px;
	height:15px;
}
#region-link ul{
	width:58px;
	height:15px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/region-link.gif) no-repeat;
}
#region-link li{
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size:0px;
	float:left;
}
#region-link li a {
	display:block;
	height:15px;
	text-decoration:none;
}
#region-link01 { 
	width:58px;
}
#region-link01 a:hover {
	width:58px;
	background: url(../images/region-link.gif) 0 -15px;
}
#region-link01On {
	width:58px;
	background: url(../images/region-link.gif) 0 -30px;
}


/* --------- global-link --------- */
#global-link {
	position:absolute;
	top:21px;
	left:847px;
	width:63px;
	height:15px;
}
#global-link ul{
	width:63px;
	height:15px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../images/global-link.gif) no-repeat;
}
#global-link li{
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size:0px;
	float:left;
}
#global-link li a {
	display:block;
	height:15px;
	text-decoration:none;
}
#global-link01 {
	width:63px;
}
#global-link01 a:hover {
	width:63px;
	background: url(../images/global-link.gif) 0 -15px;
}
#global-link01On {
	width:63px;
	background: url(../images/global-link.gif) 0 -30px;
}


/*----------------------------------------*/
/* footer */
/*----------------------------------------*/
div#footer{
	position:relative;
	clear:both;
	height:80px;
	padding:10px 0 0 0;
	background: url(../images/footer_bg.gif) no-repeat;
	text-align:center;
}
#footer-banner {
	position:absolute;
	top:8px;
	left:11px;
	width:199px;
	height:41px;
}
#footer-navi {
	height:15px;
	margin:0 auto;
}
#footer address{
	clear:left;
	margin:0 auto;
	padding-top:10px;
	width:300px;
	height:20px;
}