@charset "utf-8";
/* CSS Document */
#index {
	width:1000px;
	margin:0 auto;
	position: relative;
}
#menu {
	width:735px;
	position: absolute;
	right: 0px;
	top: -15px;
}


#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu li {
	float:left;
}
#menu li a {
	height:54px;
	display:block;
	font-size:1px;
	text-indent:-3000px;
}

#menu li.menu01 a {
	width:44px;
	background-image: url(images_menu/menu_a_01.png);
}
#menu li.menu01 a:hover {
	width:44px;
	background-image: url(images_menu/menu_b_01.png);
}

#menu li.menu02 a {
	width:77px;
	background-image: url(images_menu/menu_a_02.png);
}
#menu li.menu02 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_02.png);
}

#menu li.menu03 a {
	width:77px;
	background-image: url(images_menu/menu_a_03.png);
}
#menu li.menu03 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_03.png);
}

#menu li.menu04 a {
	width:76px;
	background-image: url(images_menu/menu_a_04.png);
}
#menu li.menu04 a:hover {
	width:76px;
	background-image: url(images_menu/menu_b_04.png);
}

#menu li.menu05 a {
	width:77px;
	background-image: url(images_menu/menu_a_05.png);
}
#menu li.menu05 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_05.png);
}

#menu li.menu06 a {
	width:77px;
	background-image: url(images_menu/menu_a_06.png);
}
#menu li.menu06 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_06.png);
}

#menu li.menu07 a {
	width:76px;
	background-image: url(images_menu/menu_a_07.png);
}
#menu li.menu07 a:hover {
	width:76px;
	background-image: url(images_menu/menu_b_07.png);
}

#menu li.menu08 a {
	width:77px;
	background-image: url(images_menu/menu_a_08.png);
}
#menu li.menu08 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_08.png);
}

#menu li.menu09 a {
	width:77px;
	background-image: url(images_menu/menu_a_09.png);
}
#menu li.menu09 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_09.png);
}
#menu li.menu10 a {
	width:77px;
	background-image: url(images_menu/menu_a_10.png);
}
#menu li.menu10 a:hover {
	width:77px;
	background-image: url(images_menu/menu_b_10.png);
}
a {noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none} /* For Firefox */


#news {
	position: absolute;
	width:360px;
	height:150px;
	top: 90px;
	right: 180px;
	font-size: 12px;
	line-height: 18px;
	color: #ed52ff;
	letter-spacing: 1px;
	text-align: left;
	list-style-type:circle;
}
#news a:link{
	color: #ed52ff;
	text-decoration: none;
}
#news a:visited{
	color: #ed52ff;
	text-decoration: none;
}

#news a:hover{
	color: #ed52ff;
	text-decoration: underline;
}


