@import url("common.css");
div {
 margin: 0;
 padding: 0;
 width: 468px;
 text-align: center;}
/* 高さ300pxの画像を「新規投稿」の上部中央に表示 */




/* リンク集テーブル */

table {
 margin: 1em auto 1em 0;
 padding: 0;
 border-spacing: 0;}

colgroup {
 display: table-column-group;}

/* URL */

.url {
 margin: 0;
 padding: 1em 0;
 font-weight: bold;
 text-align: right;
 vertical-align: top;
 width: 186px;}

/* コメント */

.comment {
 vertical-align: top;
 margin: 0;
 padding: 1em;
 border-bottom: 1px dotted #8FBC8F;}

/* 「編集」リンクを背景色と同じ色にして隠す */



#back_link {
 padding-top: 300px;
 background-image: url("files/rikka.jpg");
 background-repeat: no-repeat;
 background-position: center top;
}

/* メインページへ戻る */

#back_link {
 position: fixed;
 bottom: 0;
 z-index: 100;
 width: 100%;
 min-height: 26px;
 line-height: 1.6;
 background-image: url("files/rikka.jpg");
 background-repeat: repeat-x;
 background-position: left bottom;
 text-align: left;}

#back_link a {
 padding: 0.1em 1em;
 display: block;
 font-weight: bold;
 text-decoration: none;}

#back_link a:link, #back_link a:visited { color: #ffffff;}
#back_link a:hover, #back_link a:active { color: #ff6600;}