/* -------------------------------
common
*/
html {
	overflow-y: scroll;
}

body, #header form, #search_box form, #header h1 {
	margin: 0;
	padding: 0;
}


/* -------------------------------
layout
*/

#footer {
	padding: 8px 0 12px 0;
	background-color:#FFF;
	font-size: 10px;
}

#header div div, #global_navigator div, #page_top,	#footer div {
	margin: 0 auto;
	clear: both;
	text-align: left;
	width: 960px;
}

#global_navigator div {
	width: 960px;
}
#global_navigator div table{
	width: 960px;
	table-layout:fixed;
}

.top {
	height: 24px;
	vertical-align:top;
	margin-top:0;
	margin-left:0;
}
/* -------------------------------
display
*/
/*
#header .top table {
	width: 248px;
}
*/
#header .top td.first_child {
	padding-left: 0;
	padding-right: 5;
	border-left: 0 none;
}

#header .top td.centr_child {
	padding: 1px 6px;
	border-left: 1px #666 solid;
}

#header .top td.last_child {
	padding-left: 5;
	padding-right: 0;
	border-left: 1px #666 solid;
	border-right: 0 none;
	clear: both;

}

/* -------------------------------
display
*/
#header, #header td {
	font-size: 10px;
}

#header label img {
	vertical-align:top
}
/*
#header table {
	width: 100%;
}
*/
#header table table {
	width: auto;
}

#header div.top {
	padding: 6px 0;
	background: #edf4fd url(../img/header/bg_header_01.gif) left bottom repeat-x;
}

#header div.top td td {
	padding: 1px 6px;
	border-left: 1px #666 solid;
}

#header div.body {
	margin: 0 2px;
	padding: 0px 2px 0px 0;
	/* background: url(../img/header/bg_header_02.png) left top repeat-x; */
}

#header div.body {
	padding: 4px 0 2px 14px;
<!--	color: #F00;-->
	font-weight: bold;
	display: block;
	text-align: left;
}

#global_navigator {
	padding-bottom: 12px;
	padding-top: 0px;
	background: url(../img/header/bg_global_navi_01.png) left top repeat-x;
}

#page_top {
	padding: 8px 0;
	border-top: 1px #CCC solid;
	text-align: right;
}

/* ---------------------------
container
*/
#container {
	text-align: center;
}


#content {
	margin: 0 auto;
	clear: both;
	text-align: left;
	width: 960px;
}
#content table{
	vertical-align:top;
}

/*
main
*/
#content {
	margin: 0 auto;
	clear: both;
	text-align: left;
	width: 960px;
	vertical-align:top;
}

#content #main {
	float: left;
	width: 745px;
}

#content #main #banner01 {
	border: 0px;
	width: 745px;
	height: 250px;
}
#content #main #banner02 {
	border: 0px;
	width: 470px;
	height: 100px;
}

#content tr div.main,
#content tr div.main th,
#content tr div.main td,
#content tr div.menu,
#content tr div.menu th,
#content tr div.menu td {
	font-size: 12px;
	line-height: 1.2;
}

#content tr div.main th,
#content tr div.main td {
	text-align: left;
	vertical-align: top;
}


/*
separator
*/
#content div.separator {
	margin-bottom: 12px;
	clear: both;
}

/*
menu
*/
#menu {
	float: left;
	width: 191px;
	padding-left: 14px;
}
#menu div.informations img {
	vertical-align: bottom;
}

#.menu div.informations table {
	border: 1px #93a9ca solid;
	border-top: 0 none;
}

#menu div.informations table.first_child {
	border: 1px #93a9ca solid;
}

#menu div.informations tr.first_child td {
	padding-top: 8px;
}

#menu div.informations td {
	padding: 0 12px 8px 12px;
}

#menu div.informations td img {
	border: 1px #CCC solid;
}

/* ---------------------------
footer
*/
#footer td {
	font-size: 10px;
}

#footer table {
	width: 100%;
}

#footer table table {
	width: auto;
}

#footer td td.first_child {
	padding-left: 0;
	padding-right: 5;
	border-left: 0 none;
}

#footer td td.centr_child {
	padding: 1px 6px;
	border-left: 1px #666 solid;
}

