body {
background-color: #ffffff;
background-image: url(cs.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
font-size:14px;
}

h1 {
font-size:14px;
}
h2 {
font-size:14px;
color:#FF9933;
}

.center {
text-align: center;
}

.box { /* ボックスの指定 */ 
margin-left: auto; /* 左側のマージン */ 
margin-right: auto; /* 右側のマージン */ 
text-align: left; /* 左寄せ */ 
width: 470px; /* ボックスの横幅 */ 
} 