
.c1 {
  line-height: 1.3 ;
}
.c2 {
  line-height: 1.5 ;
}
.c3 {
  line-height: 1.8 ;
}
ul {
  list-style-image : url();
}


A:link {
  text-decoration:none;
}
A:visited {
  text-decoration:none;
}
A:active {
  text-decoration:none;
}
A:hover {
  color:#FF0000;
  text-decoration:underline;
}

body{
  font-size:10pt;
  color:#000000;
  background-color:#fafafa;
  background-image:url();
  margin: 0px 0px 0px 0px;
/* 上、右、下、左の余白 */
}

/* 見出し枠下文章 */
#log-0{
  width: 100%;
  padding-top : 1px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 1px;
  font-size:10pt;
  line-height : 140% ; 
}

hr{
  color:#ea6b58;
}


