a:link {
	text-decoration: none;
	color: #008;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #D00;
}
a:active {
	text-decoration: none;
}


body {
	margin: 0;
	background: #808090;
	color: #000;
	text-align: center;
}

h2 { font-size: 1.2em; color: #369;  background: url(/img/hbg01.gif); border: solid #369; border-width: 1px 1px 1px 6px; padding: 2px; }

#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background: url(/machineshop/img/frmshadow.gif);
	background-repeat: repeat-y;
}

#header {
	background: url(/machineshop/img/frmtop.gif);
	color: #000;
	height: 114px;
}

#contents {
/*	float: left; */
	width: 800px;
	position: relative;
	left: 10px;
	background: url(/machineshop/img/frmbg.gif);
}

#footer {
	clear: both;
	width: 820px;
	background: url(/machineshop/img/frmbtm.gif);
	color: #000;
}

.inner {
	overflow: hidden;
}

p.banner { text-align:center; margin: 0.5em auto; }


/* header */
#jhdInner {
	position: relative;
	left: 10px; top: 10px;
	width: 800px; height: 104px;
	background: url(/machineshop/img/headerbg.jpg);
}

#jhdUpper {
	height: 80px;
}

#jhdLogo {
	position: absolute;
	top: 10px; left: 10px;
}

#jhdLang {
	position: absolute;
	top:  5px; right: 10px;
	width: 140px;
	text-align: right;
}

#jhdSearch {
	position: absolute;
	top: 22px; right: 10px;
	width: 300px;
	text-align: right;
}

#jhdCategory {
	position: absolute; top: 54px; right: 10px; width: 600px; text-align: right;
}

#jhdMenu {
	position: relative; bottom: 0;
}

#jhdMenu ul { list-style-type: none; }
#jhdMenu ul li { display: inline; }

/* footer */
#jftUpper {
	position: relative;
	left: 10px; width: 800px;
	height: 60px;
}
#jftUpper ul {
	margin: 0;
	list-style-type: none;
	position: relative;
	top: 4px;
	display: block;
	width: 600px;
	text-align: center;
}
#jftUpper ul li { display: inline; }

#jftCopyright {
	position: relative;
	top: 14px;
	text-align: center;
	font-size: 0.8em; 
}

#nosidemenu {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 製品カタログ用 (日本語) */

#products_container {
	width: 800px;
}

#products_main {
	float: left;
	width: 600px;
	background: #FFF;
}

#products_sub {
	float: right;
	width: 200px;
	background: #99C;
}

