.text { 
	font-size: 10pt; 
}
.contents-text { 
	margin: 10px 30px;
	font-size: 10pt; 
	width: 550px;
        text-align:left;
}
.text_title { width:100px; float:left; }
.text_main { width:450px; float:right; }
HR {
  color: #ff0000; /* 線の色(IE用) */
  background-color: #ff0000; /* 線の色(NN用) */
  border: 0px; /* 枠の太さ */
  width: 600px;
  text-align: left; /* IE用 */
  margin-left: 0; /* Firfox用 */
}
.c-both { clear:both; }