@charset "utf-8";
/* CSS Document */

/*****body*****/
body,td,th {
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "丸ゴシック－Ｍ";
}


body{
	background-color: #000;
	width: 1000px;
	margin: 0;
	
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #622020;
}
a:active {
	text-decoration: none;
	color: #000;
}


/*****main_content*****/
#main_content{
	background-color: #fff;
	height: auto;
	width: 1000px;
	background-repeat: no-repeat;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 200px;
	left: 200px;
	bottom: 0%;
	
}

#content{
	height: 100%;
}

#global_meny_company{
	width: 100px;
	font-size: 0.7em;
	float: left;
	height: 25px;
	margin-left: 470px;
	margin-top: 70px;
}

#global_meny_mouth{
	width: 100px;
	font-size: 0.7em;
	height: 25px;
	float: left;
	clear: both;
	margin-left: 470px;
	margin-top: 10px;
}

#copylight{
	font-size: 0.6em;
	width: 1000px;
	clear: both;
	height: 0%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 650px;
	
	
}
