
/*  IE6用 ハック
-----------------------------------------------------------------------------------------------------------------*/

*html #grid #site_copy .body_double {
	margin: -6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:31px;
	/*background-color:#FF0000;*/
}

/* -drop-*/
*html .boxT3 {
	width:195px;
	height:25px;
	margin: 5px 0px 0px 6px;
	float:left;
}

*html .boxT3_2 {
	width:160px;
	height:25px;
	margin: 5px 0px 0px 0px;
	float:left;
}

*html .sidebox{
	width:17px;
	height:17px;
	margin: 3px 0px 0px 3px;
	text-align:left;
}


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



*html .negaM2{
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	height:14px;
	margin: 1px 0px 0px 0px;
}



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

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

*html .dropdown ul {
	width:110px;
	list-style:none;
	border-top:none
}
*html .dropdown li {
	display:inline;
}
/*---オーバー---*/


*html .dropdown a, .dropdown a:active, .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:140px;
	height:20px;
}


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

