@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	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,iframe,object {
	max-width:100%;
	height:auto;
}
img {
	border: none;
}

ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}

p {
	padding: 5px;
	margin-bottom: 5px;
}

#earth {
	background: #663333;
	width: 100%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#sky {	
	background-image : url(images/sky.png) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	text-align: left;
	width: 100%;
	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 10px;
	color:#333;
}

.clouds {
	padding: 10px 15px;
}

.sunshine {
	color: #fff;
	font-size:160%;
	padding: 30px 15px;
}

#forest {
	display:none;
}

#houses {
	width: 94%;
	padding: 0 3%;
	margin-bottom: 0px;
	line-height:1.5em;
}
#houses img {
	max-width: 50%;
}
#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: 10px ;
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px; 
	border-radius: 15px;
}

.whitebg li a{
	color: #000;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #e5b7b7;
background: -moz-linear-gradient(top,  #e5b7b7 1%, #d67e7e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5b7b7), color-stop(100%,#d67e7e));
background: -webkit-linear-gradient(top,  #e5b7b7 1%,#d67e7e 100%);
background: -o-linear-gradient(top,  #e5b7b7 1%,#d67e7e 100%);
background: -ms-linear-gradient(top,  #e5b7b7 1%,#d67e7e 100%);
background: linear-gradient(to bottom,  #e5b7b7 1%,#d67e7e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b7b7', endColorstr='#d67e7e',GradientType=0 );
	box-shadow: 1px 1px 3px #666; 
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.whitebg li a:hover{
}

#ocean {
	background-image : url(images/ocean.png) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	margin: 60px 0 0 ;
	padding: 15px 10px ;
}

.abyssal a {
	color: #fff;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #a86d6d;
background: -moz-linear-gradient(top,  #a86d6d 1%, #a0514b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a86d6d), color-stop(100%,#a0514b));
background: -webkit-linear-gradient(top,  #a86d6d 1%,#a0514b 100%);
background: -o-linear-gradient(top,  #a86d6d 1%,#a0514b 100%);
background: -ms-linear-gradient(top,  #a86d6d 1%,#a0514b 100%);
background: linear-gradient(to bottom,  #a86d6d 1%,#a0514b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86d6d', endColorstr='#a0514b',GradientType=0 );
	box-shadow: 1px 1px 3px #333; 
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.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*/
}
