@charset "UTF-8";
/* CSS Document */
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/* □■CSS■                                               □ */
/* □  サーフポイントガイド：surfpointguide.com            □ */
/* □  detail:YUI TAB BORDER                               □ */
/* □  ■文字指定                                          □ */
/* □  font-family: tahoma, helvetica, sans-serif, arial;  □ */
/* □  font-size: 16px;                                    □ */
/* □  color: #555;                                        □ */
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/**/
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
/* データエリア */
.yui-navset .yui-content		{margin-top:15px;/* 上に5pxの白帯作成 */}
.yui-navset-top .yui-content	{/* margin-top:-1px;*/ /* for active tab overlap */}
.yui-navset-bottom .yui-content	{/* margin-bottom:-1px;*/ /* for active tab overlap */}
.yui-navset-right .yui-content	{margin-right:-1px; /* for active tab overlap */ *margin-right:0; /* except IE */}

/* BORDER */
.yui-navset .yui-nav li a	{/*    border:1px solid #bbccdd;*/  /* label and content borders */}
.yui-navset .yui-content	{ border:0px;/* solid #bbccdd;*/  /* label and content borders */}


/* TAB AREA */
/* YUI Tab */
#detailNavi		{ width:720px; height:20px;
				background-color:#333333; filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;
}
#detailNavi	ul	{margin-left:50px;}
/* TAB */
.yui-navset .yui-nav a		{ width:100px; height:20px; text-decoration: none; overflow:hidden; border-right:solid 1px #000000;}
.yui-navset .yui-nav a p	{
	font:900 0.75em "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif, "lr oSVbN", serif;
	text-align:center; padding-top:5px;
}

/* TAB COLOR */
.yui-navset .yui-nav a				{color:#cccccc;}
.yui-navset .yui-nav .selected a	{color:#ffffff;background-color:#000000;}
.yui-navset .yui-nav a:hover		{color:#B19168;}
