@charset "UTF-8";
/* CSS Document */
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/* □■CSS■                                               □ */
/* □  サーフポイントガイド：surfpointguide.com            □ */
/* □  search:YUI TAB BORDER                               □ */
/* □  ■文字指定                                          □ */
/* □  font-family: tahoma, helvetica, sans-serif, arial;  □ */
/* □  font-size: 16px;                                    □ */
/* □  color: #555;                                        □ */
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/**/
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/* 全体 */
.yui-navset .yui-content {
/*    background-color:#ffffff;*/ /* active tab, tab hover, and content bgcolor */
}
/* BORDER */
.yui-navset .yui-nav li a {
    border:1px solid #bbccdd;  /* label and content borders */
}
.yui-navset .yui-content {
    border:1px solid #bbccdd;  /* label and content borders */
}

/* TAB COLOR */
.yui-navset .yui-nav a {
	background-color:#bbccdd;
}
.yui-navset .yui-nav .selected a {
    background-color:#ffffff; /* active tab, tab hover, and content bgcolor */
}
.yui-navset .yui-nav a:hover {
    background-color:#6ebdf9; /* active tab, tab hover, and content bgcolor */
}



.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:-1px; /* for active tab overlap */
}

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

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

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

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

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

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