/* CSS Document */

*{
	font-size: 12px;
	line-height: 16px;
}
body {
	background-color: #000000;
	background-image: url(../images/mein_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	color: #BDBDBD;
}
a img {
	text-decoration: none;
	border-style: none;
}
a:link { text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: underline;}

h1,h2,h3,h4,h5,h6 {}

#earth {
	width: 1000px;
	background-image: url(../images/mein_earth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 300px;
}
#logo {
	margin-left: 30px;
	height: 92px;
	width: 363px;
	padding-top: 10px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}
#gnavi {
	width: 130px;
	margin-top: 28px;
	margin-left: 70px;
}
#navi1 {
	position:relative;
	left:206px;
	width:164px;
	visibility: hidden;
	height: 90px;
	top: -120px;
}
#news {
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 480px;
	position: relative;
}
#news_title {
	position: absolute;
	top: 60px;
	width: 94px;
	right: 331px;
}
#news_text {
	width: 360px;
	position: absolute;
	top: 97px;
	right: 50px;
}
#news_text a {
	font-size: 10px;
	line-height: 16px;
	color: #BDBDBD;
}
#news_text dl {}
#news_text dt {
	font-size: 10px;
	line-height: 14px;
	color: #93B0FF;
	font-weight: bold;
}
#news_text dd {
	font-size: 10px;
	line-height: 16px;
	margin-left: 15px;
	margin-bottom: 3px;
}
#navi_planet {
	margin-right: 80px;
	margin-top: 40px;
}
#footer {
	margin-top: 20px;
	margin-bottom: 10px;
}


/*コンテンツ用*/
#content {
/*	background-image: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border: 1px solid #F2F5FA;
	left: 250px;
	top: -110px;
	margin-bottom: -80px;*/
	width: 500px;
	padding: 10px;
	text-align: left;
	position: relative;
	background-color: #010109;
	left: 250px;
	top: -40px;
	margin-bottom: -10px;
}
#content_title {
	margin-bottom: 10px;
}
#content a { color:#688BE8;}

*html img,#news,#content { behavior: expression(IEPNGFIX.fix(this)); }
