*{ margin:0; padding:0; }
body{ background-color:#faf5f7; width:100%; }
.text_r{text-align: right;}
.clear{clear: both;}

#my_body{
    background-color:#ffffff;
    margin:0 auto;
    width:810px;
    border-left:  5px solid #efd3d6;
    border-right: 5px solid #efd3d6;
}

#my_header{
    margin:0 auto;
    width: 780px;
    height: 242px;
    /* border: 1px solid green; */
    margin-bottom: 7px;
}

#my_footer{
    margin:0 auto;
    width: 778px;
    height: 18px;
    clear:both;
    background-color:#faf5f7;
    /* border: 1px solid #efd3d6; */
    text-align: center;
    font-size: 8pt;
    padding-top: 8px;
}

#my_navigation {
    float:left; width:220px;
    /* border: 1px solid red; */
    /* margin-left: 15px; */
    padding-left: 15px;
    margin-right: 5px;
}

#my_contents{
    float:left;
    width:570px;
    /* border: 1px solid blue; */
    margin-bottom: 20px;
}

.my_contents-top-txt {
    font-size: 14px; 
    color: #330000; 
    margin: 1rem
}

.menu_btn{
    margin-bottom: 1px;
}

.my_multi_text{
    width: 540px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #efd3d6;
    font-size: 14px;
    color: #330000;
}

.my_multi_text_attention {
    /* ��CSS3 */
    border-top-left-radius: 20px;     /* �㍶ */
    border-top-right-radius: 20px;    /* ��E */
    border-bottom-left-radius: 20px;  /* ���� */
    border-bottom-right-radius: 20px; /* ���E */

    /* ��Safari,Chrome */
    -webkit-border-top-left-radius: 20px;     /* �㍶ */
    -webkit-border-top-right-radius: 20px;    /* ��E */
    -webkit-border-bottom-left-radius: 20px;  /* ���� */
    -webkit-border-bottom-right-radius: 20px; /* ���E */

    /* ��Firefox */
    -moz-border-radius-topleft: 20px;    /* �㍶ */
    -moz-border-radius-topright: 20px;   /* ��E */
    -moz-border-radius-bottomleft: 20px; /* ���� */
    -moz-border-radius-bottomright: 20px; /* ���E */

    /* �����ʑ��� */
    width: 544px;
    border: 1px solid #4682b4;
    color: #330000;
    background-color: #f0f8ff;
    font-size: 14px;
    padding: 5px;
    margin: 5px;
}

.my_multi_text_attention #title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0 ;
    color: #006400;
}

.my_multi_text_attention #subtitle{
    width: 100%;
    margin-bottom: 5px;
}

.my_multi_text_attention #list{
    width: 100%;
    padding-left: 3px;
    font-size: 90%;
    color: #000000;
    line-height: 150%;
}

.attention{
    font-size: 14px;
    color: green;
}

.list_tbl{
    border-collapse:collapse;
    border: 1px solid #efd3d6;
}

.list_tbl_header {
    background-color:#faf5f7;
}

.list_tbl_header td {
    text-align: center;
}

.list_tbl_text{
    padding-left: 10px;
}

.list_tbl_num{
    text-align: right;
    padding-right: 3px;
}

.news_text_block{
    line-height: 125%;
}

.news_text_ref{
    font-size: 95%;
}

#renraku_text{
    line-height: 170%;
}

#common_text{
    line-height: 160%;
}

.midashi_header{
    margin-bottom: 3px;
}

.member_area{
    width: 275px;
    border: 1px solid #efd3d6;
    font-size: 14px;
    color: #330000;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
}

.member_area#_float{
    float: left;
}

.member_area#_clear{
    clear: both;
    float: left;
}

.member_area table{
    width: 100%;
}

.member_area table td#mem_img_td{
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}

.member_area table td#mem_info_td{
    vertical-align: top;
    padding-left: 2px;
}

.mem_img{
    width: 67px;
    /* height: 90px; */
}

.dip_clinic{
    padding-top: 3px;
    white-space: nowrap;
}
.dip_clinic#size1{
    font-size: 90%;
}
.dip_clinic#size2{
    font-size: 85%;
}
.dip_clinic#size3{
    font-size: 85%;
    letter-spacing: -1px;
}

.dip_num{
    padding-top: 32px;
    padding-left: 30px;
    font-size: 95%;
}
.spacer_1{
    height: 24px;
}

.spacer_2{
    height: 10px;
}

.spacer_3{
    height: 15px;
}

/*9.11 �V�K�ǉ���*/
dl.new-list {
    overflow: hidden;
    zoom: 1;
}

dl.new-list dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 80px;
    float: left;
    clear: both;
}

dl.new-list dd {
    margin-bottom: 5px;
    padding: 0 0 5px 80px;
}

.list{
    list-style: none;
    font-size: 12px;
}
.listing dl{
    width: 540px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #efd3d6;
    font-size: 14px;
    color: #330000;
}

/**diploma**/

.diploma .emphasis{
    margin-left: 10px;
    font-weight: bold;
}

.diploma .course{
    padding: 10px;
    margin: 10px;
}

.diploma .notes{
    margin: 0 10px;
}
.notes .attention{
    margin-bottom: 10px;
}

.course .new-list dt{
    width: 100px;
}