/*
 * MDS Co.,Ltd.
 * Description:	 CSS file for screen
 * Filename:     common.css
 * Version:      1.0
 * Author:       mds directors
 * Last Up Date: 24/07/2009	
 *
 */
	
@media screen {

*{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
}
#container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

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

#header {
    display: block;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}
#header-inner {
    display: block;
    float: left;
    width: 800px;
}
#header-logo {
    display: block;
    position: static;
    float: left;
    width: 140px;
    margin: 10px 0px 20px 5px;
    padding: 0;
}
#header-slogan {
    float: left;
    width: 300px;
    margin: 35px 0px 0px 35px;
    padding: 0;
    font-size: 12px;
}
#header-accessibility {
    display: block;
    float: right;
    padding: 10px 10px 0px 0px;
}
#header-nav {
    padding: 0px;
}

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

#global-nav-bg {
    background: url("../images/menu_bg_01.jpg") repeat-x;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #00aff0;
}
#global-nav-container {
    position: relative;
    width: 600px;
    height: 65px;
    padding: 0;
    margin: 0 auto;
    background: url("../images/menu_bg_01.jpg") repeat-x;
    background-position: bottom;
}
#global-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    height: 35px;
    margin: 0;
    padding: 10px 0 0 0;
    display: inline;
    overflow: hidden;
    list-style: none;
}
#global-nav li {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
#global-nav a {
    float: left;
    padding: 35px 0 0 0;
    overflow: hidden;
}
#global-nav a:hover {
    background-position: 0 -35px;
}
#global-nav a:active {
    background-position: 0 -70px;
}
#global-nav a.selected {
    background-position: 0 -70px;
}
#nav-portfolio a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_portfolio.gif") top left no-repeat;
}
#nav-price a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_price.gif") top left no-repeat;
}
#nav-process a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_process.gif") top left no-repeat;
}
#nav-promotion a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_promotion.gif") top left no-repeat;
}
#nav-contact a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_contact.gif") top left no-repeat;
}
#nav-concept a {
    width: 115px;
    margin:0 2px;
    background: url("../images/nav_concept.gif") top left no-repeat;
}

/************* flash-area ****************/

#flash-area {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

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

#sidebar {
    display: block;
    float: left;
    width: 195px;
    margin: 5px 0px 0px 0px;
}
.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: 185px;
    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-bottom-common {
    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: 185px;
}
.sidebar-nav,.sidebar-nav li,.sidebar-nav li a {
    padding: 0px;
}
.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: 185px;
}
.sidebar-nav-common,.sidebar-nav-common li,.sidebar-nav-common li a {
    padding: 0px;
}
.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: 7px 0px 7px 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: 805px;
    margin: 0 auto;
}
#wrapper-inner {
    display: block;
    width: 800px;
    text-align: center;
}

/************* message-area styles ****************/

#message-area {
    display: block;
    float: left;
    width: 800px;
    margin: 5px 7px 0px 0px;
    text-align: left;
}
#message-primary {
    display: block;
    float: left;
    width: 400px;
    margin: 5px 0px 0px 0px;
    text-align: left;
}
#message-secondary {
    display: block;
    float: right;
    width: 400px;
    margin: 5px 0px 0px 0px;
    text-align: left;
}
.left-side {
    float: left;
    margin: 0px 0px 0px 20px;
}
.right-side {
    float: right;
    margin: 0px 20px 0px 0px;
}

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

#content-index {
    display: block;
    float: left;
    width: 800px;
    text-align: center;
}
#content {
    margin: 5px 0px 0px 0px;
    width: 600px;
    float: left;
}
.content-build{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    background: url('../images/content_build_01.jpg') no-repeat;
    font-size: 8px;
}
.content-wall{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/content_wall_01.jpg') repeat-y;
    text-align: left;c
}
.content-wall-inner {
    float: left;
    width: 560px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}
.content-bottom {
    float: left;
    width: 100%;
    height: 10px;
    padding-bottom: 10px;
    background: url('../images/content_bottom_01.jpg') no-repeat;
}
#promotion-area {
    display: block;
    float: left;
    width: 600px;
    text-align: left;
}
#index-banner-area {
    display: block;
    float: left;
    width: 200px;
    text-align: left;
}
.content-primary {
    width: 35%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    line-height: 150%;
}
.content-secondary {
    width: 65%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    line-height: 150%;
}

