/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

/*ebisu*/
.ui-tabs { position: relative; padding: 0; zoom: 1; margin-bottom: 0px; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0 auto; padding: 0; width: 880px; height: 78px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0 5px; padding: 0; white-space: nowrap; width: 78px; height: 78px; display: inline; text-indent: -9999px;}
.ui-tabs .ui-tabs-nav li a { padding: 0; display: block; width: 78px; height: 78px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background-position: 0 -78px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: none; padding: 14px 0 0 0; background: none; width: 870px; margin: 0 auto;}
.ui-tabs .ui-tabs-hide { display: none !important; }

   .tabimg1 { background: url(../img/tab/1.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg2 { background: url(../img/tab/2.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg3 { background: url(../img/tab/3.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg4 { background: url(../img/tab/4.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg5 { background: url(../img/tab/5.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg6 { background: url(../img/tab/6.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg7 { background: url(../img/tab/7.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg8 { background: url(../img/tab/8.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg9 { background: url(../img/tab/9.gif) no-repeat top left; width: 78px; height: 78px;}
   .tabimg10 { background: url(../img/tab/10.gif) no-repeat top left; width: 78px; height: 78px;}
   
   .tabimg1:hover { background-position: 0 -78px;}
   .tabimg2:hover { background-position: 0 -78px;}
   .tabimg3:hover { background-position: 0 -78px;}
   .tabimg4:hover { background-position: 0 -78px;}
   .tabimg5:hover { background-position: 0 -78px;}
   .tabimg6:hover { background-position: 0 -78px;}
   .tabimg7:hover { background-position: 0 -78px;}
   .tabimg8:hover { background-position: 0 -78px;}
   .tabimg9:hover { background-position: 0 -78px;}
   .tabimg10:hover { background-position: 0 -78px;}
/*ebisu*/
	

/*osaka*/
.ui-tabs-o { position: relative; padding: 0; zoom: 1; margin-bottom: 0px; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs-o .ui-tabs-nav { margin: 0 auto; padding: 0; width: 880px; height: 70px;}
.ui-tabs-o .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0 5px; padding: 0; white-space: nowrap; width: 70px; height: 70px; display: inline; text-indent: -9999px;}
.ui-tabs-o .ui-tabs-nav li a { padding: 0; display: block; width: 70px; height: 70px;}
.ui-tabs-o .ui-tabs-nav li.ui-tabs-selected { background-position: 0 -70px;}
.ui-tabs-o .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs-o .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-o .ui-tabs-panel { display: block; border: none; padding: 14px 0 0 0; background: none; width: 870px; margin: 0 auto;}
.ui-tabs-o .ui-tabs-hide { display: none !important; }

   .tabimg-o-1 { background: url(../img/tab-osaka/1.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-2 { background: url(../img/tab-osaka/2.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-3 { background: url(../img/tab-osaka/3.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-4 { background: url(../img/tab-osaka/4.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-5 { background: url(../img/tab-osaka/5.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-6 { background: url(../img/tab-osaka/6.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-7 { background: url(../img/tab-osaka/7.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-8 { background: url(../img/tab-osaka/8.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-9 { background: url(../img/tab-osaka/9.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-10 { background: url(../img/tab-osaka/10.gif) no-repeat top left; width: 70px; height: 70px;}
   .tabimg-o-11 { background: url(../img/tab-osaka/11.gif) no-repeat top left; width: 70px; height: 70px;}
   
   .tabimg-o-1:hover { background-position: 0 -70px;}
   .tabimg-o-2:hover { background-position: 0 -70px;}
   .tabimg-o-3:hover { background-position: 0 -70px;}
   .tabimg-o-4:hover { background-position: 0 -70px;}
   .tabimg-o-5:hover { background-position: 0 -70px;}
   .tabimg-o-6:hover { background-position: 0 -70px;}
   .tabimg-o-7:hover { background-position: 0 -70px;}
   .tabimg-o-8:hover { background-position: 0 -70px;}
   .tabimg-o-9:hover { background-position: 0 -70px;}
   .tabimg-o-10:hover { background-position: 0 -70px;}
   .tabimg-o-11:hover { background-position: 0 -70px;}
/*osaka*/
	
   .ui-tabs .ui-tabs-panel p strong { display: block; font-weight: bold; font-size: 17px;}

