@charset "UTF-8";
  @import url(top.css);
*{
  margin : 0px;
  padding:0;
}
body{
  margin : 0px;
  padding:0
    color :#000099;
  line-height:150%;
  font-size : 14px;
  font-family : メイリオ, sans-serif;
  padding : 0px;
  background-color : #fffff0;
}
div#container{
  width:740px;
  height:auto;
  margin:0 auto;
  background-color : white;
}
/*======================�w�b�_�[============================*/
div#header{
  width:100%;
  position : relative;
  background-color : rgb(204, 204, 204);
  height : 60px;
}
div#header img{
  position : absolute;
  top : 5px;
  left : 10px;
}
div#header h1{
  text-align:center;
  color:#333333;
  font-size : 18px;
  padding : 20px 0px ;
  letter-spacing : 0.8em;
}
#sitemap a{
  text-decoration : none;
  position : absolute;
  top : 37px;
  right : 10px;
}
/*==============menu=====================*/
div#menu{
  width : 150px;
  float : left;
  margin-top : 10px;
}
#menu ul{
  margin-left:7px;
  border-bottom : 1px solid rgb(0, 0, 0);
  list-style-type : none;
  margin-bottom : 20px;
}
#menu ul li{
  display:block;
}
#menu ul li a{
  padding-top:5px;
  padding-bottom:5px;
  display:block;
  text-decoration:none;
  text-align:center;
  border-top:1px solid #000;
  border-left:7px solid #00f;
  border-right:1px solid #00f;
  color : #333;
}
#menu ul li a:hover{
  background-color : rgb(205, 205, 255);
}
#menu p{
  padding-top:5px;
  text-align : center;
}
/*==============maine=====================*/
#maine{
  float:left;
  width : 576px;
  padding:10px 7px;
}
div#maine p.center{
  text-align : center;
  margin-bottom:10px;
}
#maine p.akawaku{
  margin-top : 120px;
  padding : 0 5px;
  color : white;
  background-color : red;
  display : inline;
}
img{
  margin-bottom : 15px;
  margin-left : 10px;
}
/*==============footer=====================*/
#footer{
  clear : both;
  width:740px;
  margin-top : 5px;
  font-size:80%;
  background-color:#000;
  color:#fff;
  text-align:center;
}
#icyou{
  float : right;
  padding-right : 30px;
  padding-top : 0px;
  padding-bottom : 0px;
}