﻿/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display: none;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", Oosaka;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	font-weight: lighter;
	font-family: メイリオ;
}
.tabberlive {
	margin-top: 1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin: 0;
	padding: 3px 0;
	font: bold 12px;
	display: block;
	font-size: 0.9em;
	width: 100%;
	text-align: left;
	font-family: Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
ul.tabbernav li
{
	margin: 0;
	display: inline;
	font-size: 90%;
}
ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
	text-decoration: none;
	display: inline-block;
	text-indent: 11px;
	border-width: 5px 1px 2px 1px;
	margin-bottom: -5px;
	color: #FFFFFF;
	background-color: #800000;
}
ul.tabbernav li a:link {
	border-top: 3px solid #FFFFFF;
	background-position: 50% bottom;
}
ul.tabbernav li a:visited {
}
ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #EA8E8E;
	text-decoration: underline;
}
ul.tabbernav li.tabberactive a
{
	border-bottom: 1px solid #fff;
	color: #800000;
	border-style: solid;
	border-width: 3px 1px 3px 1px;
	background-image: ;
	background-color: #FFFFFF;
	height: 25px;
	border-color: #800000 #800000 #fff #800000;
}
ul.tabbernav li.tabberactive a:hover
{
	color: #800000;
	background: #FFFFFF;
	border-bottom: 1px solid white;
	border-bottom-width: 3px;
	text-decoration: underline;
	height: 25px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 5px;
	border-top: 0;
	border-width: 1px 1px 0px 1px;
	border-color: #A8A8A8;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display: block;
	
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}
.pico_body .tabbernav li {
	font-size: 80%;
}

{}
