
/*-------------------------------------------------------------- ベース設定
*/

* {
  margin: 0;
  padding: 0;
}

img, div, a, span { behavior: url("http://www.caramel-box.com/products/bokuraku/css/javascript/iepngfix.htc") }

/* default 
-----------------------------------*/

body {
  font-size: 91.6%;/* 11pt */
/*  font-size: 83.3%;/* 10pt */
}

/* Except IE 
-----------------------------------*/

html>body {
  font-size: 11pt;
}

html {
  overflow-y: scroll;
/*  filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
}

body {
  color: #2c2824;
  line-height: 1.5em;
  font-family: "meiryo", "MS UI Gothic", sans-serif;
  background: url('./images/news_bg.gif') no-repeat;
  background-attachment: fixed;
  text-align: left;
}

/*-------------------------------------------------------------- 基本スタイル
*/

a {
  color: #107AC0;
}

a:hover {
  color: #f44;
}

/*-------------------------------------------------------------- News
*/

#News {
  font-size: 81.8%;
  width: 488px;
  overflow: hidden;
}

#News ul {
  width: 412px;
  margin-left: 40px;
}


#News li {
  zoom: 100%;
  background: url('./images/news_border_01.gif') repeat-x left bottom;
  list-style: none;
  line-height: 1.6em;
  width: 100%;
  padding: 4px 0 2px;
  overflow: hidden;
  float: left;
}

#News li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#News span {
  position: absolute;
  background: url('./images/news_marker.png') no-repeat 0 0.15em;
  width: 5em;
  padding: 0 0 0 16px;
  float: left;
}

#News p {
  display: block;
  padding: 0 0 0 6.5em;
}


