.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 700px;
height: 530px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: #fff;/*#E7EADE*/
margin: 0.3em auto;
padding: 15px;
}


#kikyakuscroll,
#productDetailscroll,
#productsColumnscroll,
#doubleColumnscroll,
#singleColumnscroll,
#singleColumnscroll2,
#doubleColumnscroll2,
#repairColumnscroll  {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 10px;
}
#kikyakuscroll {
	width: 660px;
	height: 170px;
	border: 1px solid #fff;
	background: #fff;
}
#productsColumnscroll {
	width: 970px;
	height: 405px;
	padding: 10px 10px 0 10px;
}
#productDetailscroll {
	width: 350px;
	height: 410px;
}
#singleColumnscroll {
	width: 680px;
	height: 420px;
}
#singleColumnscroll2 {
	width: 960px;
	height: 340px;
}
#doubleColumnscroll {
	width: 660px;
	height: 340px;
}
#doubleColumnscroll2 {
	width: 960px;
	height: 310px;
}
body#type2 #doubleColumnscroll {
	width: 660px;
	height: 480px;
}
body#type2 #doubleColumnscroll2 {
	width: 960px;
	height: 420px;
}
#repairColumnscroll {
	width: 420px;
	height: 250px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */