@charset "shift_jis";

div#loginInformation p {
    margin: 5px 0 5px 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
div#loginInformation #userInfor a.lnk_login,
div#loginInformation #userInfor a.lnk_logout {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
div#loginInformation #userInfor a.lnk_login {
    color: #ffffff;
    text-decoration: underline;
}
div#loginInformation #userInfor a:hover.lnk_login,
div#loginInformation #userInfor a:focus.lnk_login,
div#loginInformation #userInfor a:active.lnk_login {
    color: #f03205;
    text-decoration: none;
}
div#loginInformation #userInfor a.lnk_logout {
    color: #ffffff;
    text-decoration: underline;
}
div#loginInformation #userInfor a:hover.lnk_logout,
div#loginInformation #userInfor a:focus.lnk_logout,
div#loginInformation #userInfor a:active.lnk_logout {
    color: #f03205;
    text-decoration: none;
}
div#loginInformation #userNavi li{
    float: left;
}
div#loginInformation #userNavi li{
    padding: 5px 10px 0 0;
}


/* Header 2011-11-25 NewVersion K.Yamada
------------------------------------------------------------------------------*/
div#header h1 { float: left;}
div#header h1 { margin: 15px 0 0 0;}
div#header #hdNavi {
    float: right;
    margin: 0 0 0 0;
}
div#header #hdNavi ul li {
    display: inline;
}
div#header #hdNavi ul li,
div#header #hdNavi ul li a {
    font-size: 90%;
    color: #336697;
    text-decoration: none;
}
div#header #hdNavi ul li a:hover {
    text-decoration: underline;
}

div#header #hdMember {
    float: right;
    margin: 20px 0 0 0;
    text-align: right;
}
div#header #hdMember ul li img {
    vertical-align: bottom;
}
/*----------------------------------------------------------------------------*/


/* topicsPath
------------------------------------------------------------------------------*/
div#topicsPath ul li {
    float:left;
    font-size: 80%;
    color: #555555;
    padding: 0 5px 0 0;
}
/*----------------------------------------------------------------------------*/


.ttl_h2_01{
    margin: 0 0 15px 0;
}

.ttl_h3_01{
    width: 591px;
    background: #ccccff;
    color: #444444;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 10px;
    font-size: 100%;
    font-weight:bold;
}
.ttl_h3_02{
    background: #ccccff;
    border: 1px solid #6666cc;
    color: #444444;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 10px;
    font-size: 100%;
    font-weight:bold;
}

.ttl_h3_03{
    background: #ffff99;
    color: #444444;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 10px;
    font-size: 90%;
    font-weight:bold;
}


.list_caution01 {
    margin-bottom: 15px;
}
.list_caution01 li{
    font-size:75%;
    line-height:150%;
    font-weight: bold;
    color: #336697;
}


* html body dl.dl_coming_soon dd {
    display:inline-block;
}
dl.dl_coming_soon dt {
    float:left;
    width:80px;
    text-align:center;
}
dl.dl_coming_soon dd {
    margin-left: 0;
    padding-top:40px;
    padding-left: 100px;
    text-align:left;
}
dl.dl_coming_soon dd p{
    color: #444444;
    font-size: 100%;
    line-height:150%;
}

* html body dl.dl_greeting dd {
    display:inline-block;
}
dl.dl_greeting dt {
    float:left;
    width:100px;
    text-align:center;
}
dl.dl_greeting dd {
    margin-left: 0;
    padding-top:0;
    padding-left: 110px;
    text-align:left;
}
dl.dl_greeting dd p.title{
    color: #444444;
    font-weight: bold;
    font-size: 85%;
    line-height:150%;
    padding: 0 0 20px 0;
}
dl.dl_greeting dd p.txt01{
    color: #444444;
    font-size: 80%;
    line-height:180%;
    padding: 0 0 20px 0;
}
dl.dl_greeting dd p.signature{
    text-align: right;
    color: #444444;
    font-weight: bold;
    font-size: 85%;
    line-height:150%;
}

* html body dl.dl_list01 dd {
    display:inline-block;
}
dl.dl_list01 dt {
    float:left;
    font-size: 80%;
    line-height:150%;
    width:10px;
    text-align:center;
}
dl.dl_list01 dd {
    margin-left: 0;
    padding-top: 0px;
    padding-left: 15px;
    text-align:left;
}
dl.dl_list01 dd p{
    color: #444444;
    font-size: 80%;
    line-height:150%;
}








