@charset "UTF-8";

.dispNone
{
	display: none;
}

#tabCtrl li
{
	float: left;
	width: 100px;
	text-align: center;
	border: 1px #000 solid;
	cursor: pointer;
}
#tabCtrl li.on
{
	background-color: #ddd;
}



#tabContents div
{
	width: 300px;
	border: 1px #000 solid;
	display: none;
}
#tabContents div:FIRST-CHILD
{
	display: block;
}


#tabCtrl2 li
{
	float: left;
	width: 150px;
	text-align: center;
	border: 1px #000 solid;
	cursor: pointer;
}
#tabCtrl2 li.on
{
	background-color: #ddd;
}

#tabContents2
{
	width: 456px;
	height:70px;
	position: relative;
	overflow: hidden;
}
	#tabContents2 div
	{
		width: 454px;
		border: 1px #000 solid;
		display: none;
		position: absolute;
	}
	#tabContents2 div:FIRST-CHILD
	{
		display: block;
	}
