@charset "UTF-8";
h2.h2-cool-red,
h2.h2-cool-orange,
h2.h2-cool-yellow,
h2.h2-cool-yellowgreen,
h2.h2-cool-green,
h2.h2-cool-aqua,
h2.h2-cool-blue,
h2.h2-cool-brown,
h2.h2-cool-pink,
h2.h2-cool-purple,
h2.h2-cool-black {
  margin-top: 0;
  padding: 10px;
  background-color: #333;
  color: #fff;
}
h2.h2-cool-colorful {
  margin-top: 0;
  padding: 10px;
  background-color: #666;
  color: #fff;
}
h3.h3-cool-red,
h3.h3-cool-orange,
h3.h3-cool-yellow,
h3.h3-cool-yellowgreen,
h3.h3-cool-green,
h3.h3-cool-aqua,
h3.h3-cool-blue,
h3.h3-cool-brown,
h3.h3-cool-pink,
h3.h3-cool-purple,
h3.h3-cool-black,
h3.h3-cool-colorful {
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #333;
  background: #efefef url("../../images/heading/cool/arrow_right.gif") no-repeat 8px 15px;
  color: #333;
}
h4.h4-cool-red,
h4.h4-cool-orange,
h4.h4-cool-yellow,
h4.h4-cool-yellowgreen,
h4.h4-cool-green,
h4.h4-cool-aqua,
h4.h4-cool-blue,
h4.h4-cool-brown,
h4.h4-cool-pink,
h4.h4-cool-purple,
h4.h4-cool-black,
h4.h4-cool-colorful {
  padding: 7px 5px 3px 20px;
  border-bottom: 1px dotted #666;
  background: #efefef url("../../images/heading/cool/arrow_sub.gif") no-repeat 8px 8px;
  color: #333;
}
