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

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

/* -drop-*/
*:first-child+html #HeadBox .boxT1_2 {
	width:190px;
	height:31px;
	margin: 0px 5px 0px 0px;
	background-color:#fff;
	float:left;
	text-align:left;
}

*:first-child+html #HeadBox .boxT1_2 .boxT1_2in{
	/*width:184px;*/
	/*height:42px;*/
	margin: 11px 0px 0px 8px;
	float:left;
	text-align:left;
}

*:first-child+html .drop_arrow{
	width:17px;
	height:17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}


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


*:first-child+html .negaM {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	margin-top:0px;
}
*:first-child+html .dropMenu {
	margin: 0px 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:130px;
	height:17px;
	border:1px solid #00011d;
	margin: 0px 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:135px;
	display:none;
	opacity:0
}
/*---LIST系---*/

*:first-child+html .dropdown ul {
	width:150px;
	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:#fff;
	width:150px;
	height:20px;
}


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