@charset "utf-8";
@import "default.css";

body {
  line-height: 150%;
  color: #333;
}
a {
  color: #de4a00;
}
a:hover {
  color: #dd9b00;
}

/**
 * common areas
 */
#header {
  background: url(../images/bg_header_common.jpg) repeat-x left top;
  height: 90px;
}
#header .inner {
  width: 900px;
  height: 90px;
  margin: 0 auto;
  background: url(../images/bg_header_center.jpg) no-repeat left bottom;
  position: relative;
}
#header h1 {
  float: left;
  text-indent: -9999px;
  display: block;
  width: 216px;
  height: 66px;
  background: url(../images/logo.png) no-repeat left bottom;
  padding-top: 10px;
}
#header h1 a {
  display: block;
  width: 216px;
  height: 66px;
}
#header #header-navs {
  float: right;
}
#header #header-navs li {
  display: inline;
}
#header #header-textlinks {
  position: absolute;
  right: 0px;
  top: 53px;
}
#header #header-textlinks li {
  display: inline;
  padding-left: 15px;
}
#header #header-textlinks li a {
  color: #1f546e;
}
#header #header-textlinks li a:hover {
  color: #6d311f;
}

/* global navigation */
#global-nav {
  background: url(../images/bg_global_nav_common.jpg) repeat-x left top;
  height: 56px;
}
#global-nav ul {
  width: 900px;
  margin: 0 auto;
  background: url(../images/bg_global_nav_center.jpg) no-repeat center bottom;
  padding-bottom: 16px;
}
#global-nav ul li {
  width: 180px;
  text-indent: -9999px;
  float: left;
}
#global-nav ul li a {
  width: 180px;
  height: 40px;
  display: block;
}
#global-nav ul li#nav1 a {
  background: url(../images/nav_service.jpg) no-repeat;
}
#global-nav ul li#nav1 a:hover {
  background: url(../images/nav_service_on.jpg) no-repeat;
}
#global-nav ul li#nav2 a {
  background: url(../images/nav_production.jpg) no-repeat;
}
#global-nav ul li#nav2 a:hover {
  background: url(../images/nav_production_on.jpg) no-repeat;
}
#global-nav ul li#nav3 a {
  background: url(../images/nav_result.jpg) no-repeat;
}
#global-nav ul li#nav3 a:hover {
  background: url(../images/nav_result_on.jpg) no-repeat;
}
#global-nav ul li#nav4 a {
  background: url(../images/nav_about.jpg) no-repeat;
}
#global-nav ul li#nav4 a:hover {
  background: url(../images/nav_about_on.jpg) no-repeat;
}
#global-nav ul li#nav5 a {
  background: url(../images/nav_contact.jpg) no-repeat;
}
#global-nav ul li#nav5 a:hover {
  background: url(../images/nav_contact_on.jpg) no-repeat;
}


/* footer */
#footer {
  background: url(../images/bg_footer.gif) repeat left top;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
#footer .inner {
  width: 900px;
  margin: 0 auto;
  font-size: 92%;
  padding-top: 20px;
}
#footer li {
  width: 150px;
  float: left;
}
#footer li li {
  margin-left: 10px;
  width: 130px;
}
#footer a {
  color: #1f546e;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #copyright {
  padding-top: 20px;
  text-align: center;
  color: #555;
}

/**
 * common layout
 */
.contents {
  width: 900px; margin: 0 auto;
}
.contents-wrapper {
  padding: 20px 0px;
}
#topic-path {
  font-size: 9pt;
  color: #aaa;
}
#topic-path a {
  color: #888;
}
#topic-path a:hover {
  color: #333;
}
#topic-path .B_currentCrumb {
  font-weight: bold;
}

