/*padding-right メニュの間隔*/
//ドロップダウンリスト
#my_header .body{
	font-size:100%;
	text-align:center;
	width:1000px;

}
.dropdown {
	/*	font-size:80%;*/
	float:left;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

.dropdown * {
	padding: 0px;
	margin: 0px;
}

/*ドロップダウンメニュのメニュ*/
.dropdown dt {
	text-align:left;
	width:160px;
	font-weight:bold;
	cursor:pointer;
}
.dropdown dt a{
	text-decoration:none;

}

.dropdown dt a:link{
	text-decoration:none;
	color:#000066;
}
.dropdown dt a:visited{
	  text-decoration:none;
  color:#000066;

}
.dropdown dt a:hover{
	  text-decoration:none;
  color:#000066;

}
.dropdown dt a:active{
  text-decoration:none;
  color:#000066;
}
/*url(images/header.gif)*/
/*.dropdown dt:hover {background:url(images/header_over.gif)}*/
/*ドロップダウンメニュのドロップダウンメニュ*/

.dropdown dd {
	width:200px;
	position:absolute;
	overflow:hidden;
	/*	width:128px;*/
	display:none;
	z-index:200;
	opacity:20;
	padding: 0;
	margin: 0;
 }
.dropdown ul {
	list-style:none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.dropdown li {display:inline}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	text-align:left;
	display:block;
	/*	padding:5px;
  */
	color:#FFF;
	text-decoration:none;
	background-color: #39F;
	line-height: 25px;
}
.dropdown li a:hover {
	background:red;
	color:#FFF;
	background-color: #06F;
	font-weight: bold;
}
.dropdown .underline {
	text-decoration:none;
	border-bottom:1px solid #b9d6dc;
}
