/* 全体 */

ul
#menu
	
	{
	list-style:none;
	background-color:#ffffff;
	width:150px;
	height:28px;
	text-align:right;
	line-height:150%;
	font-size : 11pt;
	margin-left : 0%;
	padding-left : 0%;
	}

/* リンク部分 */


   .style1	{
	display:block;
    	width:100%;
    	height:100%;
	text-decoration:none;
	text-align:center;
	border:ridge 1px #808080;
	border-left:none; 
	border-right:none;
	background-color:#a0c8a0;
	color:#ffffff;
	font-weight:bold;
	font-family : "Century Gothic";
	font-size : 11pt;
	}

   .style2 {
	display:block;
    	width:100%;
    	height:100%;
	text-decoration:none;
	border:dotted 1px #808080;
	border-left:none; 
	border-right:none;        
	border-top:none;
	background-color:#ffffff;
	color:#333333;
	font-weight:bold;
	font-size : 11pt;
	}

#menu A:link
	{color:#999999;}

#menu A:visited
	{
	color:#999999;
	text-decoration : none;
	}

#menu A:hover
	{
	color:#ffffff;
	background-color:#0a840a;
	text-decoration : none;
	}

#menu A:active
   	{
	text-decoration : none;
	}
