/*	----------------------------------------------------------------------------------------------------
	---------------------------------------------- [BUTTON] -------------------------------------------- 
	---------------------------------------------------------------------------------------------------- */
a {
	color: #333333;
	text-decoration: none;
	font-weight: 700;
}
a.button1{
	display:block;
	width: auto;
	height: 26px;  
	line-height: 26px;
	font-family: verdana;
	font-size: 10px;
	color: 003300;
	text-decoration:none;
	font-weight:bold;
}
a.button1:hover{
	background-color:#ccff66;
	color: #000000;
}

a.button1:visited{
	color: #003300;
}
a.button1:link{
	color: #003300;
}


a.button2{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.button2:hover{
	color: yellow;
}
a.menukiri{
	color: #996633;
	text-decoration: none;
	font-weight: 500;
}