@charset "shift_jis";

/***********************************************************
*
*	sennheiser common style
*
*
***********************************************************/

img {
	margin:0px;
}

div.6000a {
	margin:10px 0 0;
	padding:0;
	overflow:none;
    width:640px;
}

div.specialReport ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.specialReport ul li{
	margin:0;
	padding:0;
}


div.boxLeft {
	margin:0;
	padding:5px 0 0;
    float:left;
    width:420px;
}

div.boxLeft ul{
	margin:0;
	padding:0;
}

div.boxLeft ul li{
	list-style:none;
	margin:0;
	padding:0 0 5px;
	float:left;
}

div.boxLeft 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.boxLeft a.activebutton img ,
div.boxLeft a.button:hover img ,
div.boxLeft a.button:active img {
	visibility:hidden;
}

div.boxRight ul{
	margin:0;
	padding:0;
}

div.boxRight ul li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

div.boxRight 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.boxRight a.activebutton img ,
div.boxRight a.button:hover img ,
div.boxRight a.button:active img {
	visibility:hidden;
}

div.shopList{
    clear:both;
    margin:5px 0;
	padding:0;
}


div.shopList 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.shopList a.activebutton img ,
div.shopList a.button:hover img ,
div.shopList a.button:active img {
	visibility:hidden;
}

div.shopList ul.list{
	margin: 0;
    padding: 35px 0 0 0;
	background-image:url(images/bg_shoplist.jpg);
	background-repeat:no-repeat;
	width:640px;
	height:146px;
}

div.shopList ul.list li{
    float:left;
	list-style:none;
	margin:0;
	padding: 3px 4px 0 5px;
}


div.contactArea p.contact{
    margin:20px 0 0;
	text-align:center;
}