/* 
 * タブ表示用 CSS
 *
 * first edition
 * 09/05/14 c.kikuchi
 *
 * change recode
 *--------------------------------------
 * yy/mm/dd | name | change contents
 *--------------------------------------
 *
 */


/* タブ全般 */
.tab {
	margin-right: auto;
	margin-left: auto;
	border-collapse :collapse;
	width: 100%;
}

/* タブ耳部分共通 */
.tab .index {
	padding-top: 4px;
	width: 120px; /* タブ幅 */
	vertical-align: bottom;
	padding:10px 0px 0px 0px;
}

/* タブ(非選択状態) */
div.default {
	padding-top: 2px;
	padding-bottom: 2px;
	display :block;
	border-top: 1px rgb(187, 187, 187) solid;
	border-right: 1px rgb(187, 187, 187) solid;
	border-bottom: 1px rgb(187, 187, 187) solid;
	border-left: 1px rgb(187, 187, 187) solid;
	background: rgb(238, 238, 238) url(../img/baseimg/tab_link.gif) no-repeat -500px 0px;
	color: rgb(68, 68, 68);
	font-weight: normal;
	text-align: center;
	text-decoration: none;
/* 090828.kamino 浦滝用 */
	cursor: pointer;
}

/* タブ(選択状態) */
div.active {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px rgb(187, 187, 187) solid;
	border-right: 1px rgb(187, 187, 187) solid;
	border-left: 1px rgb(187, 187, 187) solid;
	background: rgb(255, 255, 255) url(../img/baseimg/tab_active.gif) repeat-x 0px 0px;
	font-weight: normal;
	text-align: center;
}


/* タブ左側余白 */
.tab .left_space {
	border-bottom: 1px rgb(187, 187, 187) solid;
	width:10px;
}

/* タブ右側余白 */
.tab .right_space {
	border-bottom: 1px rgb(187, 187, 187) solid;

	/* 090827.kamino 浦滝用追加 */
	text-align:right;
}

/* 
 * タブグループ
 * tab_group  	   : その他
 * tab_group2 	   : 水位流量グラフ
 * tab_group3 	   : 水文グラフ
 * tab_Ryuikigroup : 流域水文図
 */
.tab_group,
.tab_group2,
.tab_group3,
.tab_Ryuikigroup{
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: 1px rgb(187, 187, 187) solid;
	border-bottom: 1px rgb(187, 187, 187) solid;
	border-left: 1px rgb(187, 187, 187) solid;
	height: 100%;
	color: rgb(68, 68, 68);
}

.tab_group{
	padding:5px 5px 3px 5px;
	height:670px;
}
.tab_group2 {
	padding:5px 5px 45px 5px;
	height:670px;
}

.tab_group3 {
	padding:5px 5px 130px 5px;
	height:670px;
}

.tab_Ryuikigroup {
	padding:5px 5px 130px 5px;
	height:670px;
}

/* 090826.kamino 浦滝用追加 */
/*ダム放流状況図/リアルタイム情報画面で使用*/
.tab_groupmap
{
	border-top:none;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	color:#444444;
	margin:0px auto 0px auto;
	padding:5px 3px 30px 5px;
	height:100%;
}