/************* 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: 800px;
    margin: 0 auto;
    overflow: auto; 
    line-height: 150%;
}
#footer-menu {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0;
    text-align: center;
}
#footer-logo {
    display: block;
    position: static;
    float: left;
    width: 65px;
    margin: 15px 0px 0px 20px;
    padding: 0;
}
#footer-contact {
    float:left;
    margin:20px 20px 0px 0px;
}
#footer-portfolio {
    float:left;
    margin:20px 40px 0px 0px;
    width:200px;
}
#copyright {
    float: left;
    margin: 15px 20px 0px 15px;
    padding: 0px; 
}
address {
    font-style: normal;
}

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

h1 {
    margin: 0;
    padding:30px 0px 10px 75px;
    background: url('../images/hx/h1_03.jpg') no-repeat top left;
    text-align: left;
    font-size: 18px;
    height: 40px;
}
h1#index {
    margin: 0;
    padding: 0;
    background-image: none;
    font-size: 12px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding:30px 0px 10px 30px;
    background: url('../images/hx/h2_01.jpg') no-repeat top left;
    font-size: 16px;
}
h2.index {
    margin: 0px 8px 10px 10px;
    padding: 10px 0px 21px 40px;
    background: url(../images/hx/h2_portfolio_01.jpg) repeat-x left bottom;
    color: #39f;
    font-weight: bold;
}
h2.sitemap {
    padding: 15px 0px 5px 15px;
    background-image: none;
    color: #09c;
    font-size: 100%;
    font-weight: bold;
}
h3 {
    margin: 0;
    padding: 12px 0px 10px 30px;
    font-size: 14px;
}
h3.index {
    margin:0px 3px 10px 10px;
    padding:18px 0px 10px 20px;
    background: url(../images/hx/h3_01.jpg) no-repeat left top;
}
h3.products {
    margin: 3px;
    padding: 10px 0px 10px 10px;
    background: url('../images/hx/h3_02.jpg') no-repeat top left;
}
#sidebar h3 {
    background-image: none;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

/************* caption styles ****************/

td.products_list {
    width: 180px;
    vertical-align: top;
    text-align: center;
}
.caption_title_j {
    color: #f60;
    font-weight: bold;
}
.caption_title_e {
    color: #f90;
    font-size: xx-small;
}
.caption {
    text-align: left;
}
.caption_category {
    font-size: xx-small;
}

/************* sitemap styles ****************/

.map_container {
    float: none;
}
.map_left {
    float: left;
    width: 50%;
}
.map_right {
    float: right;
    width: 49%;
}

/************* 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 0px 10px 0px;
    padding: 0;
}
.page-top {
    clear:both;
    text-align: right;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.red {
    color: #f00;
}
img {
    border: none;
}
p {
    margin: 0;
    padding: 10px;
/* text-indent: 1em; */
    line-height: 165%;
}

/************* list styles ****************/
ul{
    list-style-type: none;
}

ol {
    display:block;
    line-height: 165%;
    margin: 0px 0px 10px 45px;
}
ul.public_list {
    display:block;
    line-height: 165%;
    margin: 0px 0px 10px 45px;
}

ul.faq {
    display: block;
    list-style-type: none;
    margin: 0px 0px 20px 20px;
    padding: 0;
    line-height: 200%;
}
ul.sitemap {
    display:block;
    line-height: 140%;
    margin: 0px 0px 10px 45px;
    font-size: 90%;
}
*:first-child+html dt.footer-menu{
    margin-bottom:-10px;
}
.question {
    display: block;
    margin: 20px 0px 10px 20px;
}
.answer {
    display: block;
    margin: 0px 0px 20px 20px;
    padding: 0px 0px 10px 25px;
    line-height: 165%;
}
img.list_mark{
    vertical-align: middle;
}
/************* table styles ****************/

table.specific {
    width: 95%;
    margin: 0 auto;
    line-height: 165%;
    border-collapse: collapse;
    border: solid 1px #ededce;
}
th.specific {
    width: 160px;
    padding: 5px;
    vertical-align: top;
    border-top: solid 1px #ededce;
    border-bottom: solid 1px #ededce;
    border-left: solid 1px #ededce;
    font-weight: normal;
}
td.specific {
    padding: 5px;
    vertical-align: top;
    border-top: solid 1px #ededce;
    border-bottom: solid 1px #ededce;
    border-right: solid 1px #ededce;
}
table.policy {
    margin-left: 20px;
    padding: 5px;
    line-height: 145%;
    border: none;
}
th.policy {
    width: 80px;
    vertical-align: top;
    border: none;
    font-weight: normal;
}
th.voice {
    width: 80px;
    padding: 5px;
    vertical-align: top;
    border: none;
    font-weight: normal;
    text-align: right;
}
table.portfolio{
    margin: 15px;
}
table.portfolio td{
    margin: 0px;
    padding: 5px 15px 0px 15px;
    width: 260px;
    text-align: center;
    vertical-align:top;
/* text-indent: 1em; */
    line-height: 165%;
}
table.profile {
    width: 98%;
    margin: 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
}
th.profile {
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #eee;
    font-weight: normal;
    text-align: center;
    line-height :150%;
    width: 20%;
}
td.profile {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    line-height:　150%;
}
table.flow{
    margin: 0px 15px 15px 15px;
}
table.flow td img　{
    margin: 0px;
    padding: 5px 15px 0px 15px;
    text-align: left;
    vertical-align:　middle;
}
.annotation_build {
    height: 15px;
    background: url(../images/annotation_building_01.jpg) no-repeat left top;
}
.annotation_wall {
    padding:0px 5px 5px 5px;
    background: url(../images/annotation_wall_01.jpg) repeat-y left top;
}
.annotation_bottom {
    height: 15px;
    background: url(../images/annotation_bottom_01.jpg) no-repeat left top;
}
}