<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************/
/* テンプレート名 : No.006 一覧画面用 */
/**********************************/
#wrapper {
	background-image: url('../images/contents/7/index_bg.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
}
#home_box .home {
	height: 37px;
	width: 107px;
	background-image: url('../images/contents/7/btn_hp.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.move_cursor .left {
	height: 79px;
	width: 77px;
	background-image: url('../images/contents/7/btn_index_left.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.move_cursor .right {
	height: 79px;
	width: 77px;
	background-image: url('../images/contents/7/btn_index_right.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.enter_box .enter {
	height: 36px;
	width: 199px;
	background-image: url('../images/contents/7/btn_enter.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.move_cursor .left:hover {
	background-position: left bottom;
}
.move_cursor .right:hover {
	background-position: left bottom;
}
.move_cursor .left_off {
	display: block;
	float: left;
	height: 79px;
	width: 77px;
	background-image: url('../images/contents/7/btn_index_left.png');
	background-position: left bottom;
	cursor: default;
	background-repeat: no-repeat;
}
.move_cursor .right_off {
	cursor: default;
	display: block;
	float: right;
	height: 79px;
	width: 77px;
	background-image: url('../images/contents/7/btn_index_right.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}</pre></body></html>