@charset "utf-8";

@import url('../common/css/print.css');

/* new */

/* -------- title */
div#title {
	width:798px;
}

/* -------- contti */
div#contti01 {
  height:40px;
  margin-bottom:20px;
}

/*--------------------Movable Type CSS--------------------*/

/* -------- heading */ 
div.heading {
  display:block;
  float:left;
  height:18px;
  margin:10px 0 3px 0;
  color:#000;
  font-weight:bold;
  font-family :"Hiragino Kaku Gothic Pro"; /*safari用*/
}

div.icon {
  display:block;
  float:left;
  width:3px;
  height:18px;
  margin:10px 5px 3px 0;
  background-image:url(images/icon.gif);
  background-repeat:no-repeat;
}

div.icon span {
  display:none;
  float:left;
}
 
.article {
  display:block;
  margin:5px 0 20px 0;
}

.article p {
  line-height:1.7em;
  margin:0;
  padding:0;
}

/* -------- entry */
p.entry-footer {
  display:block;
  margin:5px 0 30px 0;
  font-size:80%;
  line-height:1.5em;
  text-align:right;
}

p.entry-more-link {
  clear:both;
  display:block;
  margin:30px 0 5px 0;
  font-size:80%;
  line-height:1.5em;
}

/* --------  Image floating */
img.right {
  float:right;
  margin:1.5em 0 1.0em 1.5em;
}

