*html body
{
	overflow-y:auto;
}

*+html body
{
	overflow-y:auto;
}

body
{
	overflow-y:scroll;
	margin: 0;
	padding: 0;
	background: white;
	background-repeat: repeat;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #0000ff;con
}

a:visited
{
	color: #800080;
}

a:active
{
}

a:hover
{
	text-decoration: underline;
}

body
{
	margin: 0;
	padding: 0;
	background: white;
}

h1
{
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: black;
	line-height: 48px;
	display: none;
}

h1 a:link
{
	color: black;
}

h1 a:visited
{
	color: black;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	color: black;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.25em;
	color: black;
}

img
{
	border: 0;
}

table
{
	border: 0;
	border-collapse: collapse;
}

.clearboth
{
	clear: both;
	height: 0;
}

#header
{
	width: 800px;
	height: 176px;
	margin: 0 auto;
	background-image: url(img/header_bg.gif);
}

#header ul
{
	margin: 8px;
	float: right;
}

#header ul li
{
	padding: 0 4px;
	float: left;
	font-size: 80%;
	list-style-type: none;
}

#header ul ul
{
	display: none;
}

#header ul ul ul
{
	display: none;
}

#body
{
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
}

#mainmenu
{
	margin: 8px 0 0 0;
	padding: 0;
	width: 800px;
	overflow: auto;
}

#navi_space
{
	float: left;
	display: block;
	width: 266px;
	height: 80px;
	background: #97D592 url(img/navi_space_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi_machine
{
	float: left;
	display: block;
	width: 266px;
	height: 80px;
	background: #F1A583 url(img/navi_machine_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi_supply
{
	float: left;
	display: block;
	width: 266px;
	height: 80px;
	background: #FFFFFF url(img/navi_supply_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.navi
{
	float: left;
	display: block;
	margin: 12px 0;
	width: 133px;
	height: 36px;
	background: #FFFFFF url(img/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

#contents
{
	width: 800px;
}

#content
{
	margin: 0;
	padding: 12px;
	width: 776px;
	font-size: 100%;
	color: black;
}

#news
{
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
	background-color: #FE9F34;
}

#footer
{
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	background-image: url(img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer ul
{
	margin: 0 0 0 12px;
	padding: 0;
}

#footer ul li
{
	padding: 0 4px;
	list-style-type: none;
	line-height: 30px;
	display: inline;
	color: #FFFFFF;
}

#footer ul li a
{
	color: #FFFFFF;
}