design.cssの変更
サイト全体の横幅(750にしている)
#main-in,
#footer-in,
.copyright small{
margin: auto;
width: 750px;
}
右のサイドバーの幅を160にしている
#sidebar{
overflow: hidden;
float: right;
width: 160px;
font-size: 1.2em;
}
項目部分の高さや文字の大きさ
#main-contents h2{
clear: both;
margin-bottom: 25px;
padding: 13px 22px;
background: url(images/title/bg-contents-h2.gif) left top repeat-y;
border-bottom: 1px solid #aaa;
font-size:1.2em;
line-height: 0.6;
color: #333;
font-weight: bold;
}