﻿/* CSS Document */
.hide {
	display: none;
}
.show {
	display: block;
}
.sstb {
	background-image:url(image/photo-06a.jpg);
	background-repeat:no-repeat;
	width: 193px;
	height: 100%;
	/*background-position: 0px 50px;*/
	padding: 40px 0px 0px 0px;
}
.ss1 ,.ss2 ,.ss3 {
	text-decoration: none;
	display: block;
	position: relative;
	width: 193px;
	height: 22px;
}
/*
.ss1 {
	background-image: url(sec06-06-up.gif);
	background-repeat: no-repeat;
}
.ss1:hover {
	background-image: url(sec06-06-over.gif);
	background-repeat: no-repeat;
}
.ss2 {
	background-image: url(sec06-07-up.gif);
	background-repeat: no-repeat;
}
.ss2:hover {
	background-image: url(sec06-07-over.gif);
	background-repeat: no-repeat;
}
.ss3 {
	background-image: url(sec06-08-up.gif);
	background-repeat: no-repeat;
}
.ss3:hover {
	background-image: url(sec06-08-over.gif);
	background-repeat: no-repeat;
}
*/

