@charset "UTF-8";
*{
	padding : 0px;
  margin : 0px;
}
body{
  font-size:medium;
  color:#333;
  font-family:メイリオ, sans-serif;
  line-height:150%;
}
#container{
    margin : 0px auto;
    width:640px;
    background-color :#ffffff;
}
p{
	margin-top:10px;
}
#header{
    width:640px;
    background-color : #ffffff;
    position : relative;
}
#ayumi{
    position : absolute;
    top : 45px;
    left : 0pt;
}
#shokai{
    position : absolute;
    top : 20px;
    right : 0pt;
}
#kamome{
    position : absolute;
    top : 90px;
    left : 0pt;
}
#main{
    margin-top:80px;
    width:640px;
    background-color : #ffffff;
}
h2{
   font-size:medium;
   font-weight:bold;
   text-align:center;
}