body {
font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "Times New Roman";
color: white;
background: url("images/madoushi_game_site_background_01.jpg") repeat-x fixed;
background-size:auto 100%;
background-color: teal;
}

h1{
font-size: 1.5em;
}

div#container {
width:1024px;
background: url("images/madoushi_game_site_background_02.png") repeat;
border-style:solid;
border-color:white;
border-width:5px;
margin:auto;
display: block;
}

div#header_container {
background: url("images/madoushi_game_site_header_01.jpg") no-repeat;
float: top;
width:1024px;
height:380px;
display: block;
}

a#banner {
display: block;
width:1024px;
height:320px;
display: block;
}

div#menu {
width: 1012px;
height: 60px;
margin-left: 6px;
display: block;
}

a#menu_btn {
font-family: "HGPSoeiKakupoptai";
text-decoration: none;
color:#00FFFF;
text-shadow: 5px 5px #000033;
text-align: center;
font-size: 32px;
padding-top: 2px;
margin-left: 0px;
width:250px;
height:60px;
background: url("images/madoushi_header_btn_01.png") 0 0 no-repeat;
display: inline-block;
}

a#menu_btn:hover {
color:#FFFFFF;
}

div#page_container {
color:#FFFFFF;
}

div#hot_news {
width: 860px;
margin : auto;
margin-top: 32px;
margin-bottom: 32px;
border-style: solid;
border-color: red;
border-width: 3px;
}

img#screen {
border-style:solid;
border-color:white;
border-width:3px;
}

img#min_screen {
width: 120px;
height: 104px;
border-style:solid;
border-color:white;
border-width:1px;
opacity: 0.4;
filter: alpha(opacity=40);
}

img#min_screen:hover {
width: 320px;
height: 208px;
opacity: 1.0;
filter: alpha(opacity=100);
}

div#footer_container {
background: url("images/madoushi_game_site_footer_01.jpg") 0 0 no-repeat;
background-color: blue;
width: 1024px;
height: 60px;
float: bottom;
}

address {
  color:white;
  text-align: center;
  margin-top: 1em;
  padding-top: 1em;
 }