* {
   margin: 0;
   padding: 0;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	#font-family:Geneva, Arifal, Helvetica, sans-serif;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
   width: 775px;
   margin-left: auto;
   margin-right: auto;
   background-color: #ffffff;
   text-align: left;
   border-collapse:collapse;
   border:none;
}

#header {
   border-top: 3px solid #3D5369;
   height: 65px;
}

#header img.logo {
   float: left;
   padding: 8px 5px 4px;
}

#header p.fla {
   float:right;
   padding-right: 16px;
}


#headerline {
	background-repeat: repeat-x;
	height: 19px;
	width: 100%;
	background-image: url(../img/headerline.gif);
}



/* ------------------globalnavi--*/


#navi {
	margin: 0;
	height: 33px;
}



#navi li{
margin:0;
padding:0;
} 

/* -------------------------------------------*/
#navi #menu1{
	float:left;
	width:268px;
	height:33px;
        background-image:  url("img/navi_about.jpg");
        background-repeat: no-repeat;
        text-indent:-9999px;
	list-style-type: none;
}

#navi #menu1 a{
	width:268px;
	height:33px;
        display:block;
}

#navi #menu1 a:hover{
	width:268px;
	height:33px;
        background: url(img/navi_about_on.jpg) no-repeat;
}


#navi .menu1 a{
	width:268px;
	height:33px;
        display:block;
}

#navi .menu1{
	float:left;
	width:268px;
	height:33px;
        background: url(img/navi_about_on.jpg) no-repeat;
	background-repeat: no-repeat;
        text-indent:-9999px;
	list-style-type: none;
}


/* -------------------------------------------*/
#navi #menu2{
float:left;
width:116px;
	height:33px;
        background-image:  url("img/navi_floor.jpg");
text-indent:-9999px;
	list-style-type: none;

}

#navi #menu2 a{
width:116px;
	height:33px;
display:block;
}


#navi #menu2 a:hover{
width:116px;
	height:33px;
        background: url(img/navi_floor_on.jpg) no-repeat;
}


#navi .menu2 a{
width:116px;
	height:33px;
display:block;
}

#navi .menu2{
	float:left;
width:116px;
	height:33px;
        background: url(img/navi_floor_on.jpg) no-repeat;
	background-repeat: no-repeat;
    text-indent:-9999px;
	list-style-type: none;
}

/* -------------------------------------------*/

#navi #menu3{
float:left;
width:91px;
	height:33px;
        background-image:  url("img/navi_access.jpg");
text-indent:-9999px;
	list-style-type: none;
}

#navi #menu3 a{
width:91px;
	height:33px;
display:block;
}

#navi #menu3 a:hover{
width:91px;
	height:33px;
        background: url(img/navi_access_on.jpg) no-repeat;
}

#navi .menu3 a{
width:91px;
	height:33px;
display:block;

}


#navi .menu3{
	float:left;
width:91px;
	height:33px;
        background: url(img/navi_access_on.jpg) no-repeat;
	background-repeat: no-repeat;
    text-indent:-9999px;
	list-style-type: none;
}

/* -------------------------------------------*/

#navi #menu4{
float:left;
width:307px;
	height:33px;
        background-image:  url("img/navi_free.jpg");
	list-style-type: none;

}





/* ------------------navi2--*/

#navi2 UL LI {
   display:inline;
   list-style-type: none;
   margin-left: 15px;
   padding-right: 10px;
   padding-left: 10px;
}




#navi2 a {
   color: #006699;
   text-decoration: none;
   background-image:  url("img/icon_off.gif");
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 10px;
   font-size: 12px;
}

#navi2 a:hover {
   color: #e42535;
   background-image:  url("img/icon_on.gif");
   background-repeat: no-repeat;
   background-position: left center;
}

#navi2 a.on {
   color: #e42535;
   background-image:  url("img/icon_on.gif");
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 10px;
   font-size: 12px;
}


/* ------------------navi3--*/
#navi3 {
	text-align: right;
	padding-right: 10px;
	height: 33px;
	padding-top: 10px;
}

#navi3 a {
              color: #006699;
              text-decoration: none;
              background-image: url(../img/icon_orange_w.gif);
              background-repeat: no-repeat;
              background-position: left center;
              padding-left: 10px;
              font-size: 11px;
}

#navi3 a:hover, {
   color: #e42535;
              text-decoration: none;
              background-image: url(../img/icon_orange_w.gif);
              background-repeat: no-repeat;
              background-position: left center;
              padding-left: 10px;
              font-size: 11px;
}





/* ------------------contents--*/

#contents {
   margin: 10px 0px 10px;
   padding: 10px 3px 10px 20px ;
   color: #555555;
   font-size: 12px;
   line-height: 150%;}

#contents h1 {
	margin: 10px 0px 20px;
	font-weight: bold;
	font-size: 14px;
}

#contents #left {
  width:56%;
  float:left;
}

#contents #right {
   width: 40%;
   float:right;
   margin-right: 0;
   text-align:right;
}

#contents #left p {
   margin-bottom: 15px;
   color: #555555;
   font-size: 12px;
   line-height: 160%;
 
}


#contents table.gray {
   margin: 10px 20px 10px 0;
   text-align: left;
   border-collapse:collapse;
   border: 1px solid #666666;
   font-size: 12px;
}

#contents table.gray tr, #contents table.gray tr td {
   border: 1px solid #666666;
   padding: 2px;
}

#contents table.gray th {
   border: 1px solid #666666;
   padding: 2px;
   background-color: #dedede;
   font-weight:bold;
   text-align:center;
}




/* ------------------footer--*/

#footer{
   border-bottom: 3px solid #FFFFFF;
}


#footerline {
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
	background-image: url(../img/footerline.gif);
}




#contents h2 {
	margin: 10px 0px 20px;
	font-weight: bold;
	height: auto;
	font-size: 14pt;
}
