body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
.title {
	font-size: 12px;
	font-weight: bold;
}

html {
     overflow-y: scroll;
}
p {
     margin: 0 0 1em 0;
}
ol,ul {
     list-style: none;
}
fieldset,img {
     border: 0;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
.font-s-white {
	color: #FFFFFF;
	font-size: x-small;
}
.font-m-black {
	color: #000000;
	font-size: 12px;
	line-height: 150%;
}
.font-m-black-line-dot {
	font-size: 12px;
	width: 360px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.font-s-black {
	color: #000000;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
}
.img-r {
	float: right;
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
 background-color:green;
}


/* topics 03/26 */
#topics-box {padding:0 0 10px 18px;
  background:url(../images/back-1.jpg) repeat-y center;
	}
#topics-frame {
 width:760px;
border:none;
  background:url(../images/back-1.jpg) repeat-y center;
  height:200px;
 overflow: auto;
}
* html #topics-frame {
 width:756px;padding:0;margin:0;border:0;
}
.topics-box {
  color:#5C3812;
  border-bottom:1px dotted #5C3812;
  padding:10px 0;
  clear:both;
  width: 720px;
  margin:0 auto;
}
.topics-image {
  display:block;
  float:left;
  width:210px;
  min-height:115px;
}
.topics-image img { max-width:200px;}
.topics-texts {
  line-height:137.5%;
  font-size:12px;
}
.topics-date {
font-size:12px;
line-height:150%;
}
.topics-title {
  line-height:137.5%;
  font-size:16px;
}
.topics-body {
line-height:137.5%;
font-size:12px
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*_*//*/
  height: auto;
  overflow: hidden;
  /**/
}