@import url("base.css");


/*----------------------------------------------------------
●3カラムの時 
----------------------------------------------------------*/
div#contents{
background:#fff url(../images/column3_bg.gif) repeat-y;
}

div#column_left {
width: 194px;
float: left;
padding-left:4px;
color: #584e4e;
font-weight: normal;
}

div#column_center {
width: 454px;
float: left;
}

div#column_right {
width: 194px;
float: right;
padding-right:2px;
color: #584e4e;
font-weight: normal;
}



/*-----------------------------------------------------
>>> 記事スタイル宣言（main.htm  archive.htm）
-----------------------------------------------------*/
div.blog_head{
background:#fff url(../images/column3_blog_head.gif) no-repeat;
width:420px;
margin-left:15px;
padding-top:1px;
color: #584e4e;
}

div.blog_body{
background:#fff url(../images/column3_blog_body.gif) repeat-y;
font-size:100%;
}

div.blog_foot{
background:#fff url(../images/column3_blog_foot.gif) no-repeat;
width:421px;
height:8px;
margin-left:15px;
}

