@charset "UTF-8";
body{
  font-family : メイリオ, sans-serif;
  padding : 0px;
  margin : 0px;
  font-size : medium;
}
div#container{
  margin : auto;
  width : 720px;
}
p#large img{
  border : 10px ridge #cccc66;
}
div#header{
  background-color : #cccc66;
  width : 100%;
  height : 50px;
  margin-bottom : 20px;
}
h1{
  font-size : 24px;
  line-height : 50px;
  text-align : center;
  text-shadow: 2px 2px 3px red, 
  -2px 2px 3px red, 
  2px -2px 3px red,
  -2px -2px 3px red;
    color : white;
}
#footer{
  color : white;
  background-color : black;
  width : 100%;
  height : 20px;
  font-size : 80%;
  text-align : center;
}
p{
  padding : 0px;
  margin : 0px;
}
div#contents{
  margin-bottom : 20px;
  width : 100%;
}
p#modoru{
  text-align : center;
  margin-top : 10px;
}
