div#c_container {
  background-color: #fff;
  margin: 0 5px;
}

div#c_container h1, div#c_container h2, div#c_container h3, div#c_container h4, div#c_container h5, div#c_container h6, div#c_container b, div#c_container strong {
  font-weight: bold;
}

div#c_container em, div#c_container i, div#c_container dfn {
  font-style: italic;
}

div#c_container dfn {
  font-weight: bold;
}

div#c_container p, div#c_container code, div#c_container pre, div#c_container kbd {
  margin: 0 0 1.5em 0;
}

div#c_container blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}

div#c_container cite {
  font-style: italic;
}

div#c_container li ul, div#c_container li ol {
  margin: 0 1.5em;
}

div#c_container ul, div#c_container ol {
  margin: 0 1.5em 1.5em 1.5em;
}

div#c_container ul li {
  list-style-type: disc;
}

div#c_container ol li {
  list-style-type: decimal;
}

div#c_container ol ol li {
  list-style: upper-alpha;
}

div#c_container ol ol ol li {
  list-style: lower-roman;
}

div#c_container ol ol ol ol li {
  list-style: lower-alpha;
}

div#c_container dl {
  margin: 0 0 1.5em 0;
}

div#c_container dl dt {
  font-weight: bold;
}

div#c_container dd {
  margin-left: 1.5em;
}

div#c_container table {
  margin-bottom: 1.4em;
  width: 100%;
}

div#c_container th {
  font-weight: bold;
}

div#c_container th, div#c_container td, div#c_container caption {
  padding: 4px 10px 4px 5px;
}

div#c_container tfoot {
  font-style: italic;
}

div#c_container sup, div#c_container sub {
  line-height: 0;
}

div#c_container abbr, div#c_container acronym {
  border-bottom: 1px dotted;
}

div#c_container address {
  margin: 0 0 1.5em;
  font-style: italic;
}

div#c_container del {
  text-decoration: line-through;
}

div#c_container pre {
  margin: 1.5em 0;
  white-space: pre;
}

div#c_container img.centered, div#c_container .aligncenter, div#c_container div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#c_container img.alignright {
  display: inline;
}

div#c_container img.alignleft {
  display: inline;
}

div#c_container .alignright {
  float: right;
  margin-left: 10px;
}

div#c_container .alignleft {
  float: left;
  margin-right: 10px;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* contact */
div#c_container h2 {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  background-color: #eee;
  margin: 5px 5px 5px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid #0E3192;
  border-bottom: 1px solid #0E3192;

  background: #f6f8f9; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie */
}

div#c_container h3 {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 5px 10px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid #0E3192;
  border-bottom: 1px solid #0E3192;

  background: #f6f8f9; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie */
}

div#c_container div#c_img {
  background-color: #fff;
  background-image: url("../image/contact/contact_top.png");
  background-repeat: no-repeat;
  height:350px;
}
div#c_container div#c_img a:focus {
  outline:none;
}

div#c_container div#c_img img {
  border: none;
  margin: 0;
  padding: 0;
  left: 41px;
  position: relative;
  top:218px;
  width:445px;
}

div#c_container div#c_img ul {
  margin: 0 auto;
  padding: 0;
  width: 510px;
  list-style-type: none;
}

div#c_container div#c_img ul li {
  float: left;
  width: 255px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

div#c_container div#c_img ul li#c_img_tel a {
  display: block;
  overflow: hidden;
  width: 255px;
  height: 101px;
  background-image: url("../image/contact/b_tel.jpg");
}

div#c_container div#c_img ul li#c_img_tel a:hover {
  background-position: 0 -101px;
}

div#c_container div#c_img ul li#c_img_web a {
  display: block;
  overflow: hidden;
  width: 255px;
  height: 101px;
  background-image: url("../image/contact/b_web.jpg");
}

div#c_container div#c_img ul li#c_img_web a:hover {
  background-position: 0 -101px;
}

div#c_container h4 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 5px 10px 0;
  padding: 0 0 0 5px;
  border-left: 5px solid #0E3192;
  border-bottom: 1px solid #0E3192;

  background: #f6f8f9; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie */
}

div#c_container div {
  margin: 20px 0;
  padding: 0;
}

div#c_container p {
  font-size: 100%;
  line-height: 1.5;
  text-indent: 1em;
  margin: 5px;
  padding: 0;
}

div#c_container ul li {
  font-size: 100%;
  line-height: 1.4;
  text-indent: 1em;
  margin: 5px;
  margin-left: 1em;
  padding: 0;
}

div#c_container div#to_web_form {
  text-align: center;
  line-height: 1.8;
  margin: 5px;
  padding: 5px;
}

div#c_container div#to_web_form a {
  display: block;
  width: 510px;
  height: 101px;
  background: url("../image/contact/w_web.jpg") right top no-repeat;
}

div#c_container div#to_web_form a:hover {
  background-position: right bottom;
}

div#c_container div.return_top {
  text-align: right;
  line-height: 1.8;
  margin: 10px 5px 10px 5px;
}

div#c_container p.img_rignt img {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

div#c_container p.img_center {
  text-align: center;
  border: none;
  margin: 5px;
  padding: 5px;
}

div#c_container p.img_center img {
  text-align: center;
  margin-left: -10px;
  padding: 0;
}
form#mauticform_owenihewase {
	margin-left: 47px;
}
