.iepngfix {   
    behavior: expression(IEPNGFIX.fix(this));   
} 


/*common*/

body{
	background-color:#000000; 
	background-image:url(img/bgimg_s.png); 
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment:fixed;
}
  

A:link { text-decoration:none; color:#FFA928; }
A:visited { text-decoration:none; color:#FFA928; }
A:active { text-decoration:underline; color:#FF9900; }



/*table*/

.con_box   {   
    background: url(img/bg_box.png) repeat;   
    behavior: expression(IEPNGFIX.fix(this));   
}  


/*font*/

.tt { 
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 3px;
	font-family: 'Arial', 'Tahoma', sans-serif
}
.mm { 
	font-size: 13px;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 2px;
	font-family: 'Arial', 'Tahoma', sans-serif
}
.ss { 
	font-size:9px;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 4px;
	font-family: 'Arial', 'Tahoma', sans-serif
}
.ss2 { 
	font-size:9px;
	color: #ffffff;
	line-height: 0.7;
	letter-spacing: 0px;
	font-family: 'Arial', 'Tahoma', sans-serif
}
.song { 
	font-size: 13px;
	color: #ffffff;
	line-height: 1.8;
	letter-spacing: 1px;
	font-family: 'Arial', 'Tahoma', sans-serif
}

/* Navigation */
.navi_color a:link {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.navi_color a:visited {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.navi_color a:hover {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
