/* レイアウトの設定*/
body{
    margin:auto;
}
/* ヘッダーの設定*/
#head{
    width:800px;
    height:650px;
	margin: auto;
}
