/*~  Body class: screen_high
----------------------------------------------------------------------*/

.screen_high #img1 {
	width: 240px;
	height: 302px;
	background: url(../imgs/1d_240.jpg) no-repeat center;
	cursor: pointer;
}
.screen_high #img2 {
	width: 240px;
	height: 302px;
	background: url(../imgs/2d_240.jpg) no-repeat center;
	cursor: pointer;
}
.screen_high #img3 {
	width: 240px;
	height: 302px;
	background: url(../imgs/3d_240.jpg) no-repeat center;
	cursor: pointer;
}
.screen_high #img4 {
	width: 240px;
	height: 302px;
	background: url(../imgs/4d_240.jpg) no-repeat center;
	cursor: pointer;
}
.screen_high #img5 {
	width: 240px;
	height: 302px;
	background: url(../imgs/5d_240.jpg) no-repeat center;
	cursor: pointer;
}
.screen_high #img6 {
	width: 240px;
	height: 302px;
	background: url(../imgs/6d_240.jpg) no-repeat center;
	cursor: pointer;
}

.screen_high dl {
	padding-top: 0px;
	position: relative;
	margin: 0px 0px 0px 10px;
	width: 99%;
}

.screen_high dt {
	color: #778899;
	position: absolute;
}

.screen_high dt#tab1 {
	left: 0;
	visibility: hidden;
}

.screen_high dt#tab2 {
	left: 32.5%;
	visibility: hidden;
}

.screen_high dt#tab3 {
	left: 64.5%;
	visibility: hidden;
}

.screen_high dd {
	float: left;
	margin: 20px 3% 0 0;
	padding-right: 4.2%;
	width: 25%;
}

* html .screen_high dt {
	display: block;
	margin-right: 0;
	padding-right: 0;
}