@charset "utf-8";
/*
 * MDS Co.,Ltd.
 * Description:	 CSS file for screen
 * Filename:     print.css
 * Version:      1.0
 * Author:       MDS VDD
 * Last Up Date: 25/11/2010	
 *
 */
@media print {

*{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
}
*:first-child+html body {
	zoom:40%;
}

#container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/************* header styles ****************/

#header {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 5px;
}
#header-inner {
    display: block;
    float: left;
}
#header-left {
    display: block;
    float: left;
    width: 600px;
}
#header-slogan {
    float: left;
    width: 90%;
    margin: 5px 0 0 5px;
    padding: 0;
    font-size: 10px;
}
#header-logo {
    display: block;
    position: static;
    float: left;
    width: 320px;
    margin: 5px 0 10px 5px;
    padding: 0;
}
#header-contact {
    display: block;
    position: static;
    float: left;
    width: 270px;
    margin: 0;
    padding: 0;
}
#header-accessibility {
    display: block;
    float: right;
    width:350px;
    text-align: right;
    padding: 5px 5px 0 0;
}

/************* global-nav ****************/

#global-nav-bg {
    float: left;
    width: 100%;
    height: 33px;
    margin: 0 auto;
    text-align: center;
    background-color: #00aff0;
    background: url("../images/menu_bg_01.jpg") repeat-x;
}
#global-nav-container {
    position: relative;
    width: 840px;
    height: 33px;
    padding: 0;
    margin: 0 auto;
}
#global-nav {
    display: inline;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 33px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#global-nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#global-nav a {
    float: left;
    padding: 45px 0 0 0;
    overflow: hidden;
}
#nav-01 a {
    width: 170px;
    margin: 0 ;
    background: url("../images/skin_global_nav_01.jpg") 0px 1px no-repeat;
}
#nav-01 a:active , #nav-01 a:hover {
    width: 170px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") 0px -34px no-repeat;
}
#nav-01 a.selected {
    width: 170px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") 0px -68px no-repeat;
}
#nav-02 a {
    width: 168px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -168px 1px no-repeat;
}
#nav-02 a:active , #nav-02 a:hover {
    width: 168px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -168px -34px no-repeat;
}
#nav-02 a.selected {
    width: 168px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -168px -68px no-repeat;
}
#nav-03 a {
    width: 166px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -338px 1px no-repeat;
}
#nav-03 a:active , #nav-03 a:hover {
    width: 166px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -338px -34px no-repeat;
}
#nav-03 a.selected {
    width: 166px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -338px -68px no-repeat;
}
#nav-04 a {
    width: 152px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -504px 1px no-repeat;
}
#nav-04 a:active , #nav-04 a:hover {
    width: 152px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -504px -34px no-repeat;
}
#nav-04 a.selected {
    width: 152px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -504px -68px no-repeat;
}
#nav-05 a {
    width: 181px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -656px 1px no-repeat;
}
#nav-05 a:active , #nav-05 a:hover {
    width: 181px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -656px -34px no-repeat;
}
#nav-05 a.selected {
    width: 181px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -656px -68px no-repeat;
}
#nav-06 a {
    width: 133px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -665px 1px no-repeat;
}
#nav-06 a:active , #nav-06 a:hover {
    width: 133px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -665px -34px no-repeat;
}
#nav-06 a.selected {
    width: 133px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") -665px -68px no-repeat;
}

/************* sidebar styles ****************/

#sidebar {
    display: block;
    float: left;
    width: 215px;
    margin: 5px 5px 0 0;
}
.sidebar-wall {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/sidebar_wall_02.jpg') repeat-y;
    text-align: left;
}
.sidebar-wall-common {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/sidebar_wall_02.jpg') repeat-y;
    text-align: left;
}
.sidebar-wall-inner {
    float: left;
    width: 205px;
    padding: 5px;
    text-align: left;
}
.sidebar-bottom {
    float: left;
    width: 100%;
    min-height: 10px;
    margin-bottom: 5px;
    background: url('../images/sidebar_bottom_02.jpg') no-repeat;
}
.sidebar-nav {
    float: left;
    list-style-type: none;
    width: 200px;
}
.sidebar-nav,.sidebar-nav li,.sidebar-nav li a {
    padding: 0;
}
.sidebar-nav li {
    display: block;
    background: url('../images/sidebar_hr_01.jpg') no-repeat right bottom;
}
.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 7px 0px 7px 10px;
}
.sidebar-nav li a:hover{
    background: #ebfaff url('../images/sidebar_hr_01.jpg') no-repeat right bottom;
    clear: left;
}
.sidebar-nav-common {
    float: left;
    list-style-type: none;
    width: 205px;
}
.sidebar-nav-common,.sidebar-nav-common li,.sidebar-nav-common li a {
    padding: 0;
}
.sidebar-nav-common li {
    display: block;
    background: url('../images/sidebar_hr_01.jpg') no-repeat right bottom;
}
.sidebar-nav-common li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 0px 5px 10px;
}
.sidebar-nav-common li a:hover{
    background: #f5ffe4 url('../images/sidebar_hr_01.jpg') no-repeat right bottom;
    clear: left;
}

/************* wrapper styles ****************/

#wrapper {
    display: block;
    position: static;
    width: 980px;
    margin: 0 auto;
    page-break-before: auto;
}
* html #wrapper {
    width: 965px;
}
#wrapper-inner {
    display: block;
    text-align: center;
    
}

