/* @override http://thejingles.s123.coreserver.jp/wp/wp-content/themes/theJingles/SpryTabbedPanels.css */

@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0;
	padding: 0;
	width: 540px;
}

#TabbedPanels1 {
	padding: 0px;
	border: 0px solid #6699cc;
	width: 538px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.TabbedPanelsTab {
	float: left;
	padding: 3px;
	margin: 0px;
	background-color: #dce9f0;
	list-style: none;
	border-bottom: solid 1px #6699cc;
	border-right: 1px solid #6699cc;
	cursor: pointer;
	width: 101px;
	background-image: url(images/CaseStudy.gif);
	line-height: 1em;
}

.TabbedPanelsTabEnd {
	top: 0px;
	float: left;
	padding: 3px;
	margin: 0;
	background-color: #dce9f0;
	list-style: none;
	border-bottom: solid 1px #6699cc;
	cursor: pointer;
	background-image: url(images/CaseStudy.gif);
	line-height: 1em;
}
.TabbedPanelsTabHover {
	background-color: #b7d5e5;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	background-image: url(images/CaseStudy-on.gif);
	color: #333;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #CCC;
	border-right: solid 0px #CCC;
	background-color: #FFF;
}
.TabbedPanelsContent {
	padding: 6px;
	border-top: 5px none #99CC33;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	line-height: 1.5em;
}
.TabbedPanelsContentVisible {
}

.TabbedPanelsImg{
	width: 100px;
	height: 100px;
	margin-bottom: 2px;
}


/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

