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

body {
margin:0;
padding:0;
}

.note { 
position:absolute;
width:900px;
height:600px;
left:50%;
top:46%;
margin-left:-450px;
margin-top:-302px;
}

.note img {vertical-align:middle;}

.note table { width:100%; height:100%;
background-repeat : no-repeat;
background-position : center center;
}

img { border:none; }


#navi { 
width :100%;
position:fixed; 
bottom:5px; 
font-family: Verdana;
font-size: 10px;
}

#navi img { vertical-align:middle; }

.left { float:left; padding-left:5px; background-color:#FFF;}
.right { float:right; padding-right:5px; background-color:#FFF;}
