/* bodyの背景色・マージン */
body
{
background-color:#dafdc9;
margin: 15px;
}

/* 全ての基本フォント・フォントカラー・サイズ・スクロールバー */
body,td,div,span,input,textarea
{
letter-spacing:0.5px;
color:#10771e;
font-size:12px;
font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #dafdc9;
scrollbar-dark-shadow-color: #becd6e;
scrollbar-face-color: #93d573;
scrollbar-highlight-color: #dafdc9;
scrollbar-shadow-color: #ffffff;
}

/* リンクの内容4つ */

/* 最初の色とアンダーライン */
a:link
{
color: #84aa89;
text-decoration: none;
}
/* 選択時の色とアンダーライン */
a:visited
{
color: #3a8349;
text-decoration: none;
}
/* カーソルが乗っているときの色とアンダーライン */
a:hover
{
color: #defb3b;
text-decoration: none;
}
/* クリック後の色とアンダーライン */
a:active
{
color: #63a370;
text-decoration: none;
}

/* 全体の背景色・幅・外枠の線の太さと余白 */
table.inbox
{
background-color:#ffffff;
width:833px;
border:2px dotted #9ead4c;
padding: 10px;

}

/* mainの背景・幅 */
table.main1
{
background-color:#dafdc9;
width:665px;
}

/* mainの「個人的な」の文字色・センタリング・文字間 */
.main2
{
text-align: center;
font-size:15px;
letter-spacing:10px;
color:#3ba405;
font-weight: bold;
}

/* mainの内容の行間 */
.main3
{
line-height: 150%;
}

/* mainの内容の行間 */
.main4
{
line-height: 150%;
text-align: center;
}

/* 更新トップのセンタリング ・色・サイズ */
.kousintop
{
text-align: center;
background-color:#dafdc9;
color:#3ba405;
font-size:15px;
}

/* 更新内容の改行・センタリング */
.kousin
{
white-space: pre;
text-align: center;
background-color:#dafdc9;
}

/* menuのカレンダートップのセンタリング・サイズ・太さ・色・幅 */
.karendatop
{
text-align: center;
font-size:17px;
font-weight: bold;
color:#c1ff9b;
width:168px;
}

/* menuのカレンダー曜日のセンタリング・太さ・色・幅 */
.karendayoubi
{
text-align: center;
font-weight: bold;
color:#c4faaa;
width:168px;
}

/* menuのセンタリング・色・幅 */
.karenda
{
text-align: center;
color:#ffffff;
width:168px;
}

/* infomationの背景・センタリング */
.info
{
text-align: center;
background-color:#93d573;
}
/* infomationの背景・センタリング */

/* 日記の内容 */
/* 日記一覧 */
.sonnen
{
letter-spacing:0.5px;
color:#10771e;
text-align: left;
}
/* 日記の見出し */
.dia_midasi
{
font-size: 15px;
font-weight: bold;
font-style: italic;
line-height: 170%;
color: #63a370;
}
/* 日記の中見出し */
.dia_mid
{
font-size: 15px;
font-weight: bold;
line-height: 170%;
color: #63a370;
}
/* 日記の内容 */
.dia_naiyou
{
line-height: 170%;
}
/* 日記の時間 */
.dia_time
{
font-size: 14px;
font-weight: bold;
line-height: 170%;
color:#84aa89;
}
/* 日記の区切り線 */
.sen
{
color: #a9d294;
border-style: dotted;
border-width: 2px;
}

/* ペットの枠線の太さ・大きさ・スタイル */
.border
{
border-width: 3px;
border-style: dotted;
border-color: #a9d294;
}

/* petのセンタリング・サイズ・太さ・色・幅 */
.pettop
{
text-align: center;
font-size:17px;
font-weight: bold;
color:#c1ff9b;
width:168px;
letter-spacing:10px;
}

/* petの色・幅 */
.pet
{
font-weight: bold;
line-height: 200%;
letter-spacing:3px;
}

.kousin
{
color: #84aa89;
font-size: 15px;
}

.pet_kuro
{
color: #55514c;
line-height: 150%;
}

/* 左の細文字・緑字 */
.kira
{
line-height: 200%;
}
