/*body {
	margin:25px;
	font-size:12px;
	}
* {
	padding:0;
	margin:0;
	}*/
#dropdownMenus {
	padding-left:40px;/*メニューボタン画像の配置開始位置　ここを０にすると左端からになる*/
	font-size: 11px;
	color: #6d6e71;
	}
.dropdown {
	float:left;
	padding-left:0px;
	}
.dropdown dt {
	width:/*158px; 192px;*/176px;
/*	border:1px solid #9ac1c9;*/
/*	border-top: 1px solid #f00;	確認用*/
/*	margin-top: 40px;	メインメニュー上部の余白*/
	margin-top: 5px;	
/*	margin-bottom: 5px;*/
	padding:0/* 8px*/;
/*	font-weight:bold;*/

	cursor:pointer;
	text-align:center;
/*	background:url(images/header.gif);*/
	text-indent: -9999px;
/*	background-repeat: no-repeat;
	height: 32px;
	display: block;*/
	}
/*.dropdown dt:hover {
	background:url(images/header_over.gif);
	}*/
/****ナビゲーション画像置換****/
.dropdown dt a {
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	}
#one-ddheader a:link,
#one-ddheader a:visited {
	background-image: url(../images/mn_1_0.jpg);
	}
#one-ddheader a:hover {	
	background-image: url(../images/mn_1_1.jpg);
	}
#one-ddheader:hover {			/*★ここから3行TMC追加1107★*/
	background-image: url(../images/mn_1_1.jpg);
	}
#two-ddheader a:link,
#two-ddheader a:visited {
	background-image: url(../images/mn_2_0.jpg);
	}
#two-ddheader a:hover {			/*★ここから3行TMC追加1107★*/
	background-image: url(../images/mn_2_1.jpg);
	}
#two-ddheader:hover {
	background-image: url(../images/mn_2_1.jpg);
	}
#three-ddheader a:link,
#three-ddheader a:visited {
	background-image: url(../images/mn_3_0.jpg);
	}
#three-ddheader a:hover {
	background-image: url(../images/mn_3_1.jpg);
	}
#four-ddheader a:link,
#four-ddheader a:visited {
	background-image: url(../images/mn_4_0.jpg);
	}
#four-ddheader a:hover {
	background-image: url(../images/mn_4_1.jpg);
	}
#four-ddheader:hover {		/*★ここから3行TMC追加1107★*/
	background-image: url(../images/mn_4_1.jpg);
	}
#five-ddheader a:link,
#five-ddheader a:visited {
	background-image: url(../images/mn_5_0.jpg);
	}
#five-ddheader a:hover {		
	background-image: url(../images/mn_5_1.jpg);
	}
#five-ddheader:hover {		/*★ここから3行TMC追加1107★*/
	background-image: url(../images/mn_5_1.jpg);
	}
/****ここまで、ナビゲーション画像置換****/

.dropdown dd {
	position:absolute;
/*	margin-left: 90px;	子どもメニューの、親に対する左マージン。ここをコメントアウトすれば親と揃う。*/
	margin-left: 30px;	/*ちょっと左に寄せた*/
	overflow:hidden;
/*	width:192px;*/
	display:none;
	background:#e6f7e7; /*#ffc0cb;確認用ピンク*/
	z-index:200;
	opacity:0;
	}
.dropdown ul {
	width:/*192px;*/176px;	/*dropdown ddの幅から左右の罫線の幅を引く--->新しいサイズ176に*/
/*	border:2px solid #9ac1c9;*/
/*	border-left: 1px solid #c5c5c5;
	border-right: 2px solid #bebebe;
	border-bottom: 1px solid #c5c5c5;*/
	list-style:none;
	border-top:none;
	}
.dropdown li {
	display:inline;
	}
.dropdown li a,
.dropdown li a:active,
.dropdown li a:visited {
	display:block;
	padding:5px;
	color:#091009;
/*	font-weight: bold;*/
	font-size: 12px;
	text-decoration:none;
	background:/*#e6f7e7;#FFFFE0;*/#fff;
	width:/*182px;179px;*/176px;	/*dropdown ulの幅から左右のpaddingの幅を引く*/
	}
.dropdown li a:hover {
	background:/*#d9e1e4;#fff;*/#FFFFE0;
/*	padding-right: 0;*/
/*	color:#1b1b1b;*/
/*	width: 189px;*/
	width: 176px;
	text-decoration: none;			/*★TMC追加1107★*/
	}
.dropdown .underline {
/*	border-bottom:1px solid #c5c5c5;*/
	border-bottom:1px dotted #c5c5c5;
	}

.dropdown ul li a:hover {			/*★TMC追加1107★*/
	background: url(../images/navi_hover.jpg) no-repeat;
	}