#main-content {
  width: 670px;
  position: relative;
}
#side-content {
  width: 190px;
}
#side-content p {
  margin-bottom: 10px;
}
#side-content #box-subpages {
  background: url(../images/bg_sidebox_btm.jpg) no-repeat left bottom;
  padding-bottom: 21px;
  margin-bottom: 10px;
}
#side-content #box-subpages ul {
  background: url(../images/bg_sidebox_mid.jpg) repeat-y left top;
  padding: 10px 15px;
}
#side-content #box-subpages ul li {
  margin-bottom: 8px;
}
#side-content #box-subpages ul li a {
  display: block;
  background: url(../images/icon_arrow.gif) no-repeat 2px 3px;
  padding: 2px 2px 2px 20px;
  color: #333;
  text-decoration: none;
}
#side-content #box-subpages ul li a:hover {
  background-color: #eee;
}
#side-content #side-banners {
  padding-left: 7px;
}
#side-content #side-banners li {
  margin-bottom: 5px;
}


/**
 * common styles
 */
.text-header {
  background: url(../images/icon_cf.gif) no-repeat left center;
  font-size: 122%;
  color: #de4a00;
  font-weight: bold;
  padding-left: 40px;
  line-height: 32px;
  margin-bottom: 10px;
}
#contact-banner {
  margin: 20px auto;
  width: 670px;
}
#contact-banner .inner {
  background: url(../images/bg_box_contact.gif) no-repeat left bottom;
  padding: 10px 0px;
}
#contact-banner .logo {
  width: 165px;
  text-align: right;
}
#contact-banner .text {
  width: 313px; color: #1f546e;
  padding-left: 10px;
  font-size: 92%;
}
#contact-banner .contact {
  width: 164px;
  padding-right: 10px;
}

#main-content a {
  color: #de4a00;
}
#main-content a:hover {
  color: #dd9b00;
}

#main-content h2 {
  position: absolute;
  top: -10px;
}
#main-content h3 {
  background: url(../images/icon_textheader.gif) no-repeat left top;
  padding-left: 40px;
  color: #de4a00;
  font-weight: bold;
  font-size: 150%;
  line-height: 34px;
  margin-top: 170px;
  margin-bottom: 12px;
}
#main-content h4,
#tinymce h4 {
  background: url(../images/bg_textheader2.jpg) repeat-x left bottom #def2fb;
  border: 1px solid #7dc8ec;
  padding: 4px 6px;
  color: #1f546e;
  font-weight: bold;
  margin: 10px 0px;
}
#main-content h5,
#tinymce h5 {
  color: #1a6d9a;
  border-bottom: 1px solid #c5ddea;
  margin-bottom: 3px;
}
#tinymce p,
#main-content p {
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 150%;
  }
#tinymce li,
#main-content li {
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 3px;
}

/**
 * home
 */
#page-home #main-image {
  height: 330px;
  background: url(../images/pic_home_mainimage.jpg) no-repeat right bottom;
  margin-bottom: 20px;
}
#page-home #main-image .left {
  width: 220px;
}
#page-home #main-image .right {
  width: 658px;
  padding-top: 20px;
}
#page-home #main-image .right h2 {
  margin-bottom: 20px;
}
#page-home #main-image .right .button {
  margin-top: 10px;
}
#page-home #feature {
  border: 1px solid #4a6673;
  padding: 5px 15px;
  background: url(../images/bg_home_feature.jpg) repeat-x left bottom;
  margin-bottom: 40px;
}
#page-home #feature ul {
  margin: 20px auto;
  width: 806px;
}
#page-home #feature li {
  float: left;
  margin-right: 46px;
  position: relative;
}
#page-home #feature li.last {
  margin-right: 0px;
}
#page-home #feature li p {
  position: absolute;
  top: 298px;
  left: 0px;
  width: 200px;
  line-height: 120%;
  padding-left: 18px;
  font-size: 13px;
}
#page-home #news {
  width: 342px;
  margin-right: 10px;
}
#page-home #blog {
  width: 274px;
}
#page-home #news .text-header span {
  display: block;
  background: url(../images/line_header_btm.jpg) no-repeat right bottom;
}
#page-home #blog .text-header span {
  display: block;
  background: url(../images/line_header_btm.jpg) no-repeat right bottom;
}
#page-home #side {
  width: 244px;
}
#page-home #side p {
  margin-bottom: 10px;
}
#page-home #side-blog-banners {
  background: url(../images/bg_box_blog_btm.gif) no-repeat left bottom;
  padding-bottom: 17px;
}
#page-home #side-blog-banners .inner {
  background: url(../images/bg_box_blog_mid.gif) repeat-y left top;
  padding: 20px 10px 0px 10px;
}
#page-home #side-blog-banners .inner li {
  width: 190px;
  margin-left: 17px;
  padding-bottom: 15px;
  font-size: 88%;
  line-height: 130%;
}
#page-home .list-style li {
  color: #888;
  margin-left: 15px;
}
#page-home .list-style li p.date {
  font-size: 88%;
  margin-bottom: 5px;
  color: #777;
  text-align: right;
  border-bottom: 1px dotted #ccc;
}
#page-home .list-style li a {
  color: #de4a00;
}
#page-home .list-style li a:hover {
  color: #ff854a;
}
#home-information {
  width: 626px;
}
#home-info-other {
  padding-top: 20px;
}
#home-info-other .left {
  padding-right: 10px;
}

