
ul#navi { 
 width: 100%; 
 height: 35px; 
 background: #FFF url("images/menu-bg.gif") top left repeat-x; 
 font-size: 13px; 
 font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Meiryo,Verdana, Arial, Helvetica, sans-serif;
 /*font-weight: bold;*/ 
 list-style-type: none; 
 margin: 0; 
 padding: 0; 

}

ul#navi li { 
 display: block; 
 float: right; 
 margin: 0 0 0 5px; 
}

ul#navi li a { 
 color: #000000; 
 text-decoration: none; 
 display: block; 
 float: left; 
 line-height: 200%; 
 padding: 5px 10px 0; 
}

ul#navi li a:hover { 
 color: #333; 
}

ul#navi li a.current{ 
 color: #FFF; 
 background: #FFF url("images/current-bg.gif") top left repeat-x; 
 padding: 5px 15px 0; 
}


/*header & logo*/
/***********************************************/
/*#header {
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
	position: relative;
}

#header p {
	text-align:right;
	font-size:12px;
	margin-top:2px;
	padding-right:10px;
	background:url(../images/content_head.jpg) repeat-x left top;

}

#logo {
	width: 120px;
	height:120px;	
	position: absolute;
	top: 5px;
	left: 5px;

}

#logo a {
	margin: 0;
	padding: 0;
	width: 400px;
	height:120px;
	background: transparent url(../images/dengon_logo.png) no-repeat top left;
	text-indent: -5000em;
	display: block;
}
#headtitle {
	margin: 0;
	padding: 0;
	width: 330px;
	height: 120px;
	position: absolute;
	top:40px;
	left:90px;
	font-size:12px;
	color:#000000;
}

#headtitle h1 a {
	font:"Times New Roman", Times, serif;
	font-style:italic;
	color:#FF9900;
	text-decoration:none;
	font-size:25px;
}


#headtitle2 a {
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 50px;
	position: absolute;
	top:85px;
	left:150px;
	font-size:25px;
	color:#FF9900;
	text-decoration:none;
}

#nikkeilogo {
	width: 280px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 355px;
}

#nikkeilogo a {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 60px;
	background: transparent url(../images/banner/nikkei.gif) no-repeat top left;
	text-indent: -5000em;
	display: block;
}


#rightlogo {
	width: 280px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 10px;
}

#rightlogo a {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 60px;
	background: transparent url(../images/banner/bn_jic.gif) no-repeat top left;
	text-indent: -5000em;
	display: block;
}

#leftlogo {
	width: 280px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 300px;
}

#leftlogo a {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 60px;
	background: transparent url(../images/banner/bn_miyabi.gif) no-repeat top left;
	text-indent: -5000em;
	display: block;
}

#rightlogo_s {
	width: 170px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 5px;
}

#rightlogo_s a {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 60px;
	background: transparent url(../images/banner/bn_jic_s.png) no-repeat top left;
	text-indent: -5000em;
	display: block;
}

#leftlogo_s {
	width: 170px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 180px;
}

#leftlogo_s a {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 60px;
	background: transparent url(../images/banner/bn_miyabi_s.png) no-repeat top left;
	text-indent: -5000em;
	display: block;
}

