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

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	background-image:url(/index/images/btn_newsRelease_over.jpg);
	background-repeat:no-repeat;
	width:686px;
	height:40px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 0;
    margin:0;
	padding:0;
}

.ui-tabs-nav a span {
    width: 170px; /* IE 6 treats width as min-width */
    min-width: 170px;
    height: 40px; /* IE 6 treats height as min-height */
    min-height: 40px;
}

#newsReleaseWrapper ul li,
.ui-tabs-nav li {
    float: left;
    margin: 0 2px 0 0;
	padding:0;
	height:40px;
	overflow: hidden;
}

#newsReleaseWrapper ul li img,
.ui-tabs-nav li img{
display: block;
}




*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

#newsReleaseWrapper ul li.tabLast,
.ui-tabs-nav li.tabLast {
    margin: 0 0 0 0;
}


.ui-tabs-nav .ui-tabs-selected a {
	visibility:hidden;
}

.ui-tabs-nav a span img {
	width:170px;
	height:40px;
	display:block;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
	text-decoration:none;
	width:170px;
	height:40px;
	overflow:hidden;
	color:#FFFFFF;
}

.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav a:hover span,
.ui-tabs-nav a:focus span,
.ui-tabs-nav a:active span {
	width:170px;
	height:40px;
	display:block;
}

.ui-tabs-nav .ui-tabs-selected a span img,
.ui-tabs-nav a:hover span img,
.ui-tabs-nav a:focus span img,
.ui-tabs-nav a:active span img {

	width:170px;
	height:40px;
}


.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,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	clear:both;
	margin:0;
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/index/images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/*
/////////////////////////////////////
ニュース　テーブル  上書き
/////////////////////////////////////
*/

.newsTable{
margin:0;
padding:0;
width:654px;
}

.newsTable th{
text-align:left;
}

.newsTable table{
width:654px;
background-image:url(/common/images/line_01.gif);
background-repeat:repeat-x;
background-position:0 bottom;
margin:0;
padding:0 0 4px 0;
text-align:left;
font-size:90%;
line-height:1.6em;
}

.newsTable table tr td.newsTableText{
width:378px;
}

/*
/////////////////////////////////////
newsReleaseInner
/////////////////////////////////////
*/

.newsReleaseInner{
border-width:0 1px 1px 1px;
border-style:solid;
border-color:#BCBCBC;
padding:10px 14px 10px 14px;
}