@charset "utf-8";
#tabs {
	overflow: hidden;
	width: 293px;
	list-style: none;
	float: left;
	height: 538px;
}
#tabs li {
	font-size: 0.8em;
}
#tabs li.bg01 {
	background-image: url(../images/cy6-7-1.jpg);
	height: 61px;
}
#tabs li.bg02 {
	background-image: url(../images/cy6-7-2.jpg);
	height: 61px;
}
#tabs li.bg03 {
	background-image: url(../images/cy6-7-3.jpg);
	height: 62px;
}
#tabs li.bg04 {
	background-image: url(../images/cy6-7-4.jpg);
	height: 64px;
}
#tabs li.bg05 {
	background-image: url(../images/cy6-7-5.jpg);
	height: 290px;
}
.ie #tabs {
	background-image: url(../images/cy4_r3_c1_r2_c2.jpg);
}
#tabs a {
	z-index: 3;
	text-decoration: none;
	display: block;
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 1em;
	color: #000;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#tabs a:hover, #tabs a:focus {
}
#tabs #current {
	z-index: 99;
	opacity: 1;
	filter: alpha(opacity=100);
}
#content {
	display: block;
	float: left;
	width: 643px;
	height: 538px;
	position: relative;
	background-repeat: no-repeat;
}
.reason #content {
	background-image: url(../images/reasonRightBg.jpg);
	background-repeat: repeat-x;
}
.secret #content {
	background-image: url(../images/secretRightBG.jpg);
	background-repeat: repeat-x;
}
.question #content {
	background-image: url(../images/secretRightBG.jpg);
	background-repeat: repeat-x;
}
