﻿@charset "utf-8";

#center {
width: 390px;
height: 1190px;
background: #cccccc;
float:left;
padding: 10px 10px 0px 10px;
}

#center .date {
font-size: 14px;
padding-left: 5px;
}

#center .title {
font-size: 26px;
}

#center .article {
font-size: 12px;
padding-top: 10px;
line-height: 20px;
}

#right {
width: 250px;
height: 1200px;
background: #333333;
float:left;
}
