@charset "shift_jis";

/****************/
/* トップページ用 */
/****************/

.bantd{
border-right:1px solid #999;
border-bottom:1px solid #999;
width:175px;
}

.bantd a:link,
.bantd a:visited
 {
text-decoration:none;
}

.bantd div {
margin-bottom:0.3em;
}

.bantd div a:link,
.bantd div a:visited
 {
color:#fff;
text-decoration:none;
}
.bantd div a:hover,
.bantd div a:active
 {
color:#F60;
}

.bantdttl1{
padding:3px;
background:url(/eda/image/ban_ttl01.gif) no-repeat 0 0 ;
text-align:center;
color:#fff;
font-weight:bold;
}
.bantdttl2{
padding:3px;
background:url(/eda/image/ban_ttl02.gif) no-repeat 0 0 ;
text-align:center;
color:#fff;
font-weight:bold;
}
.bantdttl3{
padding:3px;
background:url(/eda/image/ban_ttl03.gif) no-repeat 0 0 ;
text-align:center;
color:#fff;
font-weight:bold;
}

#KEYWORD ul{
/*border:1px solid #000;*/
	list-style: square;
	margin:5px 0 0 0;
}
#KEYWORD ul li{
	padding:0;
	margin:5px 0px 10px 0px;
	line-height:0.9em;
	color:#A3D286;
}

#KEYWORD hr{
	height:1px;
	border:1px dotted #ccc;
	border-right:0;
	border-left:0;
	border-bottom:0;
}

#ML{
	border:#A3D286 1px solid;
	background-color:#fef6d7;
	margin-bottom:18px;
	padding:4px;
	line-height:1.1em;
	
}

#ML .ttl{
	padding:3px;
	text-align:center;
	font-size:1.1em;
	color:#fff;
	background-color:#336633;
	font-weight:bold;
}

/* ------------------------------------------------------------ */
/* トップページキーワードメニュー：ポップアップメニュー用 */
/* ------------------------------------------------------------ */
#popitmenu {
border: #666 1px solid;
z-index: 100;
visibility: hidden;
position: absolute;
background-color: #ffffff;
}
#popitmenu a {
display: block;
padding:3px;
padding-left: 6px;
background-color: #FFF;
/*color: #069;*/
text-decoration: none;
border-bottom: #999 1px solid;
margin-top:1px;
padding-bottom: 3px;
}
#popitmenu a:hover {
background-color: #64A53D; COLOR: #fff;
}
#popitmenu a:active {
background-color: #A3D286
}
