@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
body {
    position: relative;
    font-family:'Arial', 'Helvetica', 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background-color:#fff;
    width:100%;
}

.super {
    vertical-align: super;
    line-height: 0;
}
.kern-left {
    margin-left: -0.5em;
}
.kern-right {
    margin-right: -0.5em;
}

#wrapper {
    overflow: hidden;
}

/* --------------------
Dummy for Preview
-------------------- */
header {
    background:url("../images/header_dummy_background.png") repeat-x center top;
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    z-index: 10;
}
header img {
    display: block;
    margin: 0 auto;
}
header #headL {
    position: absolute;
    top: 50px;
    left: 0;
    width: 110px;
    height: 25px;
    background: url(../images/header_dummy_bg_top2ndL.png) no-repeat top left;
    z-index: 1200;
}
header #headR {
    position: absolute;
    top: 50px;
    right: 0;
    width: 110px;
    height: 25px;
    background: url(../images/header_dummy_bg_top2ndR.png) no-repeat top left;
    z-index: 1200;
}

footer {
    background: url("../images/footer_dummy_background.png") repeat-x center top;
    position: relative;
    width: 100%;
    height: 489px;
}
footer img {
    display: block;
    margin: 0 auto;
}


/* --------------------
#loading
-------------------- */
#loading {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: url("../images/loading.png") no-repeat 0 0;
    width: 0;
    padding-left:95px;
    height: 400px;
    margin-top:80px;
    overflow: hidden;
}

/* --------------------
#whats-hal
-------------------- */
#whats-hal{
    display: block;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: relative;
    width: 100%;
    height: 635px;
    padding-top: 140px;
    overflow: hidden;
}

#whats-hal .whats-hal-container {
    display: block;
    position: relative;
    width: 900px;
    margin: 0 auto 48px auto;
}

#whats-hal h1.title {
    display: block;
    background: url("../images/whats_hal_title.png") no-repeat 0 0;
    width: 0;
    padding-left:900px;
    height: 108px;
    margin-bottom: 21px;
    overflow: hidden;
}

#whats-hal ul.buttons {
    display: none;
    width: 693px;
    margin: 0 auto;
    overflow: hidden;
}

#whats-hal ul.buttons li {
    display: block;
    width: 217px;
    height: 46px;
    margin: 0 7px;
    float: left;
}
#whats-hal ul.buttons li a {
    display: block;
    background: no-repeat 0 0;
    width:0;
    padding-left: 217px;
    height: 46px;
    overflow: hidden;
}
#whats-hal ul.buttons li.whats-hal a { background-image: url("../images/btn_01.gif") }
#whats-hal ul.buttons li.principle a { background-image: url("../images/btn_02.gif") }
#whats-hal ul.buttons li.application a { background-image: url("../images/btn_03.gif") }

#whats-hal .body {
    display: none;
    width: 900px;
    padding-top: 77px;
    overflow: hidden;
}
#whats-hal .body p {
    color: #506f96;
    font-size: 108%;
    margin-bottom: 1em;
    line-height: 1.75em;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 450px;
}

#whats-hal .body p.note {
    font-size: 93%;
    margin-top: 3em;
}

#whats-hal-image {
    display: none;
    background: url("../images/whats_hal_image_background.png") no-repeat 0 0;
    position: absolute;
    top: 270px;
    right: 106px;
    width: 234px;
    height: 234px;
}

#whats-hal-image .logo {
    display: none;
    background:url("../images/whats_hal_image_logo.png")no-repeat 0 0;
    position: absolute;
    top: 89px;
    left: 72px;
    width: 90px;
    height: 56px;
    overflow: hidden;
}

#whats-hal-image .image {
    display: none;
    background:no-repeat 0 0;
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

/* --------------------
#application
-------------------- */
#application{
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#application .application-container {
    display: block;
    position: relative;
    width: 900px;
    height: 540px;
    margin: 0 auto;
}
#application h2.application-title {
    display: block;
    background: url("../images/application_title.png") no-repeat;
    width: 0;
    padding-left: 360px;
    height: 45px;
    margin-top: 80px;
    overflow: hidden;
}

#application p.body {
    color: #506f96;
    line-height: 1.75em;
    font-size: 108%;
    text-align: justify;
    text-justify: inter-ideograph;
    position: absolute;
    top: 206px;
    width: 338px;
}

#application ul {
    display: block;
    background: url("../images/application_image.png");
    position: absolute;
    top: 65px;
    right: -4px;
    width: 649px;
    height: 365px;
    overflow: hidden;
}

