/*----------------------------common----------------------------*/

body{

 background-image: url(images/bg.gif);
 background-repeat: repeat-y; 
 background-color: #000000;

	font-size:12px;
	margin:0;
	padding:0;
	font-size:10px;
	color:#FFFFFF;
	line-height:1.4em;

	text-decoration:none;
background-position : center;

}
a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#f00;
	text-decoration:underline;
	position: relative; top: -1pt;
}

td{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a img{
	border:0;
}

/*----------------------------font----------------------------*/

.b{
	font-weight:bold;
}

.red_b{
	color:#f00;
	font-weight:bold;
}

.red{
	color:#f00;
	font-weight:normal;
}


.white{
	color:#ffffff;
	font-weight:bold;
}


.black{
	color:#000000;
	text-decoration:none;
}

.small {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 9px;  color: #FFFFFF}

