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


@import "style.css";


body{
margin:0;
padding:0;
text-align:center;
background-image:url(../img/head.gif);
background-repeat:repeat-x;
}


a:link{
text-decoration:none;
color:#0066CC;
}
a:hover{
text-decoration:underline;
color:#0066CC;
}
a:visited{
text-decoration:none;
color:#993399;
}


ul,li,FORM,INPUT,p{
margin:0;
padding:0;
}

li{
list-style-type:none;
}

img{
border:none;
}

h1 , h2 , h3 , h4{
margin:0;
padding:0;
}

/*#right-inner ul li a:hover img , .foot_navi a:hover img
{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	}*/
	
table { 
border-collapse: collapse;
}
