@charset "utf-8";
/* formatting style ------------------------------*/
/* -----------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{

}

html {
    margin-bottom:1px;
    height:100%;
}


/* line style　------------------------------*/
/* -----------------------------------------*/

a img{
	border-style:none;
}




/* link style ------------------------------*/
/* -----------------------------------------*/

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


/* lyout style ------------------------------*/
/* -----------------------------------------*/

body {
	text-align: center;
	color: #000000;
	background-color:#b4c3d7;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	
}

#wrapper {
	text-align: left;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-image: url(images/earth_header.jpg);
	background-repeat: no-repeat;
}
#wrapper h1 {
	font-size: 24px;
	color: #F00;
	margin-bottom: 20px;
	font-weight: bold;
}
#wrapper h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #09F;
}
#wrapper .name {
	text-align: right;
}
.red {
	color: #F00;
}
