@charset "UTF-8";

.mceContentBody,
#ContsBox {
  font-size: 13px;
  line-height: 1.5em;
}

.mceContentBody .fs1,
#ContsBox .fs1 { font-size: 8pt; }
.mceContentBody .fs2,
#ContsBox .fs2 { font-size: 10pt; }
.mceContentBody .fs3,
#ContsBox .fs3 { font-size: 12pt; }
.mceContentBody .fs4,
#ContsBox .fs4 { font-size: 14pt; }
.mceContentBody .fs5,
#ContsBox .fs5 { font-size: 18pt; }
.mceContentBody .fs6,
#ContsBox .fs6 { font-size: 24pt; }
.mceContentBody .fs7,
#ContsBox .fs7 { font-size: 36pt; }

#ContsBox .Left, .mceContentBody .Left { float: left }
#ContsBox .Right, .mceContentBody .Right { float: right; }

#ContsBox .m-u10, .mceContentBody .m-u10 { margin-bottom: 10px; }
#ContsBox .m-u15, .mceContentBody .m-u15 { margin-bottom: 15px; }
#ContsBox .m-u20, .mceContentBody .m-u20 { margin-bottom: 20px; }


/* -------------------------------------------------------- ContsBox Only */
#ContsBox h4,
.mceContentBody h4 {
  width: 630px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #4E3B00;
  margin: 10px 0;
  padding: 2px 10px 0;
  background: url(http://www.san-raku.jp/imgs/h4_bg.jpg) no-repeat;
}
#ContsBox h5,
.mceContentBody h5 {
  font-size: 14px;
  color: #4E3B00;
  margin: 0 5px 10px;
  padding: 2px 0 5px 13px;
  background: url(http://www.san-raku.jp/imgs/sq_list.gif) no-repeat 0 9px;
  border-bottom: solid 2px #AE9D68;
}
#ContsBox .textarea,
.mceContentBody .textarea {
  padding: 10px 0 20px;
}
#ContsBox .textarea p,
.mceContentBody .textarea p {
  margin: 0;
  padding: 0 10px 10px;
}


/* -------------------------------------------------------- hr */
#ContsBox .line,
.mceContentBody .line {
  width: 650px;
  height: 12px;
  margin: 10px 0;
  padding: 0;
  background: url(http://www.san-raku.jp/imgs/hr_bg.jpg) no-repeat;
}
#ContsBox hr,
.mceContentBody hr {
  border: 0;
  visibility: hidden;
}
* html #ContsBox hr,
* html .mceContentBody hr {
  height: .1em;
  overflow: hidden;
  margin-top: -.1em;
}


/* --------------------------------------------------------------------
img
-------------------------------------------------------------------- */
#ContsBox .imgL,
.mceContentBody .imgL {
/*  padding: 0 10px 5px 0px;  */
  float: left;
}
#ContsBox .imgR,
.mceContentBody .imgR {
/*  padding: 0 0 5px 10px;  */
  float: right;
}
.textarea img,
.mceContentBody textarea img {
  margin: 0 10px 5px 0px;
  padding: 1px;
  background: #6d6d6c;
  border: solid 5px #eee8d7;
}
.textarea .imgL,
.mceContentBody .textarea .imgL {
  margin: 0 10px 5px 0px;
  padding: 1px;
  background: #6d6d6c;
  border: solid 5px #eee8d7;
}
.textarea .imgR,
.mceContentBody .textarea .imgR {
  margin: 0 0 5px 10px;
  padding: 1px;
  background: #6d6d6c;
  border: solid 5px #eee8d7;
}
#ContsBox img.no-line,
.mceContentBody img.no-line {
  padding: 0;
  border: none;
  background: none;
}

#ContsBox .photo-frame,
.mceContentBody .photo-frame {
  padding: 1px;
  background: #6d6d6c;
  border: solid 5px #eee8d7;
}


/* --------------------------------------------------------------------
list
-------------------------------------------------------------------- */
#ContsBox ul.deco-list li,
.mceContentBody ul.deco-list li {
  margin: 0;
  padding: 0 0 4px 15px;
  background: url(http://www.san-raku.jp/imgs/loz_list.gif) no-repeat 0 5px;
  list-style: none;
}
#ContsBox ul.deco-list ul.under-list,
.mceContentBody ul.deco-list ul.under-list {
  margin: 0;
  padding: 4px 0 2px;
}
#ContsBox ul.under-list li,
.mceContentBody ul.under-list li {
  margin: 0;
  padding: 0 10px 0 13px;
  background: url(http://www.san-raku.jp/imgs/under_list.gif) no-repeat 0 5px;
  list-style: none;
}
#ContsBox ul.sq-list li,
.mceContentBody ul.sq-list li {
  margin: 0;
  padding: 0 0 4px 13px;
  background: url(http://www.san-raku.jp/imgs/sq_list.gif) no-repeat 0 5px;
  list-style: none;
}
#ContsBox .link-list,
.mceContentBody .link-list {
  margin: 0 10px;
  padding: 0 10px 0 15px;
  background: url(http://www.san-raku.jp/imgs/link_list.gif) no-repeat 0 5px;
  list-style: none;
}



/* --------------------------------------------------------------------
Table
-------------------------------------------------------------------- */
#ContsBox table.deco-tb,
.mceContentBody table.deco-tb {
  margin: 0 0 0 0;
  padding: 0 0 15px;
  background: #f9f9f9;
}
#ContsBox table.deco-tb th,
#ContsBox table.deco-tb td,
.mceContentBody table.deco-tb th,
.mceContentBody table.deco-tb td {
  padding: 4px 5px;
  border: 1px solid #CCCCCC;
}
#ContsBox table.deco-tb th,
.mceContentBody table.deco-tb th {
  font-weight: bold;
  text-align: center;
  color: #361b07;
  background: url(http://www.san-raku.jp/imgs/decotb_th_bg.jpg) repeat-x top left;
}
#ContsBox table.deco-tb td.deco-td,
.mceContentBody table.deco-tb td.deco-td {
  text-align: center;
}
#ContsBox table.deco-tb tr.row,
.mceContentBody table.deco-tb tr.row {
  background: #f5f3ec;
}




