@charset "shift_jis";

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

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

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin:0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float:left;
    margin:10px 17px 0 0;
	_margin:10px 14px 0 0;
}

.ui-tabs-nav a, .ui-tabs-nav a span{
    display:block;
	width:364px;
	text-indent:-9999px;
}
.ui-tabs-nav a span#tab1{
	height:50px;
	background: transparent url(../image/spec_tabs.jpg) scroll no-repeat 0 -50px;
}
.ui-tabs-nav a span#tab2{
	height:50px;
	background: transparent url(../image/spec_tabs.jpg) scroll no-repeat -381px -50px;
}

.ui-tabs-nav a {
    margin: 1px 0 0;  /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    line-height: 1.2;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #000;
}

.ui-tabs-nav .ui-tabs-selected a span#tab1,
.ui-tabs-nav a:active span#tab1 {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a span#tab2,
.ui-tabs-nav a:active span#tab2 {
    background-position: -381px 0;
}
.ui-tabs-nav a span#tab1,
.ui-tabs-nav .ui-tabs-disabled a:active span#tab1 {
    background-position: 0 -50px;
}
.ui-tabs-nav a span#tab2,
.ui-tabs-nav .ui-tabs-disabled a:active span#tab2 {
    background-position: -381px -50px;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

.ui-tabs-panel{
	padding:1px;
	border-right:2px solid #313131;
	border-bottom:2px solid #313131;
	border-left:2px solid #313131;
}

.scroll-pane{
	width:836px;
	height:433px;
	/*323px */
	overflow: auto;
}
.ui-tabs-hide {
	position: absolute;
	left: -10000px;
	display: block;
}
#tab-me{
	width:836px;
	padding:0 0 0 10px;
	_padding:0 0 0 10px;
	border-bottom:5px solid #313131;
	background:#F2F2F2;
}
