/**--　レッスン内容タブ --**/

/*-- メイン --*/

#new dt {
	background-color: #FFFFFF;
	color: #339999;
	text-indent: 10px;
	margin-bottom: 3px;
	background-image: url(../images/top/new_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 5px;
}
#new {
	width: 565px;
	margin-top: 20px;
}
#new dd {
	margin-bottom: 7px;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/**--　レッスン内容タブ --**/


#tab {
	list-style-type: none;
	margin-bottom: 0px;
}
#tab li {
	float: left;
	margin: 0px;
}

#tab li .reg a{
	background-image: url(../../images/lesson/lesson_tab/private_reg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	height: 40px;
	width: 113px;
	display: block;
}
#tab li .reg a:hover,
#tab li.selected .reg a {
	background-image: url(../../images/lesson/lesson_tab/private_reg.gif);
	;
}
#tab li .int a{
	background-image: url(../../images/lesson/lesson_tab/private_int2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	height: 40px;
	width: 113px;
	display: block;
}
#tab li .int a:hover,
#tab li.selected .int a {
	background-image: url(../../images/lesson/lesson_tab/private_int.gif);;
}
#tab li .chi a{
	background-image: url(../../images/lesson/lesson_tab/private_chi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	height: 40px;
	width: 113px;
	display: block;
}
#tab li .chi a:hover,
#tab li.selected .chi a {
	background-image: url(../../images/lesson/lesson_tab/private_chi.gif);;
}
#tab li .dis a{
	background-image: url(../../images/lesson/lesson_tab/private_dis2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	height: 40px;
	width: 113px;
	display: block;
}
#tab li .dis a:hover,
#tab li.selected .dis a {
	background-image: url(../../images/lesson/lesson_tab/private_dis.gif);;
}
#tab li .grp a{
	background-image: url(../../images/lesson/lesson_tab/group2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	height: 40px;
	width: 113px;
	display: block;
}
#tab li .grp a:hover,
#tab li.selected .grp a {
	background-image: url(../../images/lesson/lesson_tab/group.gif);;
}


#main .tabcontents {
	clear: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339999;
	border-right-color: #339999;
	border-bottom-color: #339999;
	border-left-color: #339999;
	margin: 0px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}
#main .tabcontents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main .tabcontents {
    height: 1em;
    overflow: visible;
}
/**/
.tabcontents h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-indent: 5px;
	margin-bottom: 10px;
	background-color: #339999;
	padding: 5px;
}
.tabcontents p {
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-right: 10px;
}
.lessonimg img{
	border: 5px solid #B4E2E2;
	padding: 1px;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}

.lessonex01 {
	padding-left: 165px;
	margin-bottom:5px;
}

#content1 { display:block; }
#content2 { display:none; }
#content3 { display:none; }


/* $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;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0 0 15px 0;
	padding: 3px 0;
	border-bottom: 1px solid #339999;
	font-size: 14px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #339999;
 border-bottom: none;
 background: #B2E4E4;
 text-decoration: none;
  color: #339999;
}



ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #339999;
}

ul.tabbernav li.tabberactive a
{
 color: #000;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

/* 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;
}


