@import "base.css";

p {
font-size: 12px;
}

#main {
background-image: url(../images/main-column.gif);
}

#contents-body {
width: 535px;
padding: 30px;
}

.column {
width: 535px;
margin-bottom: 20px;
}
.excerpt {
width: 535px;
margin-bottom: 5px;
border-bottom: 1px dotted #000;
}
.excerpt h2 {
font-size: 16px;
height: 31px;
line-height: 30px;
background-image: url(../images/column/column-title.jpg);
background-repeat: repeat-x;
}
.excerpt img {
margin-right: 5px;
margin-bottom: 5px;
}
.br {
clear: both;
}
.new-entry {
width: 535px;
margin-bottom: 5px;
border-bottom: 1px dotted #CCC;
}
.new-entry h3 {
font-weight: normal;
color: #600;
font-size: 14px;
}
.entry-date {
font-size: 10px;
text-align: right;
}
.new-entry img {
margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
}
.recent-entry h3 {
width: 535px;
height: 24px;
line-height: 24px;
text-indent: 20px;
font-size: 12px;
color: #000;
font-weight: normal;
margin-bottom: 10px;
background-image: url(../images/list-header.gif);
background-repeat: no-repeat;
}
.recent-entry ul, li {
margin: 0px;
padding: 0px;
}
.recent-entry li {
font-size: 12px;
line-height: 20px;
text-indent: 15px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: left center;
}