#footer td td.last_child {
	padding-left: 5;
	padding-right: 0;
	border-left: 1px #666 solid;
	border-right: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a:link{color:#0000ff;}
a:visited{color:#0000ff;}
a:hover{color:#b0c4de;}
a:active{color:#800000;}
/* -----------------
navigation bar css
*/
a.gnavi_L {
        margin:0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow : 1px 2px 2px #aaa;
	color : black;
	display: block;
	border: 0px;
	width: 120px;
	height: 35px;
	background: url(../img/header/btn_global_navi_L_off.gif) no-repeat;
}
a.gnavi_M {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow : 1px 2px 2px #aaa;
	color : black;
	display: block;
	border: 0px;
	width: 120px;
	height: 35px;
	background: url(../img/header/btn_global_navi_M_off.gif) no-repeat;
}
a.gnavi_R {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow : 1px 2px 2px #aaa;
	color : black;
	display: block;
	border: 0px;
	width: 120px;
	height: 35px;
	background: url(../img/header/btn_global_navi_R_off.gif) no-repeat;
}
.gnavi_L:hover{
	background: url(../img/header/btn_global_navi_L_on.gif) no-repeat;
	color : white;
}
.gnavi_M:hover{
	background: url(../img/header/btn_global_navi_M_on.gif) no-repeat;
	color : white;
}
.gnavi_R:hover{
	background: url(../img/header/btn_global_navi_R_on.gif) no-repeat;
	color : white;
}
.gnavi_L span{
	display: block;
	width: 120px;
	white-space: nowrap;
	padding: 0px 0px;
}
.gnavi_M span{
	display: block;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	padding: 12px 22px;
}
.gnavi_R span{
	display: block;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	padding: 12px 22px;
}
.toolTip{
        position: relative;
}
.toolTip span{
        display: block;   
        border: solid 2px #999;   
        background-color: #eee;   
        color: #666;   
        text-decoration: none;   
        position: absolute;   
        top: 20px;   
        left: 10px;   
        padding: 5px;   
        visibility: hidden;   
        width: 150px;   
}
a.toolTip:hover,a.toolTip:hover span{
         visibility: visible; z-index: 100; 

} 

.pan-list{
margin:0px;
padding:0px;
}
.pan-list li{
display:inline;
float:left;
margin:0px;
padding:5px 0px 0px 0px;
list-style-type:none;
font-size:12px;
background-repeat:no-repeat;
}

#headder_table table{
        margin-left:auto;
        margin-right:auto;
	width: 960px;
	table-layout:fixed;
}

#headder_table ul{
	padding-bottom: 45px;
	padding-top: 0px;
        margin:0 0 0 0;
        width:960px;
	background: url(../img/header/bg_global_navi_01.png) left top repeat-x;
}
#headder_table ul li,
#headder_table ul li ul,
#headder_table ul li ul li{
   margin: 0px;
   padding: 0px;
   background: none;
   font-style: normal;
   font-weight: normal;
   font-size: 100%;
   text-align: left;
   list-style-type: none;
}

#headder_table ul a{
   color: #000;
   text-decoration: none;
}

#headder_table ul a:link,
#headder_table ul a:visited {
        height:35px;
}

#headder_table ul a:hover,
#headder_table ul a:active {
}

#headder_table ul ul li a,
#headder_table ul ul li a:active {
   width:180px;
}

#headder_table ul li {
   float: left;
   position: relative;
   margin: 0 0px;
   width: 7.3em;
   height: 2em;
   font-weight: bold;
   line-height: 2.3em;
}

#headder_table ul li a {
   display: block;
   width: 10em;
   height: 2em;
   text-align: center;
}

#headder_table ul li ul li {
   float: none;
   margin: 0;
   font-weight: normal;
}

#headder_table ul li ul,
#headder_table ul li ul li ul {
   display: none;
}
#headder_table ul li:hover ul {
   display: block;
   position: absolute;
   z-index: 100;
}

#headder_table ul li:hover ul li ul {
   display: none;
}

#headder_table ul li ul li:hover ul {
   display: block;
   position: absolute;
   top: 0;
   left: 11.2em;
   z-index: 200;
}
/*
ul#pulldown-menu{
	padding-bottom: 45px;
	padding-top: 0px;
        margin:0 0 0 0;
        width:960px;
	background: url(../img/header/bg_global_navi_01.png) left top repeat-x;
}
ul#pulldown-menu li,
ul#pulldown-menu li ul,
ul#pulldown-menu li ul li{
   margin: 0px;
   padding: 0px;
   background: none;
   font-style: normal;
   font-weight: normal;
   font-size: 100%;
   text-align: left;
   list-style-type: none;
}

ul#pulldown-menu a{
   color: #000;
   text-decoration: none;
}

ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        height:35px;
}

ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
}

ul#pulldown-menu ul li a,
ul#pulldown-menu ul li a:active {
   width:180px;
}

ul#pulldown-menu li {
   float: left;
   position: relative;
   margin: 0 0px;
   width: 7.3em;
   height: 2em;
   font-weight: bold;
   line-height: 2.3em;
}

ul#pulldown-menu li a {
   display: block;
   width: 10em;
   height: 2em;
   text-align: center;
}

ul#pulldown-menu li ul li {
   float: none;
   margin: 0;
   font-weight: normal;
}

ul#pulldown-menu li ul,
ul#pulldown-menu li ul li ul {
   display: none;
}
ul#pulldown-menu li:hover ul {
   display: block;
   position: absolute;
   z-index: 100;
}

ul#pulldown-menu li:hover ul li ul {
   display: none;
}

ul#pulldown-menu li ul li:hover ul {
   display: block;
   position: absolute;
   top: 0;
   left: 11.2em;
   z-index: 200;
}

*/
a.pulldown_sub {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow : 1px 2px 2px #aaa;
	color : black;
	display: block;
	border: 0px;
	width: 180px;
	height: 26px;
	background: url(../img/header/pulldown_menu_sub_off.gif) no-repeat;
}
 
.pulldown_sub:hover{
	background: url(../img/header/pulldown_menu_sub_on.gif) no-repeat;
	color : white;
}

.slideshow-layers {
	display: block;
	z-index: 10;
	position: relative;
	background: url(flame.png) no-repeat;
	height: 250px;
	width: 640px;
	float: right;
	margin-top: -252px;
	margin-right:27px;
}

/*
#content strong {
	color: blue;
	font-size: 24px;
	text-decoration: none;
}
*/

#content img#top_banner {
	text-decoration: none;
}
