html {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}

body {
	background-image: url(../img/mh/bg.png);
	background-size: cover;
	background-attachment: fixed;
	width: 700px;
	font-size: 13px;
	color: #000000;
	margin: 6% 0% 0% 2%;
	line-height: 16px;
	font-family: "MS UI Gothic", monospace, sans-serif;
	text-align: left;
}

p {
	margin:4px 0px 4px 0px;
}

table {
	width: 100%;
}

td {
	text-align: center;	
}

img {
	display: block;
	margin:auto;
	border: 1px dotted #000000;
}

.main {
	background-image: url(../img/mh/p1.png);
}

.in {
	padding: 2px;
}

.in2 {
	padding: 2px 38px 2px 38px;
}

.in3 {
	padding: 3px 12px 0px 0px;
}

.p {
 	background-image: url(../img/mh/1.png);
 	background-repeat:no-repeat;
 	height:17px;
 	padding:4px 0px 4px 24px;
 	margin:0px 0x -8px -8px;
}

.tc {
	color: #937b6a;
}

.top {
	background-image: url(../img/mh/bar.png);
	margin: 0px 0px 10px 0px;
	width:700px;
	height:22px;
	text-align: right;
	color:#ffffff;
}

.fl {
	position:relative;
	height:0px;
	left:640px;
	width:0px;
}

.f2 {
	margin:0px;
	border: none;
}

.lg {
	position:relative;
	bottom: 100px;
	height:32px;
	width:0px;
