.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	background-color: #ddd;
	cursor: pointer;
	width: 160px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.10em;
	padding: 5px;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 480px;
	overflow: auto;
	float: right;
	padding: 5px;
	margin-top: -24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}
