
body {
	margin: 0; 
	padding: 0; 
	font-family: メイリオ; 
	font-size: 11px; 
	line-height: 160%; 
	text-align: center; 
	color: #000000;
}

A{
       text-decoration : none;
       color : #555555;
       cursor : default;
}

A:HOVER{
       color :#888888;
       text-decoration : none;
       cursor : default;
       visibility : visible;
       float : none;  clear : none;
       position : relative;  top : 1pt;
       left : 0pt;
}


div, p, span, 
a, 
h1, 
object {
margin: 0; 
padding: 0; 
font-size: 100%; 
font-style: normal; 
font-weight: normal; 
text-decoration: none; 
text-align: left; 
vertical-align: baseline; 
border: none; 
outline: none; 
list-style-type: none; 
background: transparent; 
}