@charset "utf-8";
/*
 * 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
 */

@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: 16px 0 19px 0;
    overflow: hidden;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
#global-nav a:hover {
	padding: 14px 0 21px 0;
}
#nav-01 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#nav-01 a:active , #nav-01 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px -40px no-repeat;
}
#nav-01 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") 0px -80px no-repeat;
}
#nav-02 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px 0px no-repeat;
}
#nav-02 a:active , #nav-02 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px -40px no-repeat;
}
#nav-02 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -142px -80px no-repeat;
}
#nav-03 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px 0px no-repeat;
}
#nav-03 a:active , #nav-03 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px -40px no-repeat;
}
#nav-03 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -285px -80px no-repeat;
}
#nav-04 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px 0px no-repeat;
}
#nav-04 a:active , #nav-04 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px -40px no-repeat;
}
#nav-04 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -428px -80px no-repeat;
}
#nav-05 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px 0px no-repeat;
}
#nav-05 a:active , #nav-05 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px -40px no-repeat;
}
#nav-05 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -572px -80px no-repeat;
}
#nav-06 a {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px 0px no-repeat;
}
#nav-06 a:active , #nav-06 a:hover {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px -40px no-repeat;
}
#nav-06 a.selected {
    width: 135px;
    margin:0 2px;
    background: url("../images/skin_global_nav_01.jpg") -714px -80px no-repeat;
}
.flash-area {
    background:#fff url('../images/index_01.jpg') repeat-x;
    display: block;
    position:relative;
    float: none;
    clear: both;
    width:880px;
    height:230px;
    margin: 0 auto;
}
.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: 620px;
    margin: 20px 20px 10px 10px;
    padding: 0;
}
#content {
    display: block;
    position: relative;
    float: right;
    width: 600px;
    margin: 20px 20px 10px 0px;
    padding: 0;
}
* html #content {
    margin: 20px 15px 10px 0px;
}
/************* sidebar styles ****************/

