/*  日記のスタイルシート　　*/

/*  背景　*/
body{
background-image: url(../10f/kb-s-kiiro.gif);
}

/* 題名（テーブル）*/
table#page-top{
empty-cells: show;
}

/* 左右・共通 */
td.page-top-lr {
width: 50px;
height: 100px;
background-repeat: no-repeat;
background-position: center center;
}

/*  左・画像　*/
td#page-top-l{
background-image: url(../img/top-10.gif);
}

/*  右・画像　*/
td#page-top-r {
background-image: url(../img/top-11.gif);
}

/* 題名（共通）*/
td#page-top-c {
text-align: center;
vertical-align: middle;
}

h1, h2, h3, h4, h5 {
text-align: center;
font-weight: bold;
margin: 5px;
padding: 0;
line-height: 120%;
}

/*  題名（フレーバーコーヒー）　*/
h1{
font-size: 14px;
color: #bb0000;
}

/*  題名（日付）　*/
h2{
font-size: 20px;
color: #0000aa;
}

/*  戻る部分　*/
h3{
font-size: 20px;
}


/*  戻る ２　*/
h4{
font-size: 12px;
margin: 3px;
}

/*  写真の説明用　*/
h5{
font-size: 12px;
margin: 3px;
}

/*  住所用　*/
.a{
font-size: 12px;
line-height: 180%;
margin: 5;
}

/*  日記の本文用　*/
.b {
font-size:12px;
font-weight:bold;
line-height:150%;
margin: 20px;
}

/*  通常の記事 (大)　*/
.c{
font-size: 18px;
margin: 20px;
line-height:150%;
}

/*  通常の記事 (小)　*/
.d{
font-size: 15px;
margin: 20px;
line-height:150%;
}

/* 記事用（テーブル・写真＋テキスト）*/
table.t1{
empty-cells: hide;
margin: 20px;
border-style: solid;
border-width: 0px;
border-color: #000000;
}

/*  写真用　*/
td.foto1 {
padding: 20px;
}


/* 日記用（色つき）*/
table.t2{
width:90%;
empty-cells: hide;
margin: 20px 5%;
background-color: #ffc0cb;
border-style: solid;
border-width: 0px;
border-color: #000000;
}


/* 記事用（テーブル・3）*/
table.t3{
empty-cells: hide;
margin: 5px;
border: 0px;
}

