@charset "UTF-8";

/* AllMenu **************************************/

a:link {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:visited {
	color: #7B878F;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}
	
#container {
	width: 760px;
	}	
	
#header {
	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}
	
#content {
	margin: 10px;
	color: #555;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: .9em;
	}


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	

/* LEFT Side Menu **************************************/
	
#menu {
	width: 200px;
	border-style: none solid none solid;
	border-color: #ffffff;
	border-width: 1px;
	margin: 10px;
	}
	
#menu li a {
  height: 64px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 48px;
	text-decoration: none;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 14px;
  font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #E6E6FA;
	display: block;
	background: url(./../img/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 14px;
  font-weight: bold;
	}
	
#menu li a:hover {
	color: #F8F8FF;
	background: url(./../img/menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 14px;
  font-weight: bold;
	}
	
#menu li a:active {
	color: #F8F8FF;
	background: url(./../img/menu.gif) 0 -128px;
	padding: 8px 25px 0 10px;
	text-align: right;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 14px;
	font-weight: bold;
}


/* TOP Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:50px;
}
#gl_menu ul {
  background:transparent url(./../img/menu-bg.gif) top left repeat-x;
  border-bottom:1px solid #000066;
  border-top:1px solid #0000FF;
  display:block;
  float:left;
  font:12px bold Helvetica,Arial,Verdana,sans-serif;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  text-transform:uppercase;
  width:100%;
}
#gl_menu li {
  display:block;
  float:left;
  margin:0;
  padding:0;
  white-space:nowrap;
}
#gl_menu li a,
#gl_menu li a:link {
  background:transparent url(./../img/menu-div.gif) no-repeat top right;
  color:#F8F8FF;
  display:block;
  float:left;
  font-weight:bold;
  height:24px;
  padding:10px 20px 0 20px;
  text-decoration:none;
}
#gl_menu li a:hover {
  background:transparent url(./../img/menu-hover.gif) no-repeat top right;
}

