body {/*margin:25px; font:12px Verdana, Arial, Helvetica*/}
body{
behavior:url("csshover.htc");
}



* {/*padding:0; margin:0*/}

.dropdown {float:right; /*padding-right:5px*/}

.dropdown dt {width:130px; height: 30px;}

.dropdown dt:hover {background:url(images/header_over.gif)}

.dropdown dd {position:absolute; overflow:hidden; width:146px; display:none; /*background: #F00;*/ z-index:200; opacity:0.5}

.dropdown ul {width:142px; border:1px solid #333; list-style:none; border-top:none;}

.dropdown li {display:inline; text-align: left;}

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color: #333; text-decoration:none; background: #E3E3E3; width:132px;}

.dropdown a:hover {background: #F3F3F3; color:#000}

.dropdown .underline {border-bottom:1px solid #CCC}

/*以下はフィリアシステムの追加*/

.dropdown div dd {position:absolute; overflow:hidden; width:130px; display:none; /*background: #F00;*/ z-index:200; opacity:0.5}

.dropdown div ul {width:126px; border:1px solid #333; list-style:none; border-top:none;}

.dropdown div li {display:inline; text-align: left;}

.dropdown div a, .dropdown div a:active, .dropdown div a:visited {display:block; padding:5px; color:#333; text-decoration:none; background: #E3E3E3; width:116px;}

.dropdown div a:hover {background: #F3F3F3; color:#000}

/*

IE6,7用

*/

*html .dropdown {
	float:right;
/*	float:left;*/
}

*html .dropdown dt {width:130px; height: 30px;}

*html .dropdown dt:hover {background:url(images/header_over.gif)}

*html .dropdown dd {position:absolute; overflow:hidden; width:146px; display:none; /*background: #F00;*/ z-index:200; opacity:0.5}

*html .dropdown ul {width:142px; border:1px solid #333; list-style:none; border-top:none;}

*html .dropdown li {display:inline; text-align: left;}

*html .dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color: #333; text-decoration:none; background: #E3E3E3; width:132px;}

*html .dropdown a:hover {background: #F3F3F3; color:#000}

*html .dropdown .underline {border-bottom:1px solid #CCC}

/*以下はフィリアシステムの追加*/

*html .dropdown div dd {position:absolute; overflow:hidden; width:130px; display:none; /*background: #F00;*/ z-index:200; opacity:0.5}

*html .dropdown div ul {width:126px; border:1px solid #333; list-style:none; border-top:none;}

*html .dropdown div li {display:inline; text-align: left;}

*html .dropdown div a, .dropdown div a:active, .dropdown div a:visited {display:block; padding:5px; color:#333; text-decoration:none; background: #E3E3E3; width:116px;}

*html .dropdown div a:hover {background: #F3F3F3; color:#000}
