﻿body { 
margin: 0px auto;
text-align: center;
font-size: 12px;
line-height: 110%;
width :768px ;
height:600px;}


.wall {
background-image : url(../image/window.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
margin-left:auto;
margin-right:auto;
width :768px ;
height:600px;}
 
/* ボックスコンテンツ1 */

.box1 {
width:768px;
height:15px;}
float:left;} 

  
/* ボックスコンテンツ */

.box2 {
width:768px;
text-align:center;
float:left;}


/*  フッター  */

.footer {
  text-align:center;
  padding:0px;
clear: both;}
  
