@import url("common.css");

@import url("common.css");

/* Mozilla系のみページ上部に表示。「content: "";」の""の中身は各自変更して下さい。 */

body:before {
 content: "BBS at eclat cyber city";
 }

/* Body */

body {
 text-align: center;
 }

/* 「新規投稿」 */

#write {
 background: transparent url("files/wlcm12.gif") no-repeat center;
 height: 100px;
 margin: 0 180px 0 0;
 padding: 60px 0 0 110px;
 text-align: left;
 }

#write:before {
 content: "\0066f8\008fbc\0081ea\007531";
 display: block;
 }

#write a {
 font-weight: bold;
 }

/* 「過去の記事」 */

#navigation span a {
 display: inline;
 }

/* 投稿記事 */

ul {
 text-align: left;
 list-style-type: none;
 width: 80%;
 margin: 1em auto;
 padding: 0;
 background: transparent url("files/yozakura11.png") repeat-y right;
 }

.post {
 background: transparent url("files/yozakura11.png") repeat-y left;
 margin: 14px 0 2em;
 padding: 0;
 display: block;
 }

/* 投稿記事上部 */

.post_auther {
 background: transparent url("files/yozakura10.png") repeat-x top;
 margin: 0;
 padding: 10px 20px 0 0;
 -moz-border-radius: 1em;
 border-radius: 1em;
 font-weight: 400;
 }

/* 投稿No */

.post_no {
 background: transparent url("files/pen1_49.gif") no-repeat center left;
 padding: 32px 0 0 32px;
 display: inline;
 }

/* 投稿者名 */

.post_name:before {
 content: "[ ";
 }

.post_name {
 font-weight: bold;
 }

.post_name:after {
 content: " ]";
 }

.post_name a:hover {
 border: none;
 }

/* 投稿日時 */

.post_time {
 font-family: Courier,monospace,fantasy;
 }

/* 「返信」「編集」 */

.post_edit a {
 margin: 0 12px 1em 0;
 }

.post_replay a {
 margin: 0 2px 1em;
 }

.post_edit a, .post_reply a {
 float: right;
 color: #CCB4AF;
 -moz-border-radius: 0.6em;
 border-radius: 0.6em;
 border: 1px solid #CCB4AF;
 padding: 0.1em 0.2em;
 }

.post_edit a:hover, .post_reply a:hover {
 border: 1px inset #EF75BC;
 color: #EF75BC;
 }

/* 投稿記事タイトル */

.post .title {
 background: transparent url("files/yozakura1.png") no-repeat left center;
 margin: 0 0 0 10px;
 padding: 0 0 0 24px;
 font: bold 1em/180% serif;
 border-bottom: 1px dotted #333;
 }

/* 投稿記事本文 */

.post_text {
 background: transparent url("files/yozakura10.png") repeat-x bottom;
 margin: 0;
 padding: 1em 14px 14px 14px;
 line-height: 160%;
 }

/* 「メインページへ戻る」リンク */

#back_link {
 text-align: left;
 }