@charset "shift_jis";
/* CSS Document */

body {
 background-color: white;
 background-image: url(http://fine-works.info/img/css_image/back.gif);
 background-repeat: repeat-y;
 background-position: center;
 margin:0px;
 padding:0px;
}
a:link {
    color:blue;
}
a:hover {
	color:#00bfff;
}

.standard
{
 font-size: 12px;
 margin-bottom: 2px;
 margin-top: 2px;
}

.bold
{
 font-weight: bold;
}




.topreturn
{
 font-size: 10px;
 color: #0000FF;
 text-align: right;
}

