html {
	font-family: Meiryo,"Hiragino Kaku Gothic Pro";
}
div#wrap {
	position: absolute;
	margin-top: -210px;
	top: 50%;
	width: 100%;
	background-color: transparent;
}
div#white {
	padding: 20px 0 0 0;
	width: 100%;
	background-color: #fff;
}
header {
	width: 100%;
	height: 30px;
	background: linear-gradient(#39C64B 0%, #060 100%);
	background-color: transparent;
}
footer {
	width: 100%;
	height: 60px;
	background: linear-gradient(#060 0%, #39C64B 50%, #39C64B 100%);
	background-color: transparent;
}
div#center p {
	background-color: #fff;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 img {
	width: 300px;
}
h2 {
	margin: 0;
	padding: 0 5px;
	font-weight: normal;
	font-size: 14px;
}
img {
	border-style: none;
}
#main {
	margin: 0 auto;
	width: 360px;
	height: 270px;
}
#left {
	float: left;
	width: 110px;
}
#center {
	float: left;
	width: 140px;
	text-align:center;
	font-size: 12px;
}
#center img {
	width: 130px;
}
#right {
	float: left;
	width:90px;
}
.left_align {
	text-align: left;
	width: 110px;
	height: 90px;
}
.right_align {
	text-align: right;
	width: 110px;
	height: 90px;
}
.left_align img,
.right_align img {
	height: 60px;
}
a { color: #009900; text-decoration: underline }
a:hover { color: #00ff00; text-decoration: none }
