body{
	background-color:$f0f0f0;
}

a{
font-size : 100% ;
line-height : 120% ;
}

A:link {
font-family : Osaka ;
color : #e70 ;
text-decoration : none ;
}
A:link.top {
color : #333333 ; 
margin-left : 5px ; 
margin-right : 5px ;
text-decoration:underline;
}
A.LRmargin { 
margin-left : 5px ; 
margin-right : 5px ;
}

A:visited {
font-family : Osaka ;
color : #a74 ;
text-decoration : none ;
}
A:visited.top {
color : #666666 ; 
margin-left : 5px ; 
margin-right : 5px ;
text-decoration:none;
}

A:Hover {
font-family : Osaka ;
color : #ff0000 ;
text-decoration : underline ;
}
A:Hover.top {
color : #ff0000 ;
margin-left : 5px ; 
margin-right : 5px ;
text-decotation:underline;
}

p{
	font-size:80%;
}

p.contents{
	margin:5px;
	margin-left:50px;
	padding:10px;
	border:1px dotted #cccccc;
}

h4{
	background-color:#f0f0f0;
	margin:5px 0px;
	margin-top:20px;
	padding:2px;
}