@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #cc9999;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,hr{
	margin: 0px;
	padding: 0px;
}

a:link,a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #663333;
}

img {
	border: none;
}

ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}

p {
	padding: 5px;
	margin-bottom: 5px;
}

#earth {
	background: #663333;
	width: 1000px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.65);
}

#sky {	
	background-image : url(images/sky.png) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	width: 1000px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#sky h1 {
	color: #333;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	line-height:1.2em;
}

.darkgray {
	border-top:5px solid #cc9999;
	border-bottom:5px solid #cc9999;
	background: #fff;
	padding:10px;
	margin: 0 0 20px;
	color:#333;
}

.clouds {
	padding: 10px 30px;
}

.sunshine {
	color: #fff;
	font-size:200%;
	padding: 100px 30px;
}

#forest {
	background: # ;
	float: left;
	width: 300px;
	line-height:1.2em;
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
}

#forest h3,.abyssal h3 {
	background-image : url(images/h3.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 37px;
}
.grove {
	color: #fff;
}
.grove ul li a {
	color: #ffcccc;
	background-image : url(images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	padding: 5px 10px 5px 27px;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.grove ul li a:hover {
	color: #fff;	
}

#houses {
	float: right;
	width: 610px;
	padding: 0 30px 0 20px;
	margin-bottom: 0px;
	line-height:1.5em;
}

#houses h2 {
	clear: both;
	line-height: 1.2em;
	padding: 10px ;
	text-align: center;
}

.whitebg {
	margin: 0 0 20px ;
	border:5px solid #cc9999;
	background: #fff ;
	color:#000;
	padding: 20px ;
	-webkit-border-radius: 35px;  
	-moz-border-radius: 35px; 
	border-radius: 35px;
}

.whitebg li a{
	background-image : url(images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 2px 10px 2px 27px;
	margin: 0px 5px 5px;
	line-height: 1.4em;
	text-decoration: none;
	display: block;
}

.whitebg li a:hover{
}

#ocean {
	background-image : url(images/ocean.png) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	margin: 100px 0 0 ;
	padding: 30px 20px 30px;
}

.abyssal {
	width: 280px;
	float: left;
	margin: 5px 6px 45px;
	_margin: 0px -3px 0px;
	text-align: left;
	padding: 0 12px ;
}

.abyssal a {
	text-decoration: none;
	line-height: 1.2em;
	background-image : url(images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 5px 0 0 20px;
	margin: 0 0 5px;
	color: #ffcccc;
}
.abyssal a:hover {
	color: #fff;
}
.nothing {
	clear: both;
}

.theearth {
	z-index:1;
	position: fixed;
	right:0px;
	bottom:0px;
	text-align: right;
}


.theearth a img {
filter: Alpha(opacity=30);
opacity: 0.3; /*firefox safari*/
}

.theearth a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}