@charset "utf-8";

body {
	background-image: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
	margin: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #44E200;
}
a:active {
	color: #CCFF00;
}


#header {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	margin-top: 30px;
	height: 110px;
	position: relative;
}
#main {
	position:relative;
	width:1200px;
	height:750px;
	z-index:1;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position:relative;
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#body {
	position:absolute;
	left:450px;
	top:0px;
	width:750px;
	height:730px;
	z-index:2;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Gnavi {
	width: 750px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	left: 450px;
	position: absolute;
	top: 0px;
	line-height: 20px;
}
#Gnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
#Gnavi li{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}  
#IllustOrigin {
	position:absolute;
	left:570px;
	top:590px;
	width:180px;
	height:120px;
	z-index:2;
	line-height: 18px;
}
.info {
	font-size: 12px;
	line-height: 32px;
}




.button {
	display: inline-block;
	width: 120px;
	height: 18px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	outline: none;
	background-color: #fff;
	color: #000;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #44E200;
	color: #fff;

