﻿.yui-navset .yui-nav li a,

 {
/* 通常のタブの枠の色 */
/*border:2px solid #000;*/ 
/*background-color:#dddddd;*/
font-weight:bold;
color:#3C5D92;
/*padding-top:1em;
padding-bottom:1em;
*/
width:34px;
}

.yui-navset .yui-nav .selected a,
 {
/* アクティブなタブ */
/*background-color:#FFFFFF;*/ 
color:#578CF3;
font-weight:bold;
margin-left:2px;
}

.yui-navset .yui-nav a:hover,
{
/*マウスオーバーしたタブの色 */
/*background-color:#f0f0f0;*/
font-weight:bold;
color:#578CF3;
margin-left:2px;
}


.yui-navset .yui-content{
/*コンテンツ部分*/
background-color:#daf0ff; 
border:2px solid #b1b1b1;
/*border-left:2px solid #5E68E0;*/
}
   .yui-content{
min-height:650px;
_height:650px;
padding-left:10px;
}
.yui-nav img{
border:0;
}

.yui-navset-top .yui-nav .selected a {
    border-bottom:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-navset-top .yui-content {
    margin-top:-2px; /* for active tab overlap */
}

.yui-navset-bottom .yui-nav .selected a {
    border-top:0; /* no bottom border for active tab */
    padding-top:2px; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin-bottom:-2px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-right:0; /* no bottom border for active tab */
   padding-right:2px; /* to match height of other tabs */
	border-rigth:2px solid #ffffff;
}

.yui-navset-left .yui-content {
    margin-left:-2px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-left:0; /* no bottom border for active tab */
    padding-left:2px; /* to match height of other tabs */
}

.yui-navset-right .yui-content {
   margin-right:-1px; /* for active tab overlap */
   margin-right:0; /* except IE */
}




