body {
	scrollbar-face-color: #333333;       /* 表面の色 */
	scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
	scrollbar-highlight-color: #CCCCCC;  /* ハイライトの色 */
	scrollbar-shadow-color: #555555;     /* 影の色 */
	scrollbar-darkshadow-color: #000000; /* 右端と下端 */
	scrollbar-arrow-color: #EF9807;      /* 矢印の色 */
    scrollbar-track-color: #;      /* バーの背景の色 */
	background: url(../index/index4_04.gif) repeat center 3px;
	text-align: center;
}

#thumbnail {
	height: 70px;
	width: 100%;
	background: #666666;
}

#sub_case {
	background: #FFFFFF;
	padding: 5px;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	position: relative;
	top: auto;
	bottom: auto;
	visibility: visible;
	z-index: 1;
}

.banner {
	font-size:11px;
	font-family: Osaka, MS Gothic;
}

.mainCenter {
	height: 460px;
	margin-top: auto;
	margin-bottom: auto;
}

div.sample {
	height: 460px;
	width: 730px;
	position: absolute;
	z-index: 2;
	visibility: visible;
}

span.guard {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background: url(spacer.gif);
	top: auto;
	bottom: auto;
	z-index: 3;
	visibility: visible;
}