/* work */
#works-list h4 {
  clear: both;
}
#works-list .date {
  text-align: right;
  border-bottom: 1px dotted #e0e0e0;
}
#works-list .body {
  padding-bottom: 20px;
}
#works-list .pic {
  width: 180px;
  float: left;
  padding-bottom: 20px;
}
#works-list .right {
  width: 480px;
  float: right;
}
#page-works dl {
  padding-left: 1em;
}
#page-works dt {
  font-weight: bold;
  color: #1f546e;
}
#page-works dd {
  padding: 0px 0px 10px 25px;
}

/* FAQ */
#page-faq li {
  list-style-type: none;
}
.ret {
  margin-top: 30px;
  background: #eee;
  padding: 5px;
}

/* about */
#page-clefarray table th {
  font-weight: bold;
  color: #07354c;
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #6aa8c6;
}
#page-clefarray table td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #6aa8c6;
}
#env dt {
  font-weight: bold;
}
#env dd {
  padding: 0px 0px 10px 20px;
}

/* contact */
#cf-powered {
  text-align: right;
  font-size: 90%;
  color: #999;
  margin-top: 20px;
}
#page-contact .require {
  color: #f00;
}
#page-contact .note {
  color: #888;
  font-size: 92%;
}
#page-contact .btn-submit {
  padding: 0px 10px;
  font-weight: bold;
}
#page-contact .error {
  color: #f00;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
#page-contact .box-has-error {
  color: #f00;
  border: 1px dotted #c00;
  padding: 5px 20px;
  background: #ffffe8;
}
#page-contact .invalid {
  background: #ffe8e8;
}
#page-contact legend {
  font-weight: bold;
  width: 650px;
  background: url(../images/bg_textheader2.jpg) repeat-x left bottom #def2fb;
  border: 1px solid #7dc8ec;
  padding: 4px 6px;
  color: #1f546e;
  font-weight: bold;
  margin: 10px 0px;

}
#page-contact table {
  width: 630px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#page-contact th {
  width: 120px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ffebe1;
  padding: 8px;
  background: #fff8f4;
}
#page-contact td {
  width: 510px;
  border-bottom: 1px solid #999;
  padding: 8px;
}

/* sitemap */
#page-sitemap .doc-tree li {
  list-style-type: none;
  background: url(../images/icon_arrow.gif) no-repeat 0px 3px;
  padding-left: 15px;
}
#page-sitemap .doc-tree li.lv_1 >  a {
  font-weight: bold;
}
#page-sitemap .doc-tree > li {
  margin-bottom: 10px;
}
#page-sitemap .doc-tree ul {
  margin: 10px 0px 20px 0px;
}

/* information */
.info-date {
  text-align: right;
  font-size: 1.1em;
  border-bottom: 1px solid #ddd;
}
#info-list li {
  list-style-type: none;
  background: url(../images/icon_arrow.gif) no-repeat 0px 5px #fafafb;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 15px;
}
#info-list h4 {
  background: none;
  margin: 0px;
  border: 0px;
  font-size: 1.1em;
}
#info-list li .info-date {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/* error */
#page-error h3 {
  margin-top: 0px;
}
