 

A{
	font-weight: bold;
}
A:HOVER{
  color : red;
  
  text-decoration : underline;
}
A:VISITED{
  color : #990099;
}
TD{
  font-size : 80%;
}
.media_no_dvd{
  background-image : url(../../image/mark_no_dvd.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.media_dvd{
  background-image : url(../../image/mark_dvd.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.media_no_vhs{
  background-image : url(../../image/mark_no_vhs.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.media_vhs_dvd{
  background-image : url(../../image/mark_vd.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.media_vhs{
  background-image : url(../../image/mark_vhs.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.media_vcd{
  background-image : url(../../image/mark_vcd.gif);
  background-repeat : no-repeat;background-position : 100% 50%;
  background-color : #6666ff;
}
.title{
  font-size : 120%;
  font-weight : bold;  color : white;
  background-color : #6666ff;
padding-left : 5px;
}

.sub_title{
	color : white;
	text-align : right;
	background-color: #6666FF;
	width: 15%;
}
.sub_title02{
	font-weight : bold;
	color : #6666ff;
	text-align : left;
	background-color: #FFFFFF;
	width: 35%;
}


FORM{
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
.new_image{

margin-top : 5px;
}
