body{
	background:
	url(../img/bg/G.png) fixed right bottom no-repeat,
	url(../img/bg.png);

	background-size:
    auto 100%,
    auto;
	color:#d06180;
}

#canvas{
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 720px;
	height: 720px;
}

#main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 720px;
	height:720px;
/*	border:1px solid #d06180;*/
/*	background-color: #ccc;*/
}

#info{
	position: absolute;
	top: 170px;
	left: 180px;
	width: 360px;
	text-align: center;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top:1px solid #d06180;
	border-bottom:1px solid #d06180;
}

#G{
	position: absolute;
	top: 260px;
	left: 180px;
	width: 360px;
	font-size:11px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#T{
	position: absolute;
	top: 380px;
	left: 180px;
	width: 360px;
	font-size:11px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	opacity: 0.5;
}

#buy{
	position: absolute;
	top: 512px;
	left: 180px;
	width: 360px;
	height: 88px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	border:1px solid #d06180;*/
}

#mail{
	position: absolute;
	top: 608px;
	left: 180px;
	width: 360px;
	height: 18px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	border:1px solid #d06180;*/
}

.invisible{
	display: none;
}

a.clickToolTip{
	margin: 0;
	padding: 0;
}

div.toolTip{
	margin: 0;
	padding: 4px;
	width: 360px;
/*	overflow-y: scroll;*/
	height: 200px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #d06180;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: solid 1px #d06180;
/*	min-height: 30px;*/
	left: 180px;
	top: 300px;
	position: absolute;
	font-size:10px;
}

.title{
	text-align: left;
	float:left;
}

.shop{
	text-align: right;
	font-size:9px;
}

.shopHref{
}

.cls{
	clear: both;
}

#ban{
	text-align: center;
	bottom: 0;
	height: 40px; /* フッターの高さ */
	position: fixed;
	width: 100%;
	margin:0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}