@charset "shift_jis";

/***********************************************************
*
*	sennheiser common style
*
*
***********************************************************/

img {
	margin:0px;
}

div.erac50line {
	background-image: url("images/bg_elac-50line.jpg") ;
	background-position:0 0;
	background-repeat: no-repeat;
	margin:10px 0 0;
	padding:0;
	overflow:none;
    width:640px;
	height:841px;
}



div.areaReport ul {
	list-style:none;
	margin:0;
	padding:180px 0 0 44px;
}

div.areaReport ul li{
	width:264px;
	padding:0 0 4px;
}

div.areaReport a.button {
	display:block;
	behavior: expression(
		this.onmouseover=new Function("this.className='activebutton'"),
		this.onmouseout=new Function("this.className='button'"),
		this.style.behavior='none'
	);

	/display:inline;
}
div.areaReport a.activebutton img ,
div.areaReport a.button:hover img ,
div.areaReport a.button:active img {
	visibility:hidden;
}


div.areaLink {
	margin:0;
	padding:0;

}

div.areaLink ul{
	margin:0;
	padding:30px 0 0 40px;
}

div.areaLink ul li{
	list-style:none;
	margin:0;
	padding:5px 0;
	float:left;
}


div.areaLink a.button {
	display:block;
	behavior: expression(
		this.onmouseover=new Function("this.className='activebutton'"),
		this.onmouseout=new Function("this.className='button'"),
		this.style.behavior='none'
	);

	/display:inline;
}
div.areaLink a.activebutton img ,
div.areaLink a.button:hover img ,
div.areaLink a.button:active img {
	visibility:hidden;
}


div.erac50lineFooter ul li{
	list-style:none;
}