#inner_content_area	{
	padding: 10px;
	background-color: #74c5ac;
	width: 660px;
}

.disnon	{display: none;}

/*#tab ul li {
	padding:2px 0 10px 0;
	font-size:16px;
	float: left;
	border: 1px solid #bbb;
	margin-right: -1px;
	width: 49.5%;
	height:25px;
	text-align: center;
	text-shadow: none;

	cursor: pointer;
	background: #ffffff;
}*/
#tab ul	{
	margin: 0 10px 0 0;
	float: left;
	width: 50px;
}
#tab ul li {
	width: 50px;
	height: 260px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #ffffff;
}
#tab ul li.danbou	{
	background: url(../image/case/area/btn_danbou_off.png) no-repeat left top;
	/*float: left;*/
	margin: 0 0 10px;
}
#tab ul li.nenkan	{
	background: url(../image/case/area/btn_nenkan_off.png) no-repeat left top;
	/*float: right;*/
}

/*#tab ul li {
	color: #aaa;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}*/
#tab ul li:hover	{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#tab ul li.now:hover	{
	opacity: 1;
	filter: alpha(opacity=100);
}

#tab ul li.danbou:hover,
#tab ul li.danbou.now {
	background: url(../image/case/area/btn_danbou_on.png) no-repeat left top;
}
#tab ul li.nenkan:hover,
#tab ul li.nenkan.now {
	background: url(../image/case/area/btn_nenkan_on.png) no-repeat left top;
}

/*#tab ul li.now	{
	color: #FF6B2B;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f5f5f5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
}*/

.tab-contents {
	position: relative;
	z-index: 5;
	float: left;
	/*width:99.5%;*/
	overflow: hidden;
	margin-top:-1px;
	/*border: 1px solid #bbb;dd5d25*/

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
	background: -webkit-linear-gradient(#ffffff, #fcfcfc);
	background: -moz-linear-gradient(center top, #ffffff 0%, #fcfcfc 100%);
	background: -moz-gradient(center top, #ffffff 0%, #fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#fcfcfc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#fcfcfc)";

	line-height: 0;
	font-size: 0;
}
.tab-contents ul	{
	margin-bottom: 0;
	padding: 15px 15px 0 15px;
}
.tab-contents ul li {
	padding: 0 0 8px;
	overflow:hidden;
	background: url(../images/line-h-l.png) bottom repeat-x;
	margin-bottom: 8px;
}
.tab-contents ul li.last	{
	margin: 0;
	background-image: none;
}
.tab-contents img	{
	font-size: 0;
	line-height: 0;
}