.search_result01 {
    border-bottom: 1px solid #666666;
    color: #444444;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 10px;
}



table.tbl_cmn01 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_cmn01 th {

    border-top: 1px solid #CCCC99;
    border-bottom: 1px solid #CCCC99;
    border-left: 1px solid #CCCC99;
    border-right: 1px solid #CCCC99;
    font-size: 80%;
    font-weight: bold;
    color: #003366;
    padding: 10px 10px 10px 10px;
    text-align:left;
}
table.tbl_cmn01 th a {
    color: #003366;
    text-decoration: none;
}
table.tbl_cmn01 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_cmn01 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_cmn01 td {
    border-top: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    font-size: 80%;
    color: #444444;
    padding: 10px 10px 10px 10px;
    text-align:left;
}
table.tbl_cmn01 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}

table.tbl_cmn02 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_cmn02 th {
    background: #6699ff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    text-align:center;
}
table.tbl_cmn02 th a {
    color: #003366;
    text-decoration: none;
}
table.tbl_cmn02 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_cmn02 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_cmn02 td {
    border-top: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    font-size: 90%;
    color: #444444;
    padding: 5px;
    text-align:left;
}
table.tbl_cmn02 td ul.list01 li {
    padding: 0 0 5px 0;
}
table.tbl_cmn02 td ul.list01 li a {
    font-size:90%;
    color: #003366;
    text-decoration: none;
}
table.tbl_cmn02 td ul.list01 li a:hover {
    text-decoration: underline;
}
table.tbl_cmn02 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}

table.tbl_cmn03 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_cmn03 th {
    background: #CCCCFF;
    border-top: 1px solid #6666cc;
    border-bottom: 1px solid #6666cc;
    border-left: 1px solid #6666cc;
    border-right: 1px solid #6666cc;
    font-size: 80%;
    font-weight: bold;
    color: #444444;
    padding: 10px 10px 10px 10px;
    text-align:center;
}
table.tbl_cmn03 th a {
    color: #003366;
    text-decoration: none;
}
table.tbl_cmn03 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_cmn03 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_cmn03 td {
    border-top: 1px solid #6666cc;
    border-bottom: 1px solid #6666cc;
    border-left: 1px solid #6666cc;
    border-right: 1px solid #6666cc;
    font-size: 80%;
    color: #444444;
    padding: 10px 10px 10px 10px;
    text-align:left;
}
table.tbl_cmn03 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}

table.tbl_cmn04 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_cmn04 th {
    background: #ccccff;
    border-top: 2px solid #9999ff;
    border-bottom: 2px solid #9999ff;
    border-left: 2px solid #9999ff;
    border-right: 2px solid #9999ff;
    font-size: 80%;
    font-weight: bold;
    color: #444444;
    padding: 5px 5px 5px 10px;
}
table.tbl_cmn04 th a {
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}
table.tbl_cmn04 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_cmn04 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_cmn04 td {
    border-top: 2px solid #9999ff;
    border-bottom: 2px solid #9999ff;
    border-left: 2px solid #9999ff;
    border-right: 2px solid #9999ff;
    font-size: 80%;
    color: #444444;
    padding: 10px 10px 10px 10px;
    text-align:left;
}
table.tbl_cmn04 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}


table.tbl_search_box01 {
    margin: 0 0 15px 0;
    width: 600px;
}
table.tbl_search_box01 th {}
table.tbl_search_box01 th.title01 {
    background: #fff;
    border-top: 0px solid #6666cc;
    border-bottom: 0px solid #6666cc;
    border-left: 0px solid #6666cc;
    border-right: 0px solid #6666cc;
    font-size: 95%;
    font-weight: bold;
    color: #0000ff;
    padding: 0 0 10px 0;
    text-align: left;
}
table.tbl_search_box01 th.title02 {
    background: #fff;
    border-top: 0px solid #6666cc;
    border-bottom: 0px solid #6666cc;
    border-left: 0px solid #6666cc;
    border-right: 0px solid #6666cc;
    font-size: 95%;
    font-weight: bold;
    color: #0000ff;
    padding: 10px 0 10px 0;
    text-align: left;
}
table.tbl_search_box01 td {
    border-top: 0px solid #6666cc;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #6666cc;
    border-right: 0px solid #6666cc;
    color: #444444;
    text-align:left;
    padding: 0 0 10px 0;
}
table.tbl_search_box01 td.hr_line01 {
    border-bottom: 1px solid #888888;
}
table.tbl_search_box01 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}
table.tbl_search_box01 td.btn {
    text-align: center;
    padding: 10px 0 10px 0;
}


