@charset "UTF-8";


/*
    Jinzou.net 【腎臓ネット】 Style Seet # Revision: 1.00
    http://www.jinzou.net/

    Copyright (c) Jinzou.Net All Rights Reserved.

    Author Date:
    2006.11.19 (artmosphere.jp) New Document;

    Contents:
        Initialization
        Container
        input
        Contents
        Header
        Public
        Login
        iframe
        siteLinks
        aboutUs
        separateTop
        separateMiddle
        separateBottom
        Box
        Footer
        Checkup
        Checkup separateTop
        Checkup separateMiddle
        Checkup separateBottom
        Checkup Box
*/


/* Initialization
----------------------------------------------- */

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    list-style-type: none;
    xborder: 1px solid #A54506 !important;
}

html {
    border: 2px;
}

body {
    xmargin: 0px;
    xpadding: 0 4px 0 3px;
    xz-index: 0;
    xbackground-attachment: fixed;
    xbackground-image: url(../images/bodyBG.png);
    xbackground-repeat: repeat-x;
    xbackground-position: top left;
    xbackground-color: #fbecce;
}

#bodyBG {
    background-image: url(../images/bodyBG.png);
}

a:link {
    color: #0054aa;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover, a:active {
    xcolor: #115800;
    text-decoration: none;
}

img {
    display: block;
}

table {
    xmargin: 0 0 10px 0;
}

th, td {
    xvertical-align: top;
}

hr {
    display: none;
}

.visibleOff {
    visibility: hidden;
}

.displayOff {
    display: none;
}

.disabledOn {
    cursor: default;
}

.nowrap {
    white-space: nowrap;
}

.separate10-w {
    margin: 0 0 0 10px;
}

.separate10-h {
    margin: 0 0 10px 0;
}

.menuOrange {
    background-image: url(../images/specialBG.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.menuBlue {
    background-image: url(../images/menuNormalBG.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.scroll-y {
    overflow: auto;
    overflow-x: hidden;
}

.position-Rer {
    position: relative;
}

.emphasis {
    color:#cb2929;
}

hr{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.clear{clear:both;}

.pB5   { padding-bottom:5px;}
.pB10  { padding-bottom:10px;}
.pB10R  { padding-bottom:10px; text-align: right;}
.pB19  { padding-bottom:19px;}
.pB20  { padding-bottom:20px;}
.pB30  { padding-bottom:30px;}
.pB43  { padding-bottom:43px;}

.aC { text-align: center;}


/* Container
----------------------------------------------- */

#Container {
    background-image: url(../images/containerBG.png);
    background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
    min-width: 1000px;
    height: 60px;
}

* html #Container {
    xwidth: 99%;
    xborder-right: 1000px solid #ffffff;
    xposition: relative;
}

#Container-IE {
    width: 990;
    height: 60px;
    background-image: url(../images/containerIeBG.png);
    background-repeat: no-repeat;
    background-position: top left;
    xmargin-right: -1000px;
    xdisplay: inline-block;
    xposition: relative;
}

.btn-open {
    display: inline-block;
    width: 180px;
    height:50px;
    text-align: center;
    background-color: #9ec34b;
    font-size: 16px;
    line-height: 52px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #9ec34b;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-open:after{
    width: 100%;
    height: 0;
    content:"";
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    background : #FFF;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .2s;
    z-index: -1;
}
.btn-open:hover{
    color: #9ec34b;
}
.btn-open:hover:after{
    height: 240%;
    opacity: 1;
}
.btn-open:active:after{
    height: 340%;
    opacity: 1;
}

.btn-animation-02 {
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #9ec34b;
    border: 2px solid #9ec34b;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-02 span {
    position: relative;
    z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
    text-decoration: none;
}
.btn-animation-02::before {
    left: 0;
}
.btn-animation-02::after {
    right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-02:hover {
    color: #FFF;
}


/* input
----------------------------------------------- */

.selectText {
    font-size: 12px;
    border: 1px solid #7f9db9;
}

.selectLength-M {
    width: 300px;
    height:auto;
}

.selectLength-A {
    width: 230px;
    height:auto;
}

.selectLength-R {
    width: 375px;
    height:auto;
}


/* Contents
----------------------------------------------- */

#Contents {
    float: left;
    width: 780px;
}

/* button
----------------------------------------------- */

button.css3button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 5px 20px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 50%,
        #b5b5b5);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffffff),
        color-stop(0.50, #ffffff),
        to(#b5b5b5));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #00aeff;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 3px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 3px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 3px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,1);
}



/* Header
----------------------------------------------- */

#Header {
    height: 320px;
    width: 780px;
    background-image: url(../images/headerBG.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.titleArea {
    float: right;
    width: 280px;
    padding: 18px 25px 0 0;
}

.search li {
    float: left;
}

.search span {
    width: 140px;
    font-size: 10px;
    color: #4a5e98;
    text-align: center;
    display: block;
}

#headline {
    width: 370px;
    padding: 18px 0 10px 0;
}

#headline select {
    float: right;
}

#news {
    margin: 10px 0 10px 0;
    xclear: both !important;
    width: 410px;
    height: 730px;
}

#news h3 {
    margin: 5px 0 5px 15px;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
}

