.letterarea {
   width:518px;
   height:auto;
    overflow: hidden;
}

.letterarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .letterarea {
    height: 1em;
    overflow: visible;
}
/**/


.boxl {
   width:387px;
   float:left;
}

.boxr {
   width:119px;
   float:left;
   padding-left:12px;
}

.rmenu {
   width:119px;
   height:auto;
}

.rmenu_title {
   margin-bottom:5px;
}

.rmenu ul {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}
.rmenu li {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   list-style:none;
   line-height:22px;
}



.article_title {
   width:387px;
   font-size:14px;
   font-weight:bold;
   padding-bottom:7px;
   border:solid #333333;
   border-width:0px 0px 2px 0px;
   margin-bottom:10px;
}

.article_img {
   width:387px;
   height:auto;
   text-align:center;
   margin-bottom:10px;
}

.article_txt {
    margin-bottom:10px;
	text-align:left;
}

..article_txt p {
   line-height:22px;
   margin-bottom:15px;
}

.date {
   text-align:right;
   font-size:11px;
}


.article_footer {
   padding-top:15px;
   border:solid #333333;
   border-width:2px 0px 0px 0px;
   text-align:center;
   margin-bottom:20px;
}