

/*  IE7用 ハック
-----------------------------------------------------------------------------------------------------------------*/

*:first-child+html #grid #site_copy .body_double {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:36px;
}


/* -drop-*/
*:first-child+html .boxT3 {
	width:195px;
	height:25px;
	margin: 0px 0px 0px 10px;
	/*height:30px;*/
	float:left;
}
*:first-child+html .boxT3_2 {
	width:160px;
	height:25px;
	margin: 0px 0px 0px 0px;
	float:left;
}

*:first-child+html .sidebox{
width:17px;
height:17px;
	margin: 6px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
float:left;
}


/*--------------------------*/


*:first-child+html .negaM2{
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	margin-top:-4px ;
}



*:first-child+html .dropMenu {
	margin: 10px 0px 0px 0px;
}
*:first-child+html .dropdown {
	float:left;
	padding: 0px 0px 0px 0px;
}
/*---DT系---*/
*:first-child+html .dropdown dt {
	font-size:10px;
	text-align:left;
	width:140px;
	height:12px;
	border:1px solid #00011d;
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	font-weight:bold;
	cursor:pointer;
	color:#00011d;
	background-color:#fff;
}
*:first-child+html .dropdown dt:hover {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	color:#ffffff;
	background-color:#666666;
}
/*---DD系---*/

*:first-child+html .dropdown dd {
	font-size:10px;
	position:absolute;
	overflow:hidden;
	width:140px;
	display:none;
	opacity:0
}
/*---LIST系---*/

*:first-child+html .dropdown ul {
	width:110px;
	list-style:none;
	border-top:none
}
*:first-child+html .dropdown li {
	display:inline;
}

/*---オーバー---*/


*:first-child+html .dropdown a, *:first-child+html.dropdown a:active, *:first-child+html.dropdown a:visited {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	display:block;
	padding:5px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	background:#ffffff;
	width:140px;
	height:20px;
}


*:first-child+html .dropdown a:hover {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	background-color :#b3b3b3;
	color:#ffffff;
}
*:first-child+html .dropdown .underline {
	border-bottom:1px solid #ccc;
}

