/*
 * MDS Co.,Ltd.
 * Description:  CSS file for screen
 * Filename:     print.css
 * Version:      1.0
 * Author:       mds directors
 * Last Up Date: 18/09/2009
 *
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * line-height
 * over-flow
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

@charset "utf-8";

@media print {

*{
    margin: 0px;
    padding: 0px;
}
* html body{ 
    zoom: 0.70;
}
*{
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
}
#container {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/************* header styles ****************/

#header {
    display: block;
    float: none;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
#header-inner {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#header-logo{
    display: block;
    float: left;
    height: 40px;
    margin: 0;
    padding: 15px 0 0 10px;
}
#header-slogan{
    display: block;
    float: left;
    margin: 25px 0 0 0;
    padding: 0 0 0 10px;
}
#header-nav{
    display: block;
    float: right;
    height: 40px;
    margin: 25px 10px 0 0;
    padding: 0 0 0 10px;
}

/************* global-nav styles ****************/

#global-nav-bg {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-nav-container {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
#global-nav {
    display: inline;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 865px;
    height: 35px;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0 15px;
}
#global-nav li {
    display: inline;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
}
#global-nav a {
    float: left;
    padding: 35px 0 0 0;
    overflow: hidden;
}
#nav-01 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#nav-01 a:active , #nav-01 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px -40px no-repeat;
}
#nav-01 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px -80px no-repeat;
}
#nav-02 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px 0px no-repeat;
}
#nav-02 a:active , #nav-02 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px -40px no-repeat;
}
#nav-02 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px -80px no-repeat;
}
#nav-03 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px 0px no-repeat;
}
#nav-03 a:active , #nav-03 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px -40px no-repeat;
}
#nav-03 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px -80px no-repeat;
}
#nav-04 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px 0px no-repeat;
}
#nav-04 a:active , #nav-04 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px -40px no-repeat;
}
#nav-04 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px -80px no-repeat;
}
#nav-05 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px 0px no-repeat;
}
#nav-05 a:active , #nav-05 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px -40px no-repeat;
}
#nav-05 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px -80px no-repeat;
}
#nav-06 a {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px 0px no-repeat;
}
#nav-06 a:active , #nav-06 a:hover {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px -40px no-repeat;
}
#nav-06 a.selected {
    width: 140px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px -80px no-repeat;
}
.flash-area {
    display: block;
    float: none;
    clear: both;
    width: 900px;
    margin: 10px 0 10px 0;
    padding: 0;
}
.top-content-menu {
    display: block;
    float: none;
    clear: both;
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

/************* wrapper styles ****************/

#wrapper {
    display: block;
    float: none;
    clear: both;
    width: 900px;
    height: 100%;
    overflow: visible;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background: #fff;
    text-align: center;
}
#wrapper-inner {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    overflow: visible!important;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: left;
}

/************* content styles ****************/

#content-index {
    display: block;
    position: relative;
    float: right;
    width: 570px;
    height: auto;
    margin: 0;
    padding: 20px 20px 10px 10px;
    background: #fff;
}
#content {
    display: block;
    position: relative;
    float: right;
    width: 600px;
    height: 100%;
    margin: 0;
    padding: 20px 20px 10px 20px;
    background: #fff;
}
* html #content {
    margin: 0;
    padding: 20px 15px 10px 0px;
}
/************* sidebar styles ****************/

#sidebar-index {
    display: block;
    position: static;
    float: left;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 20px 0px 10px 20px;
    overflow: visible;
    background: #fff;
    font-size: 90%;
}
#sidebar {
    display: block;
    float: left;
    position: static;
    width: 220px;
    height: 655px;
    margin: 0;
    padding: 20px 20px 10px 20px;
    overflow: visible;
    background: #fff;
}
* html #sidebar {
    display: block;
    float: left;
    position: static;
    width: 220px;
    height: 700px;
    margin: 0;
    padding: 20px 10px 10px 15px;
    overflow: visible;
    background: #fff;
}
.sidebar-build {
    float: left;
    width: 100%;
    padding:15px 0px 10px 15px;
    overflow: hidden;
    background: url('../images/sidebar_build_01.jpg') no-repeat left top;
    font-weight:bold;
}
.sidebar-bottom {
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
    background: url('../images/sidebar_bottom_01.jpg') no-repeat 0 0;
}
#sidebar-index-inner {
    display: block;
    height: 250px;
    overflow: auto;
}
#news-area {
	height:150px;
	margin-left:0px;
	overflow:auto;
}
.news-block {
    float: left;
    margin: 0;
    padding: 5px 0px 5px 0px;
}
.news-update {
    float: left;
    display: block;
    width: 80px;
    margin: 0px 5px 0px 0px;
    padding: 0;
}
.news-article {
    float: left;
    display: block;
    line-height: 150%;
    width: 170px;
    margin: 0;
    padding: 0;
}
#sidebar-index hr{
    clear: both;
    height: 1px;
    width: 250px;
    border-top: 1px #ccc dashed;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: left;
}

