﻿.menu {
z-index:1000;
font-size: .8em;
margin:25px 0 50px 15px; /* this page only */
font-family: "MSゴシック", sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
z-index:1000;
padding:0;
margin:0;
list-style-type:none;
width:150px;
font-family: "MSゴシック", sans-serif;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#6699ff;
height:26px;
z-index:1000;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000066;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
font-size: .8em;
z-index:1000;}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#6699ff; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#6699ff; background:#000099;font-size: .8em;}

.menu :hover > a {
color:#fff; 
background:#000099;
z-index:1000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;z-index:1000;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/* Banner is simulation of top frame */
#banner { position: fixed;
           top: 0px;
           left: 186px;
	   height: 135px;
           width: 80%;
           z-index: 100;
           background-color: #ffffff;
           border-top: 2px #6699ff solid;           
           border-bottom: 2px #6699ff solid;
	   padding-right: 20%;		   
}
		   
/* Main Display Area */
            
#maindisplay { position: relative;
              margin-top: 139px;
              margin-left: 200px;
			  background-color: #fff;
		z-index: 1;padding-top: 1em;
		
}
           
/* Sidebar is the simulation of left index/browsing frame */
#sidebar { position: fixed;
            left: 0px;
            top: 0px;
            width: 185px;
            padding: 3px;
            height:100%;background-color: #6699ff;color: #ffffff;font-family: arial, helvetica, sans-serif;font-weight: normal;font-style: normal;
font-size: .8em;text-decoration: none;
z-index: 100;

}


                         
              
/* Overall Styles */

a   	       	{font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color:	#000099; background-color: #d4ebf9; text-decoration:none}
a:link			{font-weight: bold;font-family: "Verdana, Arial, Helvetica, sans-serif"; color:	#000099; background-color: #d4ebf9; text-decoration:none}
a:visited		{font-weight: bold;font-family: "Verdana, Arial, Helvetica, sans-serif"; color:	#000099; background-color: #d4ebf9; text-decoration:none}
a:hover 		{font-weight: bold;font-family: "Verdana, Arial, Helvetica, sans-serif"; color: #fff; background-color: #000099; text-decoration:none}

a img {border:none}

h1 {font-weight: bolder; font-family: "Verdana, arial, sans-serif";font-size: 20pt;color: #000066;} 
h2 {font-weight: bolder; font-family: "Verdana, arial, sans-serif"; color: #000066; font-size: 16pt} 
h3 {font-weight: bolder; font-family: "Verdana, arial, sans-serif"; color: #000066; font-size: 14pt} 
h4 {font-weight: bold; font-family: "Verdana, arial, sans-serif"; color: #000066; font-size: 12pt}
h5 {font-weight: bold; font-family: "Verdana, arial, sans-serif"; color: #000066; font-size: 10pt}

p, blockquote, li, text {font-size: 12pt; font-family: Georgia, Times, "Times New Roman", serif; color: 
  #000066;} 

body {font-family: Georgia, Times, "Times New Roman", serif;font-size: 12pt;color: #000066;text-decoration: none;}

textarea {font-family: "Verdana, Arial, Helvetica, sans-serif";color: #000066;font-size: 10pt;
} 

/* Standard horizontal rule */
hr {color: #6699ff;
}
   
/* Red font class */           
.red {color: #ff0000;
}

/* Japanese font class */
.jpn {font-family: "MSゴシック", sans-serif;
}

/* Sans serif class */
.sans {font-family: "Verdana, Arial, Helvetica, sans-serif";}

/* Serif class */
.serif {font-family: Georgia, Times, "Times New Roman", serif;}


