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

*html #grid #site_copy .body_double {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:30px;
}

/* -drop-*/
*html #HeadBox .boxT1_2 {
	width:190px;
	height:30px;
	margin: 0px 5px 0px 0px;
	float:left;
	text-align:left;
}

*html #HeadBox .boxT1_2 .boxT1_2in{
	margin: 11px 0px 0px 4px;
	float:left;
	text-align:left;
}

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


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


*html .negaM {
	font:"Courier New", Courier, mono;
	font-family: "Courier New", "Courier", "monospace";
	font-weight:bold;
	margin-top: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:130px;
	height:15px;
	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:135px;
	display:none;
	opacity:0
}
/*---LIST系---*/

*html .dropdown ul {
	width:150px;
	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:150px;
	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;
}


