@import url("common.css");

body{
   background-color: #fbf9cc;
}

/* 背景色 */

body {
  background-color: #F5F5DC;}


/* 友達の ID */

.id {
  padding: 0.2em;
  min-width: 100px;
  border-bottom: 2px solid #A67B5B;
  border-left: 1em solid #A67B5B;
  text-align: left;}

tr:hover .id {
  border-color: #C2B280;}

/* コメント */

.comment {
  padding: 0.2em;
  border-bottom: 2px solid #C2B280;}

tr:hover .comment {
  border-color: #FFF8E7;}

/* 高さ300pxの画像を「新規投稿」の上部中央に表示 */

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

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