ようちゃんの日記/コラムCSSでぇ~すぅ♪♪(キャハ)
//------------------------------------------------
*日記/コラムCSS
//------------------------------------------------
@import url("common.css");

ul {
list-style-type: none;
}

#header {
text-align:center;
}

#menu {
width: 30%;
float: right;
margin: 0ex 54px;
color: white;
background: white;
padding: 0.25ex 0.5em;
border-width: 3px;
border-style: solid;
border-color: deeppink deeppink deeppink deeppink;
background: lavenderblush url(http://homepage1.nifty.com/youji-izawa/top/stylesheet/style034/style034-3.gif) repeat-x;
}

#main {
width: 45%;
margin-right: 0%;
margin: 0ex 54px;
color: black;
background: white;
padding: 0.25ex 0.5em;
border-width: 3px;
border-style: solid;
border-color: deeppink deeppink deeppink deeppink;
background: lavenderblush url(http://homepage1.nifty.com/youji-izawa/top/stylesheet/style034/style034-3.gif) repeat-x;
}

hr {
color:deeppink;
}

.link_title {
color: white;
background: green;
}

.entry_date {
color:white;
background: black;
}

.entry_title {
background: lime;
}

.entry_info {
background: aqua;
}