@charset "shift_jis";

/****************/
/* ヘッダー用 */
/****************/

#HEADER *{
	margin:0;
	padding:0;
}

#HEADER-LOGO{
	width:780px;
	margin:3px auto 0px auto;
	background:url(/eda/image/header_logo.gif) no-repeat;
/*	border:1px solid #ff0;*/
	text-align:right;
		cursor: pointer;
}

#HEADER-BG {
	width:780px;
	background-image:url(/eda/image/header_background.gif);
	margin:3px 0px 3px 0px;
	padding:0;


}

#HEADER {
	padding:5px;
	color:#666;

}

#HEADER a:link {
	color:#030;
	text-decoration:none;
}
#HEADER a:visited {
	color:#030;
	text-decoration:none;
}
#HEADER a:active,
#HEADER a:hover {
	color:#F60;
	text-decoration:underline;
}

/* グローバルメニュー
-------------------------------------*/



#MENU *{
	margin:0;
	padding:0;
	line-height:0%;
}

#MENU-BG {
	width:780px;
	margin:5px auto 0px auto;
	padding:0;
	text-align:right;	
}

#MENU {
	width:520px;
	margin:0;
	padding:0px 7px 0px 0px;
	text-align:right;
	float:right;
/*	border:1px solid #00f;*/
	background-image:url(/eda/image/menu_background_r.gif);
}
#MENU_LP {
	width:313px;
	margin:0;
	padding:0px 7px 0px 0px;
	text-align:right;
	float:right;
/*	border:1px solid #00f;*/
	background-image:url(/eda/image/menu_background_r.gif);
}

#MENU-BTM {
	width:780px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	text-align:right;
}

#MENU img,
#MENU_LP img {
	margin:0;
	padding:0;
	border:0;
}

#MENU li,
#MENU ul,
#MENU_LP li,
#MENU_LP ul {
	margin:0;
	padding:0;
}

#MENU ul,
#MENU_LP ul {
	padding:0;
	margin:0;
	padding:0;
	list-style:none;
}

#MENU li,
#MENU_LP li  {
	display:inline;
	float:left;
	width:104px;
	height:45px;
	margin:0;
	padding:0;
	background-image:url(/eda/image/menu_background.gif);
/*	font:normal 100%/2em "MS PGOTHIC",Osaka,sans-serif;
	border:1px solid #000;*/
}

#MENU li a,
#MENU_LP li a {
	display:block;
	padding:12px 2px 0px 7px;
	margin:0;
	width:95px;
	height:36px;
	text-align:center;
/*	background-image:url(/eda/image/menu_background.gif);*/
	font:normal 100%/2em "MS PGOTHIC",Osaka,sans-serif;
/*	border:1px solid #f00;*/
}

/* LINK */
#MENU * span, 
#MENU_LP * span{
	display:block;
}
#MENU li a:link,
#MENU li a:visited,
#MENU_LP li a:link,
#MENU_LP li a:visited
{
	color:#32405c;
	cursor: pointer;
	text-decoration:none;
}
#MENU li a:active,
#MENU li a:hover,
#MENU_LP li a:active,
#MENU_LP li a:hover
{
	color:#F00;
	text-decoration:none;

}

/* メニュ―第1階層 */
#MENU ul a,
#MENU ul a:link,
#MENU ul a:visited ,
#MENU_LP ul a,
#MENU_LP ul a:link,
#MENU_LP ul a:visited{
	color:#fff;
	background-image:url(/eda/image/menu_background.gif);
/*	font-weight:bold;*/
	cursor: pointer;
	text-decoration:none;
}
#MENU ul a:active,
#MENU ul a:hover,
#MENU_LP ul a:active,
#MENU_LP ul a:hover {
	color:#F60;
	background-image:url(/eda/image/menu_background_hover.gif);
}
