@charset "UTF-8";
body {
	background-color: #888;
	margin: 0px;
}
#cwrap {
	top: 50%;
	position: absolute;
	left: 50%;
	z-index: 1;
}
#chaichi {
	position: absolute;
	height: 305px;
	width: 360px;
	left: -180px;
	top: -153px;
	z-index: 6;
	background: url(../img/logo.jpg);
}
#art1 {
	position: absolute;
	height: 63px;
	width: 230px;
	top: 29px;
	left: 10px;
	z-index: 12;
}
#art2 {
	height: 120px;
	width: 63px;
	left: 57px;
	top: 92px;
	position: absolute;
	z-index: 13;
}
#info1 {
	position: absolute;
	height: 120px;
	width: 63px;
	left: 240px;
	top: 92px;
	z-index: 14;
}
#info2 {
	position: absolute;
	height: 63px;
	width: 230px;
	left: 120px;
	top: 212px;
	z-index: 15;
}
#bwrap {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	z-index: 7;
}
#bline {
	background-color: #333333;
	height: 20px;
	width: 100%;
	position: absolute;
	top: -20px;
	font-size: 10px;
	line-height: 1em;
	background-image: url(../img/bline.png);
}
#btextmgn {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-indent: -9999px;
}
#bg {
	position:absolute;
	left:-450px;
	top:-250px;
	width:900px;
	height:500px;
	z-index:3;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
#textArt {
	position:absolute;
	left:-252px;
	top:-86px;
	width:97px;
	height:110px;
	z-index:10;
	visibility: hidden;
	background-image: url(../img/text_art.jpg);
	background-repeat: no-repeat;
}
#textInfo {
	position:absolute;
	left:156px;
	top:-36px;
	width:105px;
	height:125px;
	z-index:11;
	visibility: hidden;
	background-image: url(../img/text_info.jpg);
	background-repeat: no-repeat;
}
#chaichiart {
	background: url(../img/logo_over_art.jpg);
	height: 305px;
	width: 360px;
	position: absolute;
	visibility: hidden;
}
#chaichiinfo {
	background: url(../img/logo_over_info.jpg);
	height: 305px;
	width: 360px;
	position: absolute;
	visibility: hidden;
}
a {
	display: block;
	height: 100%;
	width: 100%;
}
.hide {
	display: none;
}
