﻿
#memu {
	BACKGROUND: url('../../img/menu_bg.gif') repeatx;
	width: 600px;
}

#memu_top a {
	BACKGROUND: url('../../img/menu_home_aka.gif') no-repeat left top;
	background-position:  bottom;
	TEXT-DECORATION: none;
	width: 110px;
	height: auto;
	color: #009933;
	font-size: 17px;
}

#memu_top a:hover {
	BACKGROUND: url('../../img/menu_home.gif') no-repeat left top;
	background-position:  bottom;
	color: #009933;
}

#memu_soft a {
	BACKGROUND: url('../../img/menu_company_aka.gif') no-repeat left top;
	background-position: bottom;
	TEXT-DECORATION: none;
	width: 90px;
	height: 27px;
	color: #009933;
	font-size: 17px;
}

#memu_soft a:hover {
	BACKGROUND: url('../../img/menu_company.gif') no-repeat left top;
	background-position: bottom;
	color: #009933;
}
#memu_pc a {
	BACKGROUND: url('../../img/menu_pcroom_aka.gif') no-repeat left top;
	background-position: bottom;
	TEXT-DECORATION: none;
	width: 90px;
	height: 27px;
	color: #009933;
	font-size: 17px;
}
#memu_pc a:hover {
	BACKGROUND: url('../../img/menu_pcroom.gif') no-repeat left top;
	background-position: bottom;
	color: #009933;
}

#memu_member a {
	BACKGROUND: url('../../img/menu_kainn_aka.gif') no-repeat left top;
	background-position: bottom;
	TEXT-DECORATION: none;
	width: 90px;
	height: 27px;
	color: #009933;
	font-size: 17px;
}
#memu_member a:hover {
	BACKGROUND: url('../../img/menu_kainn.gif') no-repeat left top;
	background-position: bottom;
	color: #009933;
}
#memu_inq a {
	BACKGROUND: url('../../img/menu_inq_aka.gif') no-repeat left top;
	background-position: bottom;
	TEXT-DECORATION: none;
	width: 80px;
	height: 27px;
	color: #009933;
	font-size: 17px;
}
#memu_inq a:hover {
	BACKGROUND: url('../../img/menu_inq.gif') no-repeat left top;
	background-position: bottom;
	color: #009933;
}
#memu_board a {
	BACKGROUND: url('../../img/board_aka.gif') no-repeat left top;
	background-position: bottom;
	TEXT-DECORATION: none;
	width: 70px;
	height: 27px;
	color: #009933;
	font-size: 17px;
}
#memu_board a:hover {
	BACKGROUND: url('../../img/board.gif') no-repeat left top;
	background-position: bottom;
	color: #009933;
}

