ようちゃんの掲示板CSSでぇ~すぅ♪♪(キャハ)
//------------------------------------------------
*掲示板CSS
//------------------------------------------------
@import url("common.css");

body {
background: yellow url("http://homepage1.nifty.com/youji-izawa/goo2/img/baner/youchan9.gif") no-repeat 50% 25px;
min-height: 30px;
}

ul{
list-style-type: none;
width: 50%;
margin: 0ex 0em 0ex 200px;
}

p {
color: black;
background: lavenderblush url(http://homepage1.nifty.com/youji-izawa/top/stylesheet/style034/style034-3.gif) repeat-x;
margin: 0ex 0em 0ex 8px;
padding: 3ex 1em 2ex;
}

.post {
margin: 2.3ex 0em 2.3ex;
}

.post_auther{
background: url(http://homepage1.nifty.com/youji-izawa/top/stylesheet/style034/style034-1.gif) no-repeat right top;
padding: 0ex 0em;
color: navajowhite;
background: mediumvioletred;
margin: 0ex 8px 0ex 0px;
padding: 0.5ex 0.5em 0.3ex;
}

.post_auther a {
text-decoration: none;
}

.post_auther a:link {
color: yellow;
}

.post_auther a:visited {
color: gold;
}

.post_auther a:active {
color: yellow;
background-color: lightcoral;
}

.post_auther a:hover {
text-decoration: none;
}

.post_name a{
color:yellow;
background-color:mediumvioletred;
}

.post_name a:hover{
color:mediumvioletred;
background-color:yellow;
}

.post_edit a{
color:yellow;
background-color:mediumvioletred;
padding:0.2em 0.4em 0.2em 0.4em;
margin-left:2em;
-moz-border-radius: 0.4em;
}

.post_edit a:hover{
color:mediumvioletred;
background-color:yellow;
}

.post_reply a{
color:yellow;
background-color:mediumvioletred;
padding:0.2em 0.4em 0.2em 0.4em;
margin-left:0.5em;
-moz-border-radius: 0.4em;
}

.post_reply a:hover{
color:mediumvioletred;
background-color:yellow;
}

.title{
font-size:110%;
font-weight:bold;
color: black;
background: palevioletred url(http://homepage1.nifty.com/youji-izawa/top/stylesheet/style034/style034-2.gif) repeat-x;
margin: 0ex 4px;
padding: 2ex 0.5em 1ex;
}

.title a{
text-decoration: none;
color: black;
background-color: palevioletred;
}

.title a:hover {
color: white;
background-color: black;
}

#write{
padding:1em;
text-align:center;
background: url("http://homepage1.nifty.com/youji-izawa/sonota/pikatyu_gif/A_pikakao07.gif") no-repeat left center;
min-height: 22px;
padding: 4px 2px 3px 22px;
margin: 4ex 384px 0ex 428px;
}

#write a {
text-decoration: none;
color: black;
background-color: yellow;
}

#write a:hover {
color: white;
background-color: black;
}

#back_link{
padding:1em;
}

#back_link a {
color: black;
background-color: yellow;
}

#back_link a:hover {
color: white;
background-color: black;
}

#navigation{
text-align:center;
}

div{
text-align:center;
}