@charset "UTF-8";

/******* news-bace *******/

* {
margin: 0;
padding: 0;
font-style: normal;
}

body {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
background-color: #fbf4e6;
}

/******* news *******/

div#news-box dl {
margin-left: 10px;
padding: 0px 0px 0px 0px;
font-size: 12px;
list-style: none;
background: url("../img/top-new-line.gif") left bottom repeat-x;
}

div#news-box dl dt {
width: 100px;
padding: 10px 0px 10px 26px;
background: url("../img/top-new-list.gif") left center no-repeat;
float: left;
}

div#news-box dl dd {
padding: 10px 0px 10px 0px;
line-height: 1.6;
}

/******* clear *******/

.clear:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clear {
  overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clear {
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
