/* リンク箇所の色設定 */
a:link {color: #000044;}
a:visited {color: #000044;}
a:active {color: #000044;}
a:hover {color: #4169e1;}

/* 短歌・俳句の書式設定*/
p.haiku {font-family: "HG羽衣E", "HG行書体"; font-size: 18px;}
.haiku-comment {padding: 10px 10px 10px 10px;}
/* 「お知らせ」の書式設定。 asset-contentの背景所得と一致させる */
.information { padding: 5px 10px; background-color: ; border: 1px solid #996600;}
.information-title {text-align: center; font-size: 16px; font-weight: bold;}
.information-body {text-align:center;}

/* ウィジェットのカレンダーの日付サイズを指定*/
.widget-calendar td {font-size: 14px;}
.widget-calendar tr {font-size: 14px;}
#header-inner { height: 130px;}
/* #footer-inner { height: 20px;} */
/* #content-inner {height: 500px;}.layout-twt #content-inner {margin-top: 0;}*/

/* カラムの幅を変える例（「パワーアップ」p.39）*/
/*#container_inner, #header-inner, #footer-inner, #content-inner { width: 950px;}.layout-wtt #alpha { width: 500px;}.layout-wtt #beta { left: 250px; width: 200px;}.layout-wtt #gamma { right: 200px; width: 250px;}*/

/* スタイルシートの背景を変える例（「パワーアップ」p. 47）*/
/* #header { background-image: url(/blog/img/wallppr01.gif); background-position: center; background-repeat: repeat; border-top: 0;} */
/* #footer { background-image: url(/blog/img/wallppr082.gif); background-position: center; background-repeat: repeat; border-top: 0;} */
/* #content {background-color: #f5f5dc;} *//* スタイルシートの記述例（「パワーアップ」p. 57）*/
/*.entry-title,.trackbacks-header,.comments-header,.comments-open-header,.widget-header { background-color : #ffccff;}*/
.asset-header,.asset-content,.asset-footer { margin-right : 0;}
.asset-meta { border-top : 0; padding: 3px; font-size : 10px; background-color: #9dd4c6;}
.entry-title {font-size : 15px;}
.asset-content { background-color: #fffff0;} <!-- font-size : 11px; font-family:"Century"} -->
.widget-content {font-size : 12px;}
.widget-header {font-weight: bold;}

/* カテゴリー一覧のツリー表示 */
ul.tree {
 margin: 0 0 0 3px;
 padding: 0;
 list-style-type: none;
}
ul.tree li.tree, ul.tree li.tree_end {
 margin: 0;
 padding: 0 0 0 14px;
 background: url(http://www.21c-terakoya.com/blog/img/tree.gif) no-repeat 0 0;
 list-style-type: none;
 line-height : 12px;
}
ul.tree li.tree_end {
 background: url(http://www.21c-terakoya.com/blog/img/tree_end.gif) no-repeat 0 0;
}
/* カテゴリー一覧のツリー表示 */