#application ul li {
    display: block;
    color: #666;
    font-size: 93%;
    font-weight: bold;
    line-height: 1.5em;
    position: absolute;
    width: 150px;
}
#application ul li a {
    color: #666;
    text-decoration: none;
    border-bottom: solid #666 1px;
}
#application ul li a:hover {
    color: #666;
    border-bottom: none;
}
#application ul li.support { top: 77px; left: 140px;}
#application ul li.medical { top: 77px; left: 481px;}
#application ul li.medical span.note { font-size:77%; }
#application ul li.welfare { top: 294px; left: 318px;}


/* --------------------
#principle
-------------------- */
#principle {
    display: block;
    display: none;
    background-color: #e3e8ee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f6f8), to(#e3e8ee));
    background: -moz-linear-gradient(top, #f3f6f8, #e3e8ee);
    background: -ms-linear-gradient(top, #f3f6f8, #e3e8ee);
    background: linear-gradient(top, #f3f6f8, #e3e8ee);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2) inset;

    position: relative;
    width: 100%;
    /* height:1060px; */
    height: 600px;
    z-index: 5;
    margin: 0 auto;
    overflow: hidden;
}
#principle .principle-container {
    display: block;
    position: relative;
    width: 900px;
    height: 980px;
    margin: 0 auto;
}

#principle h2.principle-title {
    display: block;
    background: url("../images/principle_title.png") no-repeat;
    position: absolute;
    top:80px;
    left:0;
    width: 0;
    padding-left: 438px;
    height: 45px;
    overflow: hidden;
}

#canvas {
    display: block;
    position: absolute;
    top: 100px;
    width:450px;
    height:980px;
    margin: 0 auto;
}

#principle div.button-container {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 217px;
}
#principle div.button {
    display: block;
    position: fixed;
    width: 221px;
    height: 50px;
    z-index: 5;
    overflow: hidden;
}
#principle div.button a {
    display: block;
    background: no-repeat 0 0;
    width:0;
    padding-left: 221px;
    height: 50px;
    overflow: hidden;
}
#principle div.button-whats-hal {
    top: 130px;
}
#principle div.button-whats-hal a {
    background-image: url("../images/anchor_button_whats_hal.png")
}
#principle div.button-application {
    bottom: 34px;
}
#principle div.button-application a { background-image: url("../images/anchor_button_application.png") }


/* --------------------
.sections
-------------------- */
#sections {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width:900px;
    height:1060px;
}

.section {
    position: absolute;
    top: 0;
    width:900px;
}

.section-body-container {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    position: absolute;
    top: 140px;
    right: 0;
    width: 430px;
    height: 430px;
}

.section-title,
.section-caption {
    display: block;
    background: no-repeat 0 0;
    position: relative;
    width: 0;
    overflow: hidden;
}

.section-title { margin:48px 0 20px 36px; }
.section-caption { margin: 0 0 30px 36px }
.section-body {
    display:block;
    width: 358px;
    margin: 0 36px;
    overflow: hidden;
}
.section-body p {
    color: #506f96;
    line-height: 1.5em;
    font-size: 93%;
    width: 358px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.section .section-balloon {
    display: block;
    position: absolute;
    background: no-repeat 0 0;
    left: 255px;
    width: 240px;
    z-index:2;
}
.section .section-balloon .section-balloon-button {
    display: block;
    cursor: pointer;
    background: url("../images/section_balloon_button_more.png") no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    padding-left: 190px;
    height: 43px;
    overflow: hidden;
}

.section .section-balloon-more {
    cursor: pointer;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255,0.9);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    left:264px;
    width: 253px;
    z-index:3;
}
.section .section-balloon-more .section-balloon-body {
    color: #506f96;
    line-height: 1.28em;
    font-size: 93%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 25px 20px 20px;
}
.section .section-balloon-more .section-balloon-button {
    display: block;
    cursor: pointer;
    background: url("../images/section_balloon_button_back.png") no-repeat;
    width: 0;
    padding-left: 233px;
    height: 43px;
    margin: 0 auto 10px;
    overflow: hidden;
}

/* --------------------
#section-navigation
-------------------- */
#section-navigation {
    position: absolute;
    top: 176px;
    right: -35px;
    width: 70px;
    height: 350px;
}
#section-navigation li {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
#section-navigation li a {
    display: block;
    background: no-repeat 0 0;
    width: 0;
    padding-left: 70px;
    height: 70px;
    overflow: hidden;
}
#section-navigation li.section01 a { background-image: url("../images/section_navigation01.png")}
#section-navigation li.section02 a { background-image: url("../images/section_navigation02.png")}
#section-navigation li.section03 a { background-image: url("../images/section_navigation03.png")}
#section-navigation li.section04 a { background-image: url("../images/section_navigation04.png")}
#section-navigation li.section05 a { background-image: url("../images/section_navigation05.png")}
#section-navigation li a:hover,
#section-navigation li.current a { background-position: 0 -70px; }

/* --------------------
#section01
-------------------- */
#section01 {}

