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


body {
color: #FFFFFF;
font-size: 11px;
font-style:oblique;
font-family: Tahoma;
/*margin:0px;padding:0px; background-image: url('BG.jpg');*/
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}
a:link {
color: #FFCC00;
font-style:normal;
text-decoration: none;
}
a:visited {
color: #FFCC00;
font-style:normal;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
a img {
border : 0 none;
}
#nav {
background-image: url('navi.png');
position:fixed;
bottom:0px;
right:0px;
height:100%;
width:200px;
margin:0px;
border:none;
}

p {
opacity:none;
margin:0px;
margin-left:10px;
margin-top:0px;
}
#scroll { 
position:absolute;
bottom:5px;
right:5px;
margin:0px;
border:0px solid #000000;
}

#cont {
right:0px;
margin-top:80px;
margin-bottom:150px;
}

.yel {
background-color:#0033FF;
}

