div#catch_navi {
  clear:both;
  margin:0 auto;
  padding:0;
  width:850px;
  height:200px;
}

.start {
  float: left;
  margin:0;
  width:0px;
  height:200px;
  overflow: hidden;
}

.handle {
  float: left;
  margin:0;
  width: 40px;
  height:200px;
  background: url(http://www.kk-kyoho.co.jp/images/blade.png) no-repeat;
}

.catch_content {
  padding-left:0;
  float: left;
  width:0px;
  height:180px;
  overflow:hidden;
}

.endcontent {
  padding-left: 24px;
  float: left;
  width:570px;
  height: 180px;
}

.end {
  float: left;
  width: 610px;
  height: 180px;
}

h2.catch_copy {
  margin:10px 4px 4px 4px;
  background:#ffffff;
  border:#CCCCCC dotted 1px;
  padding:0 5px;
  color: #003366;
  font-size: 14px;
  font-weight: 600;
  coclor:#990000;
}

* html h2.catch_copy {
  margin: 10px 0 6px 8px;
}

p.catch_copy{
  text-align: justify;
  font-weight: normal;
  margin-left: 20px;
  padding: 0 5px 0 8px;
}

.catch_content p:first-letter{
  font-size:1.5em;
  font-weight: bold;
  padding: 2px;
  color: rgb(172, 194, 112);
}

div.catch_entry {
  margin:0;
  background:#efefef;
  border:#CCCCCC dotted 1px;
  padding:5px;
}

div.catch_entry p {
  margin:6px 3px;
  padding:0;
  text-align:justify;
  line-height:1.2em;
  color:#333333;
}