#section01 .section-title {
    background-image:url("../images/section01_body_title.png");
    padding-left: 364px;
    height: 107px;
}

#section01 .section-caption {
    background-image:url("../images/section01_body_caption.png");
    padding-left: 316px;
    height: 20px;
}

#section01 .section-balloon {
    background-image:url("../images/section01_balloon.png");
    top: 180px;
    height: 150px;
}

#section01 .section-balloon-more {
    top: 180px;
}

/* --------------------
#section02
-------------------- */
#section02 {}

#section02 .section-title {
    background-image:url("../images/section02_body_title.png");
    padding-left: 336px;
    height: 107px;
}

#section02 .section-caption {
    background-image:url("../images/section02_body_caption.png");
    padding-left: 351px;
    height: 22px;
}

#section02 .section-balloon {
    background-image:url("../images/section02_balloon.png");
    top: 280px;
    height: 203px;
}

#section02 .section-balloon-more {
    top: 280px;
}


/* --------------------
#section03
-------------------- */
#section03 {}

#section03 .section-title {
    background-image:url("../images/section03_body_title.png");
    padding-left: 336px;
    height: 107px;
}

#section03 .section-caption {
    background-image:url("../images/section03_body_caption.png");
    padding-left: 187px;
    height: 22px;
}

#section03 .section-balloon {
    background-image:url("../images/section03_balloon.png");
    top: 514px;
    left: 265px;
    height: 150px;
}

#section03 .section-balloon-more {
    top: 514px;
    left: 258px;
}

/* --------------------
#section04
-------------------- */
#section04 {}

#section04 .section-title {
    background-image:url("../images/section04_body_title.png");
    padding-left: 347px;
    height: 107px;
}

#section04 .section-caption {
    background-image:url("../images/section04_body_caption.png");
    padding-left: 331px;
    height: 18px;
}

#section04 .section-body p {
    margin-bottom: 1em;
}

#section04 .section-body p span.section-note {
    font-size: 77%;
}
#section04 .section-body p.section-note {
    color:#666;
    font-size: 77%;
    font-weight: bold;
    line-height: 1.5em;
}

#section04 .section-balloon {
    background-image:url("../images/section04_balloon.png");
    top: 660px;
    height: 175px;
}
#section04 .section-balloon img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#section04 .section-balloon-more {
    top: 660px;
}


/* --------------------
#section05
-------------------- */
#section05 {}
#section05 .section-title {
    background-image:url("../images/section05_body_title.png");
    padding-left: 380px;
    height: 107px;
}

#section05 .section-caption {
    background-image:url("../images/section05_body_caption.png");
    padding-left: 245px;
    height: 18px;
}
#section05 .section-body p {
    margin-bottom: 1em;
}


/* --------------------
.section-pictogram-balloon
-------------------- */
.section-pictogram-balloon {
    display: block;
    background: no-repeat 0 0;
    position: absolute;
    top: 50px;
    left: 280px;
    width: 129px;
    height: 162px;
    z-index: 1;
    overflow: hidden;
}
.section-pictogram-balloon .small {
    display: block;
    background: url("../images/section_pictgram_ballon_small.png") no-repeat;
    position: absolute;
    top: 136px;
    left: 2px;
    width: 0;
    padding-left:25px;
    height: 25px;
    overflow: hidden;
}
.section-pictogram-balloon .medium {
    display: block;
    background: url("../images/section_pictgram_ballon_medium.png") no-repeat;
    position: absolute;
    top: 120px;
    left: 24px;
    width: 0;
    padding-left:34px;
    height: 34px;
    overflow: hidden;
}
.section-pictogram-balloon .large {
    display: block;
    background: url("../images/section_pictgram_ballon_large.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding-left:128px;
    height: 128px;
    overflow: hidden;
}

#section-pictogram-balloon01 .pictogram {
    display: block;
    background:url("../images/section_pictgram_ballon01.png") no-repeat;
    position: absolute;
    top: 27px;
    left: 27px;
    width: 0;
    padding-left: 74px;
    height: 75px;
    overflow: hidden;
}

#section-pictogram-balloon02 .pictogram {
    display: block;
    background:url("../images/section_pictgram_ballon02.png") no-repeat;
    position: absolute;
    top: 20px;
    left: 32px;
    width: 0;
    padding-left: 64px;
    height: 88px;
    overflow: hidden;
}

/* --------------------
warning
-------------------- */
#contents.warning_ {
    display: none;
}

/* --------------------
for Debug
-------------------- */
#grid {
    background-color:#000;
    text-align:center;
    position:fixed;
    bottom:0;
    right:0;
    width:100px;
    padding:10px 0;
    z-index:100;
}
#grid a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
.grid-wrapper {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
}
.grid {
    display: block;
    background: url("../images/background.png") center top;
    width:980px;
    height:960px;
    margin:0 auto;
}