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

body{
background: #5875A7 url('/maou/bg-maou.png') repeat-y;
color:#000000;
font-size:12px;
font-family:tahoma;
margin:0;
padding:0;
}
#inside {
width: 775px
}
#content{
width:500px;
padding:5px;
margin-top:0px;

}
#foot{
background: url('/maou/bottom.png') no-repeat;
height:36px;
width:750px;
padding: 0 0 0 0px;
clear:both;
}
a:link, a:visited, a:active {
text-decoration: underline;
color: #000000;
} 
a:hover {
color: #999999;
text-decoration: none; 