@charset 'utf-8';

/* ブログの設定*/

div#blog{
padding:10px;
background-color:#ffffff;
background-image: url("../image/paper.jpg");
background-repeat: no-repeat;
background-position: right bottom;
text-align:center;
}

div#blog h1 {
color: #006666;
font-size: large;
margin:0px;
border-bottom:1px solid #999999;
}
div#blog h2 {
font-size: medium;
margin:10px;
border-bottom:none;
text-align: left;
}

div#blog h3 {

font-size: small;
font-weight: bold;
margin: 10px 0px 10px 0px;
padding: 3px;
border: 1px solid #777777;
border-left: 5px solid #777777;
background-color:#CCFFCC;
text-align: left;
}

.blog {
line-height : 140%;
padding:10px;
}