table.tbl_search_box02 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_search_box02 th a {
    color: #003366;
    text-decoration: none;
}
table.tbl_search_box02 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_search_box02 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_search_box02 td {
    border-top: 0px solid #6666cc;
    border-bottom: 0px solid #6666cc;
    border-left: 0px solid #6666cc;
    border-right: 0px solid #6666cc;
    font-size: 90%;
    color: #444444;
    padding: 0 0 10px 0;
    text-align:left;
}
table.tbl_search_box02 td.line01 {
    background: #ffffff;
}
table.tbl_search_box02 td.line02 {
    background: #fafafa;
}
table.tbl_search_box02 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}
table.tbl_search_box02 td.btn {
    text-align: center;
    padding: 10px 0 10px 0;
}



table.tbl_member_list01 {
    margin: 0 0 15px 0;
    width: 600px;
}
table.tbl_member_list01 td {
}
table.tbl_member_list01 td.medical_name {
    font-size: 90%;
    color: #444444;
    width: 420px;
}
table.tbl_member_list01 td.medical_name p.name {
    padding: 15px 0 10px 0;
}
table.tbl_member_list01 td.medical_name p.address {
    padding: 5px 0 5px 0;
}
table.tbl_member_list01 td.medical_name p.tel {
    padding: 5px 0 5px 0;
}
table.tbl_member_list01 td.medical_name p.pict {
    padding: 5px 0 5px 5px;
    background: #fafafa;
}

table.tbl_member_list01 td.medical_name a {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}
table.tbl_member_list01 td.medical_name a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_member_list01 td.icon_link {
    text-align:center;
    width: 80px;
}
table.tbl_member_list01 td.hr_line01 {
    border-bottom: 1px solid #dddddd;
}



table.tbl_jobs01 {
    margin: 0 0 15px 0;
    width: 100%;
}
table.tbl_jobs01 th {
    border-top: 0px solid #CCCC99;
    border-bottom: 0px solid #CCCC99;
    border-left: 0px solid #CCCC99;
    border-right: 0px solid #CCCC99;
    font-size: 80%;
    font-weight: bold;
    color: #003366;
    padding: 5px;
    text-align:center;
    width:76px;
}
table.tbl_jobs01 th a {
    color: #003366;
    text-decoration: none;
}
table.tbl_jobs01 th a:hover {
    color: #003366;
    text-decoration: underline;
}
table.tbl_jobs01 th img {
    vertical-align: bottom;
    padding: 0 0 0 5px;
}
table.tbl_jobs01 td {
    border-top: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    font-size: 80%;
    color: #444444;
/*    padding: 10px 10px 10px 10px;*/
    text-align:left;
}
table.tbl_jobs01 td a {
    color: #003366;
    text-decoration: none;
}
table.tbl_jobs01 td a:hover {
    color: #003366;
    text-decoration: underline;
}


table.tbl_jobs01 td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}



table.tbl_clear {
    margin: 0 0 0 0;
    width: 100%;
}
table.tbl_clear th {
    border-top: 0px solid #CCCC99;
    border-bottom: 0px solid #CCCC99;
    border-left: 0px solid #CCCC99;
    border-right: 0px solid #CCCC99;
    font-size: 80%;
    font-weight: bold;
    color: #003366;
    padding: 5px;
    text-align:center;
}

table.tbl_clear td {
    border-top: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
}
table.tbl_clear td img {
/*    vertical-align: middle;*/
/*    padding: 0 5px 0 5px;*/
}

table.jobfile_table td {
    padding: 0 2px 0 2px;
}

td.jobfile_title {
    border-bottom: solid 1px #FFFFFF;
}
td.jobfile_menu {
    background: #CCCCFF;
    text-align: left;
    border-bottom: solid 1px #FFFFFF;
}
