@charset "utf-8";
/* CSS Document */
.copyright a{
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.copyright a:hover{
color:#ff0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight:bold;
}

.idx_l {
background-image: url(images/idx_01.jpg);
background-repeat: no-repeat;
background-position: center right;
}
.idx_r {
background-image: url(images/idx_03.jpg);
background-repeat: no-repeat;
background-position: center left;
}
.idx_c {
background-image: url(images/idx_02.jpg);
background-repeat: no-repeat;
background-position: center center;
}
