デザイン変更の準備

とりあえずというか、無地テンプレートを選択し、センター合せに変更した。


ちょい前までのデザインは下記

css
* {
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS Pゴシック', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
body {
background-image: url ("http://ボディーのバックグラウンド.jpg");
background-repeat: repeat-y;
background-position: center top;
width: 800px;
margin: 0 auto;
padding: 0;
}
h1 {
background-color: #ffffff;
height: 130px;
padding: 0;
margin: 0;
}
.hatena-body {
padding: 10px;
height: 1800px;
}
#pager-top, #pager-bottom {
font-size: 9px;
}
h2 .date {
font-size: 12px;
}
.hatena-body .main {
width: 600px;
float: left;
}
.day {
padding-bottom: 30px;
border-bottom: #cccccc solid 1px;
font-size: 10px;
}
.hatena-body .sidebar {
width: 159px;
float: right;
border-left: #cccccc solid 1px;
font-size: 10px;
}
.hatena-module {
padding: 10px;
}
.hatena-modulebody .calendar tbody {
font-size: 10px;
}
.hatena-modulebody .hatena-section {
list-style-type: none;
padding-left: 0;
line-height: 2em;
}
.hatena-body .main a:link {
text-decoration: none;
color: #000099;
}
.hatena-body .main h3 .title {
font-size: 14px;
}
.hatena-body .main a:visited {
text-decoration: none;
}
.hatena-body .main a:hover {
text-decoration: none;
color: #CC3399;
}
.hatena-body .sidebar a:active {
text-decoration: none;
}
.hatena-body .sidebar a:link {
text-decoration: none;
color: #339900;
}
.hatena-body .sidebar a:visited {
text-decoration: none;
}
.hatena-body .sidebar a:hover {
text-decoration: none;
color: #CC3399;
}
.hatena-body .sidebar a:active {
text-decoration: none;
}