



/*_____メニュー______*/

#navigation	{

	background-color:#80CFE2;
	padding:0;
	text-align:center;
	display:block;

}

	ul#navigation{

		margin:0;
		padding:0;
		list-style:none;

	}

	ul#navigation li{

		margin:0;
		padding:0;
		display:block;

		background:url(../img/bg_menu_base.gif);
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#FFF;

		width:76px;
		height:25px;

		position:absolute;
		top:100px;

	}

		ul#navigation #n1{	left:0px;	}
		ul#navigation #n2{	left:76px;	}
		ul#navigation #n3{	left:152px;	}
		ul#navigation #n4{	left:228px;	}
		ul#navigation #n5{	left:304px;	}


	#navigation A,#navigation A:hover,#navigation .active{

		display:block;
		padding:5px 0px 0px 0px;
		text-decoration:underline;
		width:76px;
		height:25px;

	}

	#navigation A{

		color:#7F001B;
		background:url(../img/bg_menu_base.gif);
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#FFF;

	}

	#navigation A:hover{

		height:25px;
		color:#220B80;
		background:url(../img/bg_menu_active.gif);
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#E0D8CD;

	}

	#navigation .active{

		height:25px;
		color:#220B80;
		text-decoration:none;

		background:url(../img/bg_menu_active.gif);
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#E0D8CD;

	}

/*_____メニュー______*/