/************* side-nav styles ****************/

.side-nav {
    float: left;
    list-style-type: none;
    width: 100%;
    margin: 0;
    text-align: left;
}
.side-nav ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
}
.side-nav li a{
    display: block;
    height: 20px;
    padding: 10px;
    border-bottom: dotted #ccc 1px;
    color: #333;
}
.side-nav li a,.side-nav li a:visited {
    display: block;
    text-decoration: none;
}
.side-nav li a:hover{
    background-color: #f9f9f9;
    color: #f60;
    text-decoration: none;
}

/************* footer styles ****************/

#footer {
    clear: both;
    display: block;
    width: 900px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 90%;
}
#footer-inner {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
#footer-nav{
    display: block;
    float: left;
    padding: 10px 0px 5px 10px;
    width: 100%;
    background: #fff;
}
#footer-bottom{
    display: block;
    margin: 10px 0px 0px 0px;
    padding :10px 0px 0px 0px;
    background: #fff url('../images/footer_bg_03.jpg') no-repeat top left;
}
#copyright {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 0px;
    font-style: normal;
}

/************* links styles ****************/

a:link.menu,a:visited.menu,a:active.menu {
    color:#a45932;
}
a:hover.menu {
    color: #f60;
    text-decoration: underline;
}
a:link,a:visited {
    color: #a45932;
    text-decoration: underline;
}
a:hover {
    color: #f60;
    text-decoration: underline;
}
#footer-nav a , #footer-nav a:link , #footer-nav a:visited {
    color: #333;
    text-decoration: none;
}
#footer-nav a:hover {
    color: #a45932;
    text-decoration: underline;
}

/************* hx styles ****************/
h1 {
    margin: 0;
    padding: 8px 0px 8px 30px;
    background: url('../images/hx/h1_01.jpg') no-repeat top left;
    font-size: 18px;
    text-align: left;
    color: #521f00;
}
h1#index {
    margin: 0;
    padding: 0;
    background-image: none;
    font-size: 13px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding: 8px 0px 8px 30px;
    background: url('../images/hx/h2_01.jpg') no-repeat bottom left;
    font-size: 16px;
    color: #521f00;
}
h2.index {
    margin: 0;
    padding: 8px 0px 8px 30px;
    background: url('../images/hx/h1_01.jpg') no-repeat top left;
    font-size: 16px;
    color: #521f00;
}
h3 {
    margin: 0;
    padding: 4px 0px 7px 20px;
    background: url('../images/hx/h3_01.jpg') no-repeat bottom left;
    font-size: 14px;
}
h3.index {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

/************* p img and other styles ****************/

p {
    margin: 10px;
    padding: 5px 0px 10px 0px;
    line-height: 165%;
}
img {
    margin: 0;
    padding:0;
    border: none;
}
.image-frame {
   float:left;
   width:300px;
   text-align:center;
}
.image-bg {
    margin:10px;
    padding:20px;
    border:1px solid #ccc;
    background:#faf4e4;
}
.text {
    float:left;
    width:300px;
}
* html .text {
    float:left;
    width:290px;
}
.left{
    float: left;
}
.common {
    height: 27px;
    margin: 0;
    padding: 0;
}
.center {
    text-align: center;
}
#page-root {
    text-align: right;
    width: 100%;
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-size: 90%;
}
.page-top {
    float: none;
    margin: 0;
    padding: 0px 5px 0px 0px;
    text-align: right;
}
* html .page-top {
    float: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
    text-align: right;
}
div#content ul,div#content ol{
    margin: 10px 10px 20px 30px;
    line-height: 165%;
    list-style-type: circle;
}

/************* table styles ****************/
div#about table {
    width: 95%;
    margin: 20px 0px 25px 15px;
    border-collapse: collapse;
    text-align: left;
}
div#about td,div#about th {
    padding: 10px;
    border-bottom: solid 1px #eee;
    vertical-align: top;
}
div#price table {
    width: 98%;
    margin: 0px 0px 25px 5px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div#price th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
}
div#price td {
    padding: 10px;
    border: solid 1px #ccc;
}
div.company-profile table,div.company-history table {
    width: 95%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.company-profile th,div.company-history th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
}
div.company-profile td,div.company-history td {
    padding: 10px;
    border: solid 1px #ccc;
}
div.contact-form table,div.recruit table {
    width: 95%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.contact-form th,div.recruit th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: center;
}
div.contact-form td,div.recruit td {
    padding: 10px;
    border: solid 1px #ccc;
}
}