.inubody_02 

	BODY { line-height: 1.8 }
	BODY { cursor: default }
	a{cursor : crosshair }
	BODY, TH, TD {
	font-size: 12px;
	line-height: 1.8;
}
	
	a img {
	padding: 2px;
	border-style: none;
}
a { outline: none; }
a img:hover                           {
	border: 1px dashed #9966FF;
	padding: 1px;
	}
	
a img:active						{
	border: 1px inset #FF66FF; 
	padding: 1px;
	}
a:link  {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
hr {
	display: none;
	float: none;
}
#index  #main  img:active  {
	border-style: none;
	position: static;
}

