body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, monospace;
    color:#555;
    line-height:180%;
	letter-spacing: 1px;
	background-color:#d2d6b7;
}

#wrapper {
	width:680px;
	height: 1000px;
	background-image:url(../daily/ito/image/ito_paper.jpg);
	background-repeat:repeat-y;
}


<!--Header-->
#header{
width: 580px;
}

#header-title {
width: 580px;
margin: 0 0 80px 0;
padding: 0;
}

.navi {
width: 580px;
margin: 0 0 5px 0;
}

<!--Calender-->
#calender {
width:584px;
text-align:center;
}

<!--Footer-->
#footer {
width: 580px;
}

#banner {
width: 580px;
margin: 20px 0 0 0;
padding: 0 0 0 0;
}

#copyright {
font-size: 10px;
width: 580px;
height:20px;
text-align:center;
margin:0 0 0 0;
padding:30px 0 20px 0;
}

/* anchor */
a:link { color: #996633; text-decoration: none; }
a:visited { color: #996633; text-decoration: none; }
a:hover { color: #CC9933; text-decoration: underline;}

/* image anchor */
a img { border: none; }
.imgbd a:link img,
.imgbd a:visited img { border : 1px solid #CDCDCD;}
.imgbd a:hover img { border : 1px solid #999999;}
.imgbd a:hover { border-color : #999999;}

