@charset "UTF-8";
/* CSS Document */

/************************/
/*PADサイト向けCSS*/
/************************/
/*@media screen and (min-width: 481px) {*/
@media screen and (min-width: 1024px) {

div#header { 
	height:150px;
	width:100%;
	/*position: fixed !important;*/
	/*position: absolute; */ 
    top: 0;  
    left: 0;  
	text-align:center;
	z-index:9999;
}

div#header_frame { 
	height:150px;
	width:1000px; 
	margin:0em auto 0em auto;
}

div#header_bar { 
	height:10px;
	width:1000px;
	background-color: #000099;
	margin:0em auto 0em auto;  
}

div#logo { 
	height:150px;
	width:365px;
	margin:1em 0em 0em 0em;
	float:left;  
}

div#menu_body { 
	height:150px;
	width:500px;
	margin:0em 0em 0em 0em;
	float:right;  
}

#menu li {
  position:relative;
  float: left;
  margin: 3em 0em 0em 0em;
  padding: 5px;
  width: 140px;
  height: 35px;
  /*border: solid 1px #ccc;*/
  font-size: 9pt;
  font-family: 'UtsukushiFONT';
  font-weight:bold;
  list-style-type:none;
  cursor:pointer;
}

#menu li a {
	color:#000000;
}

#menu ul {
display:none;
}	
	
.submenu {

float: left;
clear:both;
width: 150px;

}

#menu li ul {
  display: none;
  position:absolute;
  top: 30px;
  left: -1px;
  padding: 5px;
  width: 140px;
  background: #eee;
  border: solid 1px #ccc;
}
#menu li ul li {
  margin: 0em 0em 0em 0em;
  padding: 0;
  width: 140px;
  border: none;
  font-size: 9pt;
  font-family: 'UtsukushiFONT';
  text-align:center;
}
#menu li ul li a {
  /*display: inline-block;*/
  width: 140px;
  height: 20px;
}
#menu li ul li a:hover {
  background:#999;
  color: #fff;
}

}
	