/************* content styles ****************/

#content-index {
    display: block;
    float: left;
    width: 690px;
    text-align: center;
}
#content {
    float: left;
    width: 690px;
    margin: 5px 30px 0 30px;
    color: #553b39;
}
/* IE6 */
*html div#content{
    margin: 5px 25px 0 25px;
}

/************* footer styles ****************/

#footer {
    display: block;
    position: static;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/footer_bg_01.jpg') repeat-x top center;
}
#footer-area {
    width: 960px;
    margin: 0 auto;
    overflow: auto; 
    line-height: 150%;
}
#footer-menu {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}
#footer-contact {
    float: left;
    margin: 20px 0 0 0;
}
#footer-portfolio {
    float: left;
    margin: 20px 0 0 0;
    width: 220px;
}
#copyright {
    float: left;
    margin: 15px 20px 0 15px;
    padding: 0px;
}
address {
    font-style: normal;
}

/************* hx styles ****************/

h1 {
    margin: 0;
    padding:30px 0 10px 75px;
    background: url('../images/hx/h1_01.jpg') no-repeat top left;
    text-align: left;
    font-size: 18px;
}
h1#index {
    margin: 0;
    padding: 0;
    background-image: none;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding:30px 0 10px 75px;
    background: url('../images/hx/h2_01.jpg') no-repeat top left;
    text-align: left;
    font-size: 16px;
}


h3 {
    margin: 0;
    padding:30px 0px 10px 30px;
    background: url('../images/hx/h3_01.jpg') no-repeat top left;
    font-size: 14px;
}
#sidebar h3 {
    background-image: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h3.sidebar {
    background-image: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h4 {
    margin: 0;
    padding:10px 0 10px 30px;
    font-size: 14px;
}

/************* links styles ****************/

a:link,a:visited {
    color: #09f;
    text-decoration: none;
}
a:hover {
    color: #f60;
    text-decoration: underline;
}
.list-disc{ 
    margin-left: 40px;
    display: block;
    float: none;
}
#page-root {
    text-align: right;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 0;
}
.page-top {
    clear:both;
    text-align: right;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.red {
    color: #f00;
}
.attention {
    color:#f66;
    font-size:x-small;
}
img {
    border: none;
}
p {
    margin: 0 0 0 10px;
    padding: 10px 10px 10px 20px;
/* text-indent: 1em; */
    line-height: 165%;
}

/************* list styles ****************/

ul{
    list-style-type: none;
}
ol {
    display:block;
    line-height: 165%;
    margin: 0px 0px 10px 45px;
}
*:first-child+html dt.footer-menu{
    margin-bottom:-10px;
}

/************* styles at pages ****************/

.alpha-block{
    float: left;
    width: 330px;
    margin-left: 10px;
}
* html .alpha-block{
    margin-left: 5px;
    color: #553b39;
}
.alpha-block-copy{
    margin: 5px 0 20px 0;
    line-height: 160%;
    color: #553b39;
}
.alpha-block h3 {
    margin: 0;
    padding: 12px 0 10px 10px;
    background: url('../images/index_hx_01.jpg') no-repeat left top;
    font-size: 14px;
}

/************* styles at pages -Faq- ****************/

.question {
    display: block;
    margin: 20px 0px 10px 20px;
    padding: 5px;
    background:#eee;
    color:#09f;
}
.answer {
    display: block;
    margin: 0 0 20px 20px;
    padding: 0 0 10px 25px;
    line-height: 165%;
}
img.list_mark{
    vertical-align: middle;
}

/************* styles at pages -table- ****************/

div.company-profile table {
    width: 100%;
    margin: 5px 0 5px 0;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.company-profile th {
    width: 30%;
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    text-align: center;
    font-weight: normal;
}
div.company-profile td {
    padding: 10px;
    border: solid 1px #ccc;
}
.sample {
    margin: 20px 0 20px 0;
}
.sample table{
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}
.sample th,.sample td{
    border: solid 1px #1e90ff;
    text-align: center;
}
.sample th{
    width: 150px;
    background: #e6faff;    
}
.item table{
    width: 90%;
    margin: 0 auto;
    border: solid 1px #09f;
    border-collapse: collapse;
    vertical-align: middle;
}
.item th,.item td {
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #09f;
    border-collapse: collapse;
    color: #09f;
    text-align: left;
    vertical-align: middle;
}
.item th{
    background: #e6faff;
}
.item td{
    padding-left: 50px;
}
table.plan-table {
    border-collapse: collapse;
    border: solid 1px #c3c3c3;
}
table.plan-table thead tr th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
    border:solid 1px #c3c3c3;
}
table.plan-table tbody tr td {
    padding: 10px;
    vertical-align: top;
    background-color: #ffffff;
    border: solid 1px #c3c3c3;
}
table.plan-table tbody tr td.price {
    text-align: right;
    white-space: nowrap;
}
a.btn,a.btn:visited {
    width: 560px;
    margin: 0 auto;
    padding: 10px 100px 10px 100px;
    background: #e6faff;
    border:1px solid #1e90ff;
    color:#1e90ff;
    text-align: center;
}
a.btn:hover {
    margin: 15px 0 5px 0;
    background:#fff;
    color:orange;
}
ul.public_list {
	margin: 0 0 0 60px;
	list-style-type: disc;
	line-height:160%;
}
div.twimg{
	display:none;
}
}
