@charset "UTF-8";
/* CSS Document */

<style type="text/css"> body {
 background-image: url(images/ixpiari_logo_457x75.png);
 color: #000000;
}






.gradient01	{
	background: -moz-linear-gradient(top, #990, #066);　/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#990), to(#066));　/* Safari,Google Chrome用 */
}




.gradient04 {  
    background: -moz-linear-gradient(left top, #990,  
            #c36 30%,  
            #f60 50%,  
            #000 70%,  
            #066);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, right bottom, from(#990),  
            color-stop(0.3, #c36),  
            color-stop(0.5, #f60),  
            color-stop(0.7, #000),  
            to(#066));　/* Safari,Google Chrome用 */  
}  




</style>