
/*  IE8用 ハック
-----------------------------------------------------------------------------------------------------------------*/

html>/**/body  #grid #site_copy .body_double {
	margin: -10px 0px 0px 0px\9;
	padding: 0px 0px 0px 0px\9;
	height:20px\9;
}

/* -drop-*/
html>/**/body  #HeadBox .boxT1_2 {
	width:190px\9;
	height:30px\9;
	margin: 0px 5px 0px 0px\9;
	background-color:#fff\9;
	float:left\9;
	text-align:left\9;
}

html>/**/body  #HeadBox .boxT1_2 .boxT1_2in{
	/*width:184px;*/
	/*height:42px;*/
	margin: 11px 0px 0px 5px\9;
	float:left\9;
	text-align:left\9;
}

html>/**/body  .drop_arrow{
	width:17px\9;
	height:17px\9;
	margin: 0px 0px 0px 3px\9;
	padding: 0px 0px 0px 0px\9;
	float:left;
	text-align:right\9;
}

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

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

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

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


html>/**/body .dropdown a, .dropdown a:active, .dropdown a:visited {
	font:"Courier New", "Courier", "monospace"\9;
	font-family:"Courier New", "Courier", "monospace"\9;
	display:block\9;
	padding:5px\9;
	color:#333333\9;
	text-align:left\9;
	text-decoration:none\9;
	background:#fff\9;
	width:150px\9;
	height:20px\9;
}


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