@charset "utf-8";
/* ----------------------------------------------

	CSS information
	file name  :  layout.css
	infomation :  レイアウト
	
 ---------------------------------------------- */
#chart {
	width: 917px;
	height:497px;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(../images/chartbk.png) no-repeat;
}
#chart01 {
	position: absolute;
	top: 247px;
	left: 392px;
}
#chart02 {
	position: absolute;
	top: 190px;
	left: 795px;
}
#chart03 {
	position: absolute;
	top: 382px;
	left: 699px;
}
#chart04 {
	position: absolute;
	top: 231px;
	left: 141px;
}
#chart05 {
	position: absolute;
	top: 421px;
	left: 74px;
}
body#thickbox {
	width: 554px;
	height: 304px;
}
.backBtn {
	position: absolute;
	left: 0;
	top: 130px;
}
.nextBtn {
	position: absolute;
	right: 0;
	top: 130px;
}
#thickbox p {
	padding: 154px 0px 0px 60px;
}
#cast01 {
	width: 554px;
	height: 304px;
	position: relative;
	background: url(../images/chart01.jpg) no-repeat;
}
#cast02 {
	width: 554px;
	height: 304px;
	position: relative;
	background: url(../images/chart02.jpg) no-repeat;
}
#cast03 {
	width: 554px;
	height: 304px;
	position: relative;
	background: url(../images/chart03.jpg) no-repeat;
}
#cast04 {
	width: 554px;
	height: 304px;
	position: relative;
	background: url(../images/chart04.jpg) no-repeat;
}
#cast05 {
	width: 554px;
	height: 304px;
	position: relative;
	background: url(../images/chart05.jpg) no-repeat;
}
#TB_closeWindowButton {
	position: absolute;
	top: 8px;
	right:14px;
}
