/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { .tabs-hide { display: none;}}
@media print {.tabs-nav { display: none; }}


/* タブ幅指定
================================================================ */

/* for page_sp01.php
---------------------------------------------------*/
.page_sp01 .tabs-nav a span {
	width: 200px; 
	min-width: 200px;
}

/* for page01.php
---------------------------------------------------*/
.page01 .tabs-nav a span {
	width: 75px; 
	min-width: 75px;
}

/* for page02.php
---------------------------------------------------*/
.page02 .tabs-nav a span {
	width: 85px; 
	min-width: 85px;
}
.page02 .tabs-nav a span.width120 {
	width: 120px; 
	min-width: 120px;
}

/* for page03.php
---------------------------------------------------*/
.page03 .tabs-nav a span {
	width: 150px; 
	min-width: 150px;
}

/* for page04.php
---------------------------------------------------*/
#container-2{
	margin-top: 10px;
}
.page04 .tabs-nav a span {
	width: 160px; 
	min-width: 160px;
}
.page04 .tabs-nav a span.width140 {
	width: 140px; 
	min-width: 140px;
}
.page04 .tabs-nav a span.width130 {
	width: 130px; 
	min-width: 130px;
}
.page04 .tabs-nav a span.width120 {
	width: 120px; 
	min-width: 120px;
}
.page04 .tabs-nav a span.width100 {
	width: 100px; 
	min-width: 100px;
}









/* Skin
================================================================ */
.tabs-nav {
	margin: 0;
	padding: 0 0 0 4px;
	list-style: none;
	font-size: 12px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.tabs-nav li {
	float: left;
	margin: 0 0 0 2px;
	/*min-width: 84px;*//* be nice to Opera */
}

.tabs-nav a,
.tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(tab.png) no-repeat;
	text-decoration: none;
}

.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap; /* required in IE 6 */    
}


/* フォント設定
---------------------------------------------------*/
.tabs-nav a:link,
.tabs-nav a:visited,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active{	text-decoration: none;}

.tabs-nav a:link,
.tabs-nav a:visited {color: #999;}
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {color: #069;}

/* current */
.tabs-nav .tabs-selected a:link,
.tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-selected a:hover,
.tabs-nav .tabs-selected a:focus,
.tabs-nav .tabs-selected a:active{
	background-position: 100% -150px;
	color: #006699;
}




.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a,
.tabs-nav .tabs-disabled a:hover,
.tabs-nav .tabs-disabled a:focus,
.tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}

.tabs-nav a span {
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0px;
}

*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}

.tabs-nav .tabs-selected a span,
.tabs-nav a:hover span,
.tabs-nav a:focus span,
.tabs-nav a:active span {
	background-position: 0 -50px;
}

.tabs-nav a span,
.tabs-nav .tabs-disabled a:hover span,
.tabs-nav .tabs-disabled a:focus span,
.tabs-nav .tabs-disabled a:active span {
 background-position: 0 0;
}



.tabs-nav .tabs-selected a:link,
.tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link,
.tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.tabs-nav .tabs-disabled {
	opacity: .4;
}

.tabs-container {
	/*
	border-top: 5px solid #97a5b0;
	border-top: 5px solid #0084c4;
	padding: 1em 8px;
	background: #fff; 
	*/
	/* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}











/* EOF */