#news p {
    margin: 0 0 0 15px;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #3d3d3d;
}

#news span {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #3d3d3d;
}


/* Public
----------------------------------------------- */

.public {
    clear: both;
    float: left;
}

#publicBTN  {
    position: absolute;
    top: -9px;
    left: 5px;
}

#loginBTN  {
    position: absolute;
    top: -9px;
    left: 5px;
}

.contentsTXT {
    padding: 0 30px 20px 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.publicTXT {
    width: 500px;
    padding: 20px 0 10px 185px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.publicTXTlast {
    width: 500px;
    padding: 0 0 20px 185px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.loginTXT {
    width: 470px;
    padding: 20px 0 10px 185px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.blog {
    float: right;
    margin: 20px 0 0 0;
}

.special {
    float: left;
    margin: 0 0 0 10px;
}

.special li {
    float: left;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.menuNormal {
    float: left;
    margin: 0 0 0 10px;
}

.menuNormal li {
    float: left;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.borderLeft {
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
}


/* Login
----------------------------------------------- */

.entry {
    padding: 0 0 0 10px;
    display: block;
    width: 145px;
    overflow: hidden;
}

.login {
    float: left;
}

.loginLeft {
    float: left;
    margin: 0 0 0 10px;
}

.loginRight {
    float: left;
    margin: 0 0 0 10px;
}

.loginMenu {
    margin: 0 0 10px 0 !important;
}

.advertising {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 404px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.advertising span.date {
    width: 100px;
    display: block;
}
.advertising span.title {
    width: 280px;
    display: block;
}
.advertising span.new {
    width: 380px;
    display: block;
}
.advertising li {
    padding: 1px 0 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.advertising a {
    width: 380px;
    margin: -1.5em 0 0 5em;
    display: block;
}
#sentanback {
    width: 80%;
    padding: 18px 0 0 0;
}

.manual {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 404px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.manual span {
    width: 380px;
    display: block;
}
.manual li {
    padding: 1px 0 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.information {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 404px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}
.information span {
    width: 3.5em;
    display: block;
}
.information li {
    padding: 10px 15px 2px 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
/* .information a {
    width: 380px;
    margin: -1.4em 0 0 3.5em;
    display: block;
}*/

.informationleft {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 259px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}
.informationleft span {
    width: 3.5em;
    display: block;
}
.informationleft li {
    padding: 1px 0 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.informationleft a {
    width: 180px;
    margin: -1.4em 0 0 3.5em;
    display: block;
}

.monthlyFeature {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 259px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.monthlyFeature span {
    width: 3.5em;
    display: block;
}

.monthlyFeature li {
    padding: 1px 0 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.monthlyFeature a {
    width: 180px;
    margin: -1.4em 0 0 3.5em;
    display: block;
}

.sns {
    float: left;
    margin: 0 0 0 10px;
}

.sns li {
    float: left;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}



.questionnaire {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    width: 259px;
    font-size: 0.8em;
    line-height: 1.4em;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.fb {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 259px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}

.studyGroup {
    margin: 0 0 10px 0;
    xpadding: 0 0 5px 0;
    width: 404px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.studyGroup span {
    width: 36px;
    display: block;
    float:left;
}

.studyGroup div {
    width: 404px;
    height: 300px;
}

.studyGroup li {
    padding: 1px 15px 12px 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.studyGroup ul a {
    width: 400px;
    margin: 0 0 5px 0;
    display: block;
    clear:both;
}

.studyGroup dl {
    padding: 1px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.studyGroup dl dt { width:36px; float:left; margin: 0 0 5px 0; }

.studyGroup dl dd { margin:0 0 5px 38px;}


.Guideline {
    margin: 0 0 10px 0;
    xpadding: 0 0 5px 0;
    width: 404px;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.Guideline p {
    font-size: 0.8em;
    float:left;
    padding: 1px 15px 10px 15px;
}
.Guideline span {
    width: 36px;
    display: block;
    float:left;
}
.Guideline div {
    width: 404px;
    padding-bottom: 20px;
}
.Guideline li {
    padding: 1px 15px 10px 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.Guideline ul a {
    width: 316px;
    margin: 0 0 5px 0;
}
.Guideline dl {
    padding: 1px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.Guideline dl dt { width:36px; float:left; margin: 0 0 5px 0; }
.Guideline dl dd { margin:0 0 5px 38px;}


/* iframe
----------------------------------------------- */

.iframe-question {
    width: 258px;
    height: 300px;
}

#questionnaireBody {
    background-color: #ffffff;
}

.questionnaireList {
    margin: 0 0 0 5px;
    width: 220px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.questionnaireList dt {
    clear: both;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    background-image: url(../images/circleBlue.png);
    background-repeat: no-repeat;
}

.questionnaireList dd {
    float: left;
    width: auto;
    margin: 5px 0 5px 0;
}

*html .questionnaireList dd {
    margin: 0 0 0 0 !important;
}

.questionnaireRadio {
    padding: 0 0 0 0.5em;
}

.questionnaireRadio li{
    list-style: square inside;
}

.questionnaireRadio img{
    padding: 0 0 4px 1em;
}

.voteInput {
    clear: both;
    margin: 8px 5em 0 5em;
}


/* siteLinks
----------------------------------------------- */

#siteLinks {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}

.siteLinks1 {
    margin: 10px 0 10px 10px;
    float: left;
    width: 259px;
    height: 350px;
    font-size: 0.8em;
    line-height: 1.4em;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;

}

.siteLinks1 ul {
    padding: 0 15px 0 15px;
}

.siteLinks2 {
    margin: 10px 0 10px 10px;
    float: left;
    width: 404px;
    height: 350px;
    font-size: 0.8em;
    line-height: 1.4em;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;

}

.siteLinks2 ul {
    padding: 0 15px 0 15px;
}

.siteLinks2 div {
    float: left;
    width: 190px;
    height: 150px;
}


/* aboutUs
----------------------------------------------- */

#aboutUs {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}

.aboutUs1 {
    margin: 10px 0 10px 10px;
    float: left;
    padding: 0 0 10px 0;
    width: 259px;
    height: auto;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}

.aboutUs1 ul {
    margin: 12px 0 0 5px;
}

.aboutUs1 li {
    float: left;
    margin: 0 0 0 10px;
}

.aboutUs2 {
    margin: 10px 0 10px 10px;
    float: left;
    padding: 0 0 10px 0;
    width: 404px;
    font-size: 0.8em;
    line-height: 1.4em;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}

.aboutUs2 p {
    padding: 0 15px 0 15px;
}

.aboutUs2 span {
    text-align: right;
    padding: 0 15px 0 15px;
    display: block;
}

.aboutUs3 {
    margin: 10px 0 10px 10px;
    float: left;
    padding: 0 0 10px 0;
    width: 675px;
    font-size: 0.8em;
    line-height: 1.4em;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}

.aboutUs3 p {
    padding: 0 15px 0 15px;
}

.aboutUs3 span {
    text-align: right;
    padding: 0 15px 0 15px;
    display: block;
}


/* separateTop
----------------------------------------------- */

.separateTop {
    width: 780px;
    height: 10px;
    background-image: url(../images/separate.MT.png);
    background-repeat: repeat-x;
}

.separateTop .LT {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/separate.LT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.separateTop .RT {
    float: right;
    display: block;
    width: 34px;
    height: 10px;
    background-image: url(../images/separate.RT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* separateMiddle
----------------------------------------------- */

.separateMiddle {
    clear: both;
    xmargin: 0 0 0 10px;
    width: 780px;
    height: 10px;
    background-image: url(../images/separate.MM.png);
    background-repeat: repeat-x;
}

.separateMiddle .LM {
    display: block;
    width: 280px;
    height: 5px;
    background-image: url(../images/separate.LM.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.separateMiddle .RM {
    float: right;
    display: block;
    width: 34px;
    height: 10px;
    background-image: url(../images/separate.RM.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* sparateBottom
----------------------------------------------- */

.separateBottom {
    clear: both;
    xmargin: 0 0 0 10px;
    width: 780px;
    height: 10px;
    background-image: url(../images/separate.MB.png);
    background-repeat: repeat-x;
}

.separateBottom .LB {
    display: block;
    width: 15px;
    height: 5px;
    background-image: url(../images/separate.LB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.separateBottom .RB {
    float: right;
    display: block;
    width: 34px;
    height: 10px;
    background-image: url(../images/separate.RB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Box
----------------------------------------------- */

.boxLeft {
    xmargin: 0 0 0 10px;
    background-image: url(../images/box.LM.png);
    background-repeat: repeat-y;
    background-position: top left;
}

.boxRight {
    background-image: url(../images/box.RM.png);
    background-repeat: repeat-y;
    background-position: top right;
    background-color: #ffffff;
    width: 780px;
}

.boxRight .LT {
    display: block;
    width: 34px;
    height: 20px;
    background-image: url(../images/box.LT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.boxRight .RT {
    float: right;
    display: block;
    width: 34px;
    height: 20px;
    background-image: url(../images/box.RT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.boxRight .LB {
    display: block;
    width: 15px;
    height: 10px;
    background-image: url(../images/box.LB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.boxRight .RB {
    xmargin-left: auto;
    xfloat: right;
    display: block;
    width: 780px;
    height: 20px;
    background-image: url(../images/box.RB.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}


/* Footer
----------------------------------------------- */

#Footer {
    clear: both;
    height: 2em;
    margin: 15px 0 0 0;
    background-image: url(../images/footerBG.png);
    background-repeat: repeat;
}

* html #Footer {
    margin: 30px 0 0 0 !important;
}

.pageTop {
    float: right;
}

.copyright {
    float: left;
    padding: 0 5px 0 0;
}

.footerMenu {
    float: left;
    padding: 7px 0 0 5px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.footerMenu a {
    color: #000000;
    text-decoration: none !important;
}


/* Checkup
----------------------------------------------- */

#Checkup {
    float: left;
    width: 190px;
    margin: 18px 0 0 10px;
}

#Checkup h2 {
    padding: 0 0 10px 0;
}

#Checkup h3 {
    padding: 0 0 5px 0;
}

.checkup1 {
    padding: 0 15px 5px 15px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.checkupCause {
    padding: 0 0 10px 0;
}

.checkupTest img {
    float: left;
    margin: 0 5px 0 0;
}

.checkupTest {
    padding: 0 15px 10px 15px;
}

.checkupTest li {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #3d3d3d;
}

.checkupTest1 {
    padding: 0 0 0 30px;
    background-image: url(../images/checkupTest1.png);
    background-repeat: no-repeat;
}

.checkupTest2 {
    padding: 0 0 0 30px;
    background-image: url(../images/checkupTest2.png);
    background-repeat: no-repeat;
}

.checkupResult {
    padding: 0 0 10px 0;
}

.computeTitle {
    margin: 5px 0 0 25px;
}

.computeComment {
    margin: 0 25px 0 25px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.computeFla {
    margin: 0 25px 0 25px;
    width: 140px;
    height: 220px;
}

.vss {
    margin: 15px 0 0 15px;
    width: 160px;
    background-color: #ffffff;
    border-left-color: #b2b2b2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b2b2b2;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #b2b2b2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #b2b2b2;
    border-top-style: solid;
    border-top-width: 1px;
}

.vss p {
    padding: 0 10px 15px 10px;
    font-size: 0.6em;
    line-height: 1.2em;
}

.vss table {
    margin: 0 auto;
}

.vss table td{
    padding: 0;
    margin:0;
}

.vss div {
    padding: 10px 0 0 25px;
    display: inline;
}


/* Checkup separateTop
----------------------------------------------- */

#Checkup .separateTop {
    width: 190px;
    height: 10px;
    background-image: url(../images/CU.separate.MT.png);
    background-repeat: repeat-x;
}

#Checkup .separateTop .LT {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.separate.LT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#Checkup .separateTop .RT {
    float: right;
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.separate.RT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Checkup sparateBottom
----------------------------------------------- */

#Checkup .separateBottom {
    xmargin: 0 0 0 10px;
    width: 190px;
    height: 10px;
    background-image: url(../images/CU.separate.MB.png);
    background-repeat: repeat-x;
}

#Checkup .separateBottom .LB {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.separate.LB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#Checkup .separateBottom .RB {
    float: right;
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.separate.RB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Checkup Box
----------------------------------------------- */

#Checkup .boxLeft-S {
    xmargin: 0 0 0 10px;
    background-image: url(../images/CU.box.LM.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-color: #ffffff;
    width: 190px;
}

#Checkup .boxRight-S {
    background-image: url(../images/CU.box.RM.png);
    background-repeat: repeat-y;
    background-position: top right;
    width: 190px;
}

#Checkup .boxRight-S .LT {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.box.LT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#Checkup .boxRight-S .RT {
    float: right;
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.box.RT.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#Checkup .boxRight-S .LB {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.box.LB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#Checkup .boxRight-S .RB {
    float: right;
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images/CU.box.RB.png);
    background-repeat: no-repeat;
    overflow: hidden;
}


/* iframe-compute
----------------------------------------------- */

.iframe-compute {
    margin: 0 0 0 0;
    width: 140px;
    height: 220px;
}


/* Window
----------------------------------------------- */

#attention {
    width: 400px;
}

#attention p {
    margin: 10px 0 5px 15px;
    xpadding: 0 0 0 15px;
    font-size: 0.8em;
    line-height: 1.6em;
}

.closeBTN {
    text-align: right;
    font-size: 0.8em;
    line-height: 1.6em;
    display: block;
}

#attentionHeader {
    width: 400px;
    height: 34px;
    background-image: url(../img/headder_back.gif);
    background-repeat: repeat-x;
}

#CKD {
    width: 400px;
}

#CKD li {
    margin: 10px 0 5px 35px;
    xpadding: 0 0 0 25px;
    list-style-type: decimal !important;
    font-size: 0.8em;
    line-height: 1.6em;
}

.nextBack {
    float: right;
    margin: 5px 0 0 0;
    font-size: 0.8em;
    line-height: 1.6em;
}

.nextBack li {
    margin: 0 0 0 10px;
    display: inline;
}

.gfrComment li {
    margin: 10px 0 5px 35px;
    xpadding: 10px 0 0 25px;
    list-style-type: upper-alpha !important;
    font-size: 0.8em;
    line-height: 1.6em;
}

#gfr {
    width: 400px;
}

#gfr p {
    padding: 5px 0 10px 15px;
    font-size: 0.8em;
    line-height: 1.6em;
}

.note {
    padding: 0 0 10px 25px;
    xfont-size: 0.65em;
    xline-height: 1.5em;
    xcolor: #ff4e00;
}

.note span {
    margin: -1.4em 0 0 2.5em;
    display: block;
}

sup {
    font-size: 0.8em;
}
