
/* 最新作品 */
#newwork {
  margin: 0px 0px -40px 0px;
}
.item {
  background-image: url(../img/index/item.png);
  background-repeat: no-repeat;
  width: 785px;
  height: 44px;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0px 0px 55px;
  margin: 40px 0px 0px 0px;
}

/* 作品一覧 */
#work {
  background-image: url(../img/index/work_bk.png);
  background-repeat: no-repeat;
  width: 840px;
  height: 456px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 78px 0px 0px 0px;
  margin: 35px 0px 30px 0px;
}
#work_space {
  height: 10px;
}

/* お問い合わせ */
#contact {
  background-image: url(../img/index/contact.png);
  background-repeat: no-repeat;
  width: 840px;
  height: 395px;
  margin: 40px 0px 40px 0px;
}
#contact_mail {
  padding: 285px 0px 0px 330px;
}

/* ご挨拶 */
#greet {
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  width: 796px;
  height: 195px;
  font-size: 16px;
  line-height: 28px;
  padding: 85px 0px 0px 44px;
  margin: 0px 0px 30px 0px;
}

/* ブログ */
#blog {
  background-image: url(../img/index/blog_middle.png);
  background-repeat: repeat-y;
  width: 768px;
  padding: 0px 30px 0px 42px;
}
.blog_bar {
  border-top: 1px dotted #666666;
  margin: 5px 0px 5px 0px;
}
.new {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 10px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
  -moz-animation:blink 1.5s ease-in-out infinite alternate; 
  animation:blink 1.5s ease-in-out infinite alternate; 
}

/* お知らせ */
#info {
  background-image: url(../img/index/info_middle.png);
  background-repeat: repeat-y;
  width: 758px;
  word-break: break-all;
  padding: 15px 40px 5px 42px;
}

