@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px auto;
	padding: 0px;
	width: 998px;
	height: 100%;
	
	background-color: #000000;
	background-image: url(/images/mold_01_01/en/top/all-bg.jpg);
	background-repeat: repeat-x;
}

body * {
	font-size: 10pt;
}

a img {
	border: 0px;
}

ul.top_menu , ul.top_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	overflow: hidden;
	list-style: none;
}
