@charset "utf-8";
@import "../../common/css/default.css";

/* -------------------------------------------------- */
/* file   : blog.css                                   */
/* update : 2009/07/17                            */
/* -------------------------------------------------- */

body {
    background: url(../img/h_bg.gif) repeat-x top;
}
#blog #warp {
    background: url(../img/c_bg.gif) repeat-y center;
}
#blog a {
    color: #5b4530;
}
#blog  h1 {
    text-align: center;
}
#blog #foot {
    background: url(../img/f_bg.gif) repeat-x top;
    text-align: center;
    clear: both;
}
#blog #right-warp {
    float: right;
    width: 690px;
    padding-right: 20px;
}
#blog #left-warp {
    width: 210px;
    float: right;
    padding-right: 20px;
}
#blog #main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}
#blog #main h2 {
    background: url(../img/title_bg.gif) no-repeat left top;
    font-size: 1.8em;
    text-indent: 2.5em;
    font-weight: bold;
    line-height: 1.8em;
    padding-bottom: 21px;
    padding-top: 6px;
}
#blog .data  {
    text-align: right;
    display: block;
    width: 690px;
    background: url(../img/c_line.gif) repeat-y left;
    font-size: .9em;
    color: #666666;
}
#blog  .content {
    width: 660px;
    font-size: 1em;
    line-height: 1.8em;
    background: url(../img/c_line.gif) repeat-y left;
    padding-left: 30px;
    padding-bottom: 15px;
}
#blog #left-warp h3 {
    background: url(../img/cat_bg.jpg) no-repeat left top;
    text-indent: 18px;
    display: block;
    font-size: 1em;
    padding: 5px 0px 8px;
    font-weight: normal;
    color: #4D452D;
}
#blog #month {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#blog  #calender {
    width: 208px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
#blog #calender th {
    background: #f3f0e9;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
#blog #calender td {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
#blog .list {
    margin-top: 5px;
    margin-bottom: 10px;
}
#blog  ul.list li {
    background: url(../img/arrow.gif) no-repeat 5px center;
    text-indent: 15px;
    margin-bottom: 5px;
}
/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
