@import url("machine.css");
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;

}


#header{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

#headerset{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 800px;
	height: 150px;
	background-color: #000000;


}

#logo{
	margin: 0;
	padding: 0;
	width: 350px;
	height: 120px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
float: left;

}
#logo h1{
	margin: 0;
	padding: 0;
	font-size: 10px;

}
#logo h1 span{
	display: none;
	font-size: 9px;
	font-weight: normal;
	text-indent: -1000pt;

}

#logo h1 a{
	display: block;
	width: 200px;
	height: 120px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

#menuset{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 120px;
	float: right;

}
#menuset table{
	margin: 18px 0 0;
	padding: 0;
}
#menuset td{
	padding: 0 0 8;
}


#subttl{
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
	background-image: url(../img/subttl_bg.gif);
	background-repeat: repeat-x;
	width: 800px;
	background-color: #FFFFFF;
}

#navi1{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 200px;
}

#navi2{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	white-space: nowrap;
	height: 30px;
	width: 500px;
}

#main{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 50px 0;
	width: 800px;
	background-color: #FFFFFF;

}

#mainleft{
	text-align: left;
	width: 580px;
	float: left;
	margin-right: 20px;
	padding: 0px;
	background-color: #FFFFFF;

}

#banner{
	width: 190px;
	float: right;
	padding: 0px;
	margin: 0px;
}
.pagetop {
	font-size: 12px;
	height: 20px;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	float: right;
	width: 120px;
	display: block;
	padding-left: 15px;
}
.subtTtl {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/moth_dot.gif);
	height: 20px;
	background-repeat: no-repeat;
	font-family: "Arial", "Helvetica", "sans-serif";
	padding-left: 20px;
	color: #000000;
}

#footer{
	width:100%;
	position:relative;
	bottom:0;
	clear: both;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	vertical-align: middle;
	padding-top: 5px;


}

a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #CC6699;
}