#sidebar-index {
    display: block;
    position: static;
    float: left;
    width: 200px;
    margin: 20px 0px 10px 20px;
    padding: 0;
    overflow: auto;
    font-size: 90%;
}
#sidebar {
    display: block;
    float: left;
    position: static;
    width: 220px;
    height: 1040px;
    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%;
    margin-bottom: 10px;
    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 {
    margin: 0;
    padding: 5px 0px 5px 0px;
}
.news-block dt {
  clear: left;
  float: left;
  margin: 0px 0px 5px 0px;
  padding-left: 5px;
  width: 120px;
  color: #000;
}
.news-block dd {
  margin-bottom: 5px;
}
#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 ul li a {
    display: block;
    height: 1.4em;
    padding: 5px;
    line-height: 1.4em;
    border-bottom: dotted #6c9126 1px;
    color: #521f00;
}
.side-nav ul li a,.side-nav ul li a:visited {
    display: block;
    text-decoration: none;
    background-color: #fafff8;
}
.side-nav ul li a:hover{
    background-color: #fbfff3;
    color: #f60;
    text-decoration: none;
}
.side-nav ul li ul {
	border: none;
}
.side-nav ul li ul li a{
    display: block;
    height: 1.2em;
    padding: 5px;
    padding-left: 1.5em;
    border:none;
    border-bottom: dotted #6c9126 1px;
    color: #521f00;
}
.side-nav ul li ul li a,.side-nav ul li ul li a:visited {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
}
.side-nav ul li ul li a:hover{
    background-color: #fbfff3;
    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;
    font-size: 14px;
}
h3.index {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h3.sidemenu {
    margin: 0;
    padding: 4px 0px 7px 20px;
    background: url('../images/hx/h3_01.jpg') no-repeat bottom left;
    font-size: 14px;
}

/************* 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;
}

div.prize-gold {
	margin: 10px 10px 5px 10px;
	padding: 5px;
	color: #ffd700;
	border:solid 2px #ffd700;
	background-color:#ffffdd;
	font-size: 16px;
	font-weight:bold;
	width:5em;
	text-align:center;
}
div.prize-silver {
	margin: 10px 10px 5px 10px;
	padding: 5px;
	color: #c0c0c0;
	border:solid 2px #c0c0c0;
	background-color:#efefef;
	font-size: 16px;
	font-weight:bold;
	width:5em;
	text-align:center;
}
div.prize-bronze {
	margin: 10px 10px 5px 10px;
	padding: 5px;
	color: #cc6666;
	border:solid 2px #cc6666;
	background-color:#e8bbbb;
	font-size: 16px;
	font-weight:bold;
	width:5em;
	text-align:center;
}
div.prize-gold-icon {
	color: #ffd700;
	border:solid 2px #ffd700;
	background-color:#ffffdd;
	font-weight:bold;
	width:4.5em;
	text-align:center;
}
div.prize-silver-icon {
	color: #c0c0c0;
	border:solid 2px #c0c0c0;
	background-color:#efefef;
	font-weight:bold;
	width:4.5em;
	text-align:center;
}
div.prize-bronze-icon {
	color: #cc6666;
	border:solid 2px #cc6666;
	background-color:#e8bbbb;
	font-weight:bold;
	width:4.5em;
	text-align:center;
}
div.download-area table {
	margin-bottom:10px;
	width:100%;
	line-height:1.5em;
	border-collapse:collapse;
}
div.download-area table td {
	padding:10px;
	border-bottom: solid 1px #ccc;
}
div.download-area table td.pict {
	width:15%;
	text-align:center;
}
div.download-area table td.dfname {
	width:55%;
	text-align:left;
}
div.download-area table td.dfname dt {
	font-weight:bold;
}
div.download-area table td.dfname dd {
	padding-left:1em;
}
div.download-area table td.dflink {
	width:30%;
	text-align:center;
}
div.faq-area {
	width:98%;
	margin: 10px 0px 10px 0px;
	padding-left: 1em;
}
div.faq-area dt {
	font-weight: bold;
	background: #89ad43;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
}
div.faq-area dd {
	padding: 1em 1em 1em 1em;
	line-height: 165%;
}
div.faq-area li {
	margin: 0;
	padding: 0;
}
div.schedule table {
    width: 98%;
    margin: 10px 0px 25px 5px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.schedule th {
    width: 100px;
    padding: 10px;
    text-align: center;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
}
div.schedule td {
    padding: 10px;
    border: solid 1px #ccc;
}
div.contents-list {
    margin: 0px;
    padding: 0px;
}
ul.contents-list-parent li,ol.contents-list-parent li {
    line-height: 150%;
    list-style-type: upper-roman;
}
ul.contents-list-child li,ol.contents-list-child li {
    line-height: 150%;
    list-style-type: lower-roman;
}

div.apply-area {
	margin: 0;
	padding: 1em 0em 1em 1em;
}
div.apply-area dl {
	line-height: 165%;
}
div.apply-area dt {
	font-weight: bold;
	font-size: 14px;
}
div.apply-area dd {
	padding: 0em 0em 1em 2em;
}
div.apply-area table {
    width: 98%;
    margin: 0px 0px 25px 5px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.apply-area th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
}
div.apply-area td {
    padding: 10px;
    border: solid 1px #ccc;
}
table.list-apply {
	width: 98%;
	border-collapse: collapse;
	line-height: 165%;
}
table.list-apply tbody th {
	padding: 10px;
	border-bottom: solid 1px #99aa00;
}
table.list-apply tbody td {
	padding: 10px 5px;
	text-align: center;
	border-bottom: solid 1px #99aa00;
}
div.list-contact dl {
	padding:1em;
	line-height:150%;
}
div.list-contact dd {
	padding: 0em 0em 1em 1em;
}
div.contact-area {
	padding: 1em 1em 1em 2em;
	line-height: 150%;
}
div.contact-area dl.contact dt {
	clear: left;
	float: left;
	width: 2.5em;
}

}
