a:link{text-decoration:none;color:#333333}
a:visited{text-decoration:none;color:#333333}
a:active{text-decoration:none;color:#333333}
a:hover{text-decoration:underline;color:#333333}

body,td{
/*
    margin:      0px;
    padding:     0px;
*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	line-height:1.5;

/*	line-height:1.5;
*/


}
textarea{
/*
    margin:      0px;
    padding:     0px;
*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
scrollbar-face-color:white; 
scrollbar-track-color:white; 
scrollbar-arrow-color:#333333; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:white; 
scrollbar-3dlight-color:#333333; 
scrollbar-darkshadow-color:#333333;

}

.menu{
/*border-bottom:1px dotted red;

    margin:      0px;
    padding:     3px;
*/
a:link{text-decoration:none;color:#ffffff}
a:visited{text-decoration:none;color:#ffffff}
a:active{text-decoration:none;color:#ffffff}
a:hover{text-decoration:underline;color:#ffffff}

}


input{
border : solid 1px #cccccc ;
}
input.taira{
border : solid 1px #cccccc ;
}
input.test{
border : 0px;

}
textarea{
border : solid 1px #cccccc ;
}


div.sample{
    position:relative;
    width:600px;
    height:400px;

}

span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(./images/spacer.gif);
}