@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

.TabbedPanels {
/*	margin: 0px;
	padding: 0px;*/
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
/*	margin: 0px;
	padding: 0px;*/
}

.TabbedPanelsTab {
	position: relative;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	/*hover*/
	outline:0;
}

.TabbedPanelsTabSelected {
	/*選択されたとき*/
	outline:0;
}

 /*
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
*/

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
/*	width: 10em;
	height: 20em;*/
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
/*	width: 30em;
	height: 20em;*/
}

