@charset "shift_jis";

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { 
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */


#tab1 {
	width:240px;
	height:40px;
	background: transparent url(../image/spec_tabs.gif) scroll no-repeat 0 0;
	margin-left:10px;
	float:left;
}
#tab2 {
	width:240px;
	height:40px;
	background: transparent url(../image/spec_tabs.gif) scroll no-repeat -240px -40px;
	margin-left:10px;
	float:left;
}

#tab3 {
	width:240px;
	height:40px;
	background: transparent url(../image/spec_tabs.gif) scroll no-repeat 0 -40px;
	margin-left:10px;
	float:left;
}
#tab4 {
	width:240px;
	height:40px;
	background: transparent url(../image/spec_tabs.gif) scroll no-repeat -240px 0;
	margin-left:10px;
	float:left;
}

#tab_line {
	width:840px;
	height:2px;
	background: #1a2f80;
}

/* tabいらないスタイル */

.scroll-pane{
	width:840px;
	height:344px;
	overflow: auto;
}
.ui-tabs-hide {
	position: absolute;
	left: -10000px;
	display: block;
}
#tab-me{
	width: 100%;
	border-bottom:2px solid #1e358b;
}