/********************************************************************* */
/* トップページ設定
********************************************************************* */

#air{
	margin:18px auto 0px  auto;
	width:780px;
	height:54px;
	background:url(../img/air.gif) top left no-repeat;
}

#earth{
	padding: 60px 94px;
	margin:0px auto;
	width:592px;
	min-height:333px;
/*	height:273px;*/
	
	background-image:url(../img/bg-1.gif);
}

#lmark{
	float:left;
	width:273px;
	height:273px;
	background:url(../img/top_lmark.gif) top center no-repeat;
}

#t_header{
	float:right;
	width:273px;
	height:273px;
}

h1 {
	background:url(../img/top_logo.gif) top center no-repeat;
	margin:27px 0px 14px 0px;
	padding-top:63px;
	width:273px;
	height:0px;
	text-indent: -9999px;
}

*html h1 {
	margin-bottom:-4px;
}

#msg, #news {
	clear:both;
	margin-bottom:-2px;
	width:273px;
}

img {
	display:block;
}

#news {
	margin-top:18px;
	margin-top:9px;
}

*html #news {
	margin-top:13px;
}

#wave{
	height:126px;
}

#footer {
	margin-top:92px;
}

p {
	text-align:center;
	font-size:11px;
	color:#113311;
}


