@import url("common.css");

/* 対応ブラウザのみページ上部に表示
 * 「content: "";」の""の中身は各自変えてください */

body:before {
 content: "";
 }

/* テーブル */

table {
 margin: 1em;
 }

/* 友達のID */

.id {
 text-align: left;
 background: #333 url("files/ho65.gif") no-repeat left center;
 margin: 0.1em;
 padding: 1em 1em 1em 24px;
 -moz-border-radius: 1em;
 border-radius: 1em;
 border: 1px solid #c0c0c0;
 }

/* コメント */

.comment {
 color: #ccc;
 margin: 0.1em;
 padding: 1em 0.1em 1em 0.6em;
 }

/* 夜桜 Template End */