@charset "UTF-8";
/* CSS Document */

/* 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... */
    #contents .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    #contents .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#contents .ui-tabs-nav, .ui-tabs-panel {
    font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
#contents .ui-tabs-nav {
position: relative;
    list-style: none;
    margin: 0 -10px 1px -10px; padding: 0 0 11px 0;
    background-image: url(../../css/images/img_tabBottom.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#contents .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#contents .ui-tabs-nav li {
    float: left;
    min-width: 60px; width: auto !important; width: 46px;　height: auto;
    margin: 1px 1px 0; padding: 0;
    background-image: url(../../css/images/img_tabBack.gif);
    background-repeat: no-repeat;
    background-color: #7380bd;
    background-position: top left;
    line-height: 2.5em;
}

#contents .ui-tabs-nav a {
    display: block;
    height: 3em;
    min-width: 46px; width: auto !important; width: 46px;
    margin: 0; padding: 0 5px;
    background-image: url(../../css/images/img_tabBack_right.gif);
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: bold;
    text-align: center; text-decoration: none;
    font-size: 90%;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}*:first-child + html #contents .ui-tabs-nav a { min-width: 60px; /* IE7 */ }

#contents a.tabsBr {
    height: 2.7em;
    padding: 0.3em 5px 0;
    line-height: 1.2em; text-align: center;
}

#contents .ui-tabs-nav .ui-tabs-selected a,
#contents .ui-tabs-nav a:hover {
    color: #FFF;
    background-position: right -200px;
}
#contents .ui-tabs-nav li.ui-tabs-selected,
#contents .ui-tabs-nav li.hoverli
{
    background-position: 0 -180px;
    background-color: 4050a0;
}
#contents .ui-tabs-nav a,
#contents .ui-tabs-nav .ui-tabs-disabled a:active,
#contents .ui-tabs-nav .ui-tabs-disabled a:hover,
#contents .ui-tabs-nav .ui-tabs-disabled a:focus {
    background-position: top right;
}
#contents .ui-tabs-nav .ui-tabs-selected a:link,
#contents .ui-tabs-nav .ui-tabs-selected a:visited,
#contents .ui-tabs-nav .ui-tabs-disabled a:link,
#contents .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#contents .ui-tabs-nav a:hover,
#contents .ui-tabs-nav a:focus,
#contents .ui-tabs-nav a:active,
#contents .ui-tabs-nav .ui-tabs-deselectable a:hover,
#contents .ui-tabs-nav .ui-tabs-deselectable a:focus,
#contents .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#contents .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
#contents .ui-tabs-panel {
    clear: both;
    padding: 15px 0 0 0;
    /*  background: #fff; declare background color for container to avoid distorted fonts in IE while fading */
}
#contents .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(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;
}
#tab_2 ul li:hover,#tab_3 ul li:hover,#tab_4 ul li:hover,#tab_5 ul li:hover,#tab_6 ul li:hover,
#tab_7 ul li:hover,#tab_8 ul li:hover,#tab_9 ul li:hover,#tab_10 ul li:hover,#tab_11 ul li:hover {
	background-position: left 0.6em;
}
