@import url(http://www.sebg.co.jp/css/base.css);
@import url(http://www.sebg.co.jp/css/page.css);

#c_div {
  width: 700px ;
}
.c_title {
  color: #007f00 ;
  font-weight: bold ;
  padding: 3px 0 ;
  margin: 0 0 10px 0 ;
  border-bottom: 1px dotted #00a500 ;
  width: 525px ;
}
.c_pic {
  float: left ;
  margin-right: 15px ;
}
.c_text {
  margin : 0 0 35px 0 ;
  width: 525px ;
  float: left ;
}
#c_catList {
  width : 150px ;
  float : right ;
  margin-bottom: 10px ;
  border: 1px solid #8dc221;
}
#c_catList div {
  text-align : center ;
  background-color : #8dc221 ;
  padding : 3px 0 ;
}
#c_catList ul {
  list-style-type : none ;
}
#c_catList li {
  padding : 5px 0 0 10px ;
}

