
*{
	margin:0;
	padding:0;
}

html,
body{ 
	width: 100%; 
	height: 100%;
}

html>body,
html>body{height: auto;}

body{
	color:#333;
x	font-family:Arial, sans-serif, Geneva;
}


/*	 link	*/
a{
	color:#0563bc;
	text-decoration:none;
	padding-left:14px;
	text-indent: -14px;
	_text-indent: 0;
	_text-indent/**/: -14px;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#6813bd;
}


/*	 detail	*/
#top{margin-top:8px;}


h1{
	font-size:1em;
	margin-bottom:3px;
}

#maincol{
	left:50%;
	width:400px;
	_width:500px;
	margin-top:80px;
	margin-left:-210px;
	_margin-left:-250px;
	margin-bottom:80px;
	padding-left:100px;
	height:150px;
	background:url("../jump_img/earth.jpg") 0 0 no-repeat;
	font-size:80%;
}

.link{
	margin-left:14px;
	margin-top:1em;
}

