/*--------------------------------------------------------------
Copyright WEB MAGIC.
http://www.webamgic.jp/
---------------------------------------------------------------*/

/*解像度960px以上ではpc-dspの内容、それ以下ではsp-dspの内容を表示*/
.pc-dsp { display:inline; }
.sp-dsp { display:none; }
@media only screen and (max-width : 960px){
    .pc-dsp { display:none; }
    .sp-dsp { display:inline; }
}

/*全体の枠*/
#container{
    width:1000px;
    margin:0 auto;
    padding:0;
    text-align:left;
    /*min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
}

/*本体*/
body {
text-align: center;
background-color:rgb(245, 245, 245);  /*候補rgb(255, 255, 245)*/
font-family: '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; /*Osaka,Verdana,Arial,Helvetica,sans-serif,*/
font-size:16px;
line-height:170%;
color:rgb(0, 0, 0); /*候補rgb(68, 68, 68)*/
margin:0px;
min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
}

/*ヘッダー*/
#header{
    margin:0%;
    position:center;
    width:100%;

    clear:both;
    margin:0 auto;
    padding:6px 0px;
    width:100%;
    background-color:rgb(71, 70, 85);
    color:rgb(255, 255, 255);
    line-height: 0.5em
}

/*タイトル*/
#title-j1{
    font-size: 40px;
    font-weight:bold; 
}
#title-j2{
    font-size: 24px;
    font-weight:bold; 
}
#title-e1{
    font-size: 28px;
    font-weight:bold; 
}
#title-e2{
    font-size: 16px;
    font-weight:bold; 
}


/*表の左列＝サイドメニュー*/
#side{
    margin: 0;
    padding: 0;
    width:25%;
    vertical-align:top;
}

/*サイドメニュー書式*/
#menu ul{ 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
#menu li{ 
    display: inline; 
    padding: 0; 
    margin: 0; 
}
#menu li a{
    display: block; 
    border-left: 8px solid rgb(255, 0, 0);
    background-color: rgb(71, 70, 85); 
    padding: 3px 10px;
    text-decoration: none;
    color: rgb(255, 255, 255); /*候補rgb(225, 226, 207)*/
    width: 182px;
    height: 30px;
    margin: 1px 0px;
    text-align: left;
    font-size: 16px;
}
#menu li a:hover{
    border-left: 8px solid #990033;
    background-color: #474655;
}

/*表の右列＝メインメニュー*/
#main{
    /*float:right;*/
    width:75%;
    vertical-align:top;
}

.main-containts{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
}

/*見出し*/
h1 h2 h3 {
    margin:0px;
    padding:0px;
    font-weight:normal;
}

/*トップページ見出し*/
h2 {
    padding:5px 7px;
    
    font-size:16px;
    font-family: '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    background-color:rgb(71, 70, 85);   
    color: rgb(255, 255, 255);  /*候補rgb(225, 226, 207)*/
    border-bottom:rgb(255, 0, 0) solid 3px;
    margin-top: 1px;
}

/* デフォルトマークをなしにする */
.star ul {
	list-style-type: none;
}
/* 星マークを文頭に */
.star li::before {
	content: "★ " ;
}

.check ul {
    list-style-type: none;
    text-indent: 2.5em;
  }
.check li {
    position: relative;
    line-height: 1.8;
  }
.check li::after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: 1em;
    width: 10px;
    height: 5px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    transform: rotate(-45deg);
}

/*画像表示*/
.loopSlide{
    display: flex;
    width: 710px;
    height: 360px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.loopSlide img {
    /*position: relative;*/
    width: auto;
    height: 100%;
}

/*=== スライドのアニメーションを段差で開始する ========= */
.loopSlide img:nth-of-type(1)  {
    animation: slide1;
    animation-duration: 240s;
    animation-timing-function: linear;
    animation-delay: -120s;
    animation-iteration-count: infinite;
}
.loopSlide img:nth-of-type(2) {
    animation: slide2;
    animation-duration: 240s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

/*=== スライドのアニメーション ========================= */
@keyframes slide1{
    0% {transform: translateX(100%)} 
    to {transform: translateX(-100%)}
}
@keyframes slide2{
    0% {transform: translateX(0%)} 
    to {transform: translateX(-200%)}
}

/*クレジット*/
.credit-index{
    font-size: 10pt;
}

/*center*/
.center {
    text-align: center;
}
/*left*/
.center {
    text-align: left;
}

/*本文のtable*/
.table-index {
    width: 101%;
    margin: 0px;
    border: 0px;
    padding: 0px; 
    border-collapse: collapse;
}
.table-index td {
    vertical-align: top;
    text-align: left;
}
.table-index td:nth-child(1)  {
    width: 150px;
}

.table-index2 {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}
.table-index2 td {
    vertical-align: top;
    text-align: left;
}

.table-date {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
.table-date td {
    vertical-align: top;
    text-align: left;
}
.table-date td:nth-child(1)  {
    width: 150px;
}

.table-entry {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.table-entry td {
    vertical-align: top;
    text-align: left;
}
.table-entry td:nth-child(1)  {
    width: 25px;
}

.table-entry2 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.table-entry2 td {
    vertical-align: top;
    text-align: left;

    border: 0px;
    padding: 0px; 
}
.table-entry2 td:nth-child(1)  {
    width: 10px;
}

.table-manuscript {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.table-manuscript td {
    vertical-align: top;
    text-align: left;
}
.table-manuscript td:nth-child(1)  {
    width: 30px;
}

.table-registration {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}
.table-registration td {
    border: solid 1px;
    padding: 5px; 

    vertical-align: center;
    text-align: center;
}
.table-registration td:nth-child(1)  {
    width: 230px;
}
.table-registration td:nth-child(2)  {
    width: 100px;
}

.table-registration2 {
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    width: 600px;
}
.table-registration2 td {
    vertical-align: top;
    text-align: left;
}
.table-registration2 td:nth-child(1)  {
    width: 40px;
}

.table-registration3 {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 650px;
}
.table-registration3 td {
    border: solid 1px;
    padding: 5px; 

    vertical-align: center;
    text-align: center;
}
.table-registration3 td:nth-child(1)  {
    width: 200px;
}
.table-registration3 td:nth-child(2)  {
    padding-right: 30px;
    padding-left: 30px;
}

.table-access {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
    word-break : break-all;
}
.table-access td:nth-child(1)  {
    width: 60px;
}


.table-access2 {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}
.table-access2 td {
    border: solid 1px;
    padding: 5px; 

    vertical-align: center;
    text-align: center;
}
.table-access2 td:nth-child(1)  {
    width: 130px;
}
.table-access2 td:nth-child(2)  {
    width: 130px;
}
.table-access2 td:nth-child(3)  {
    width: 140px;
}
.table-access2 td:nth-child(4)  {
    width: 120px;
}
.table-access2 td:nth-child(5)  {
    width: 120px;
}

.table-staff {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    vertical-align: top;
    text-align: left;
}
.table-staff td:nth-child(1)  {
    width: 160px;
}
.table-staff td:nth-child(2)  {
    width: 180px;
}

.table-history {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    vertical-align: top;
    text-align: left;
}
.table-history th:nth-child(1)  {
    width: 150px;
}
.table-history th:nth-child(2) {
    width: 150px;
}
.table-history td {
    vertical-align: top;
    text-align: left;
}

.table-form {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}
.table-form td {
    vertical-align: center;
    text-align: left;
}

.table-form2 {
    margin-right: auto;
    margin-left: auto;
    width: 650px;
}
.table-form2 td {
    vertical-align: top;
    text-align: left;
}
.table-form2 td:nth-child(1)  {
    width: 300px;
}


.table-form3 {
    margin-right: auto;
    margin-left: auto;
    width: 610px;
}
.table-form3 td {
    vertical-align: center;
    text-align: left;
}

.gmap {
    height: 0;
    overflow: hidden;
    height: 95%;
    padding-bottom: 95%;
    position: relative;
    }
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 800px;
    width: 100%;
    margin-top: -150px;
}

/*フッター*/
.footerFixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 0px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

#footer{
    clear:both;
    margin:0 auto;
    padding:6px 0px;
    width:100%;
    font-size:11px;
    text-align:center;
    background-color:rgb(71, 70, 85);
    color:rgb(255, 255, 255);
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}



/* 以下、新本追加 ---------- */

.font_style_01r{
   color:red;
   font-weight:bold;
}

.font_style_01g{
   color:green;
   font-weight:bold;
}

.font_style_01b{
   color:blue;
   font-weight:bold;
}

/* 以上、新本追加 ---------- */



/*タブレット*/
@media screen and (max-width: 960px) {
    /*全体の枠*/
    #container{
        width:100%;
    }

    #nav-drawer {
        position: absolute;
        padding-top: 20px;
        padding-left: 20px;
    }
      
    /*チェックボックス等は非表示に*/
    .nav-unshown {
    display:none;
    }
      
    /*アイコンのスペース*/
    #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    }
    
    /*ハンバーガーの形をCSSで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: rgb(255, 0, 0);
    display: block;
    content: '';
    cursor: pointer;
    }
    #nav-open span:before {
    bottom: -8px;
    }
    #nav-open span:after {
    bottom: -16px;
    }
      
    /*閉じる用の薄黒箇所*/
    #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    }
    
    /*メニューの中身*/
    #nav-content {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 220px;
    top: 45px;/*#menu divの高さ*/
    max-width: 330px;/*最大幅（お好みで調整を）*/
    background: #fff;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    }

    /*メニュー書式*/
    #nav-content ul{ 
        margin: 0; 
        padding: 0; 
        list-style: none; 
        font-size:16px;
        line-height: 30px;
    }
    #nav-content li{ 
        display: inline; 
        padding: 0; 
        margin: 0; 
    }
    #nav-content li a{
        display: block; 
        border-left: 8px solid rgb(255, 0, 0);
        background-color: rgb(71, 70, 85); 
        padding: 3px 10px;
        text-decoration: none;
        color: rgb(255, 255, 255); /*候補rgb(225, 226, 207)*/
        height: 30px;
        margin: 1px 0px;
        text-align: left;
    }
    #nav-content li a:hover{
        border-left: 8px solid #990033;
        background-color: #474655;
    }
      
    /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
    }
    
    #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    
    .header-logo-menu{
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    }
    
    /*ロゴやサイトタイトルをセンタリング*/
    .logo-area{
        text-align:center;
        margin:auto;
        font-size: 16px;
        font-weight:bold; 
        /*padding-left:20px;*/
    }

    /*タイトル*/
    #title-j1mob{
        font-size: 24px;
        font-weight:bold; 
    }
    
    /*サイドメニュー*/
    #side{
        display: none;
    }

    /****メニュー全体****/
    #menu-mob {
        /*配置*/
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 100;
    }

    /****メニュー開閉ボタン****/
    #menu-mob div{
        /*デザイン*/
        width: 30px;
        height: 30px;
        background: rgba(200,200,200,1);
        /*配置*/
        overflow: hidden;
        position: absolute;
    }
    
    #menu-mob .menuopen{
        /*デザイン*/
        color: rgba(255,255,255,1);
        font-size: 20px;
        /*配置*/
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: auto;
    }
    
    #menu-mob .menuclose{
        /*デザイン*/
        color: rgba(255,255,255,1);
        font-size: 20px;
        /*配置*/
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: auto;
    }

    /****メニュー一覧****/
    #menu-mob ul{
        /*デザイン*/
        background: rgb(255,255,255);

        /*配置*/
        position: absolute;
        top: 30px;/*#menu divの高さ*/
        display: none;
        width: 120px;

        margin: 0; 
        padding: 0; 
        list-style: none; 

        /*配置*/
        position: absolute;
        top: 30px;/*#menu divの高さ*/
        left: 0;
        display: none;
    }
    #menu-mob li{
        display: inline; 
        padding: 0; 
        margin: 0; 
    }
    #menu-mob li a{
        display: block; 
        border-left: 8px solid rgb(255, 0, 0);
        background-color: rgb(71, 70, 85); 
        padding: 3px 10px;
        text-decoration: none;
        color: rgb(255, 255, 255); /*候補rgb(225, 226, 207)*/
        width: 100%;
        height: 30px;
        margin: 1px 0px;
        text-align: left;
    }
    #menu-mob li a:hover{
        border-left: 8px solid #990033;
        background-color: #474655;
    }

    /****メニューオープン時****/
    #menu-mob:target .menuopen{
        /*配置*/
        display: none;
    }
    #menu-mob:target .menuclose{
        /*配置*/
        display: block;
    }
    #menu-mob:target ul{
        /*配置*/
        display: block;
    }

    /*表の右列＝メインメニュー*/
    #main{
        /*float:right;*/
        width:90%;
        vertical-align:top;
    }

    /*画像表示*/
    .loopSlide{
        width:95vw;
        height: 200px;
    }

    .gmap {
        height: 90%;
        padding-bottom: 90%;
        position: relative;
        }
    .gmap iframe {
        height: 800px;
        margin-top: -150px;
    }
}

/*スマホ*/
@media screen and (max-width: 480px) {
    /*全体の枠*/
    #container{
        width:100%;
    }

    #nav-drawer {
        position: absolute;
        padding-top: 15px;
        padding-left: 20px;
    }
      
    /*チェックボックス等は非表示に*/
    .nav-unshown {
    display:none;
    }
      
    /*アイコンのスペース*/
    #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    }
    
    /*ハンバーガーの形をCSSで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: rgb(255, 0, 0);
    display: block;
    content: '';
    cursor: pointer;
    }
    #nav-open span:before {
    bottom: -8px;
    }
    #nav-open span:after {
    bottom: -16px;
    }
      
    /*閉じる用の薄黒箇所*/
    #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    }
    
    /*メニューの中身*/
    #nav-content {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 180px;
    top: 45px;/*#menu divの高さ*/
    max-width: 330px;/*最大幅（お好みで調整を）*/
    background: #fff;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    }

    /*メニュー書式*/
    #nav-content ul{ 
        margin: 0; 
        padding: 0; 
        list-style: none; 
        font-size:12px;
        line-height: 20px;
    }
    #nav-content li{ 
        display: inline; 
        padding: 0; 
        margin: 0; 
    }
    #nav-content li a{
        display: block; 
        border-left: 8px solid rgb(255, 0, 0);
        background-color: rgb(71, 70, 85); 
        padding: 5px 10px;
        
        text-decoration: none;
        color: rgb(255, 255, 255); /*候補rgb(225, 226, 207)*/
        height: 20px;
        margin: 1px 0px;
        text-align: left;
    }
    #nav-content li a:hover{
        border-left: 8px solid #990033;
        background-color: #474655;
    }
      
    /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
    }
    
    #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    
    .header-logo-menu{
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    }
    
    /*ロゴやサイトタイトルをセンタリング*/
    .logo-area{
        text-align:center;
        margin:auto;
        font-size: 12px;
        font-weight:bold; 
        /*padding-left:20px;*/
    }

    /*タイトル*/
    #title-j1mob{
        font-size: 20px;
        font-weight:bold; 
    }
    #title-j2mob{
        font-size: 12px;
        font-weight:bold; 
    }
    #title-j3mob{
        font-size: 12px;
        font-weight:bold; 
    }

    /*本体*/
    body {
        font-size:12px;
        line-height:170%;
    }

    /*サイドメニュー*/
    #side{
        display: none;
    }

    /****メニュー全体****/
    #menu-mob {
        /*配置*/
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 100;
    }

    /****メニュー開閉ボタン****/
    #menu-mob div{
        /*デザイン*/
        width: 30px;
        height: 30px;
        background: rgba(200,200,200,1);
        /*配置*/
        overflow: hidden;
        position: absolute;
    }
    
    #menu-mob .menuopen{
        /*デザイン*/
        color: rgba(255,255,255,1);
        font-size: 20px;
        /*配置*/
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: auto;
    }
    
    #menu-mob .menuclose{
        /*デザイン*/
        color: rgba(255,255,255,1);
        font-size: 20px;
        /*配置*/
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: auto;
    }

    /****メニュー一覧****/
    #menu-mob ul{
        /*デザイン*/
        background: rgb(255,255,255);

        /*配置*/
        position: absolute;
        top: 30px;/*#menu divの高さ*/
        display: none;
        width: 120px;

        margin: 0; 
        padding: 0; 
        list-style: none; 

        /*配置*/
        position: absolute;
        top: 30px;/*#menu divの高さ*/
        left: 0;
        display: none;
    }
    #menu-mob li{
        display: inline; 
        padding: 0; 
        margin: 0; 
    }
    #menu-mob li a{
        display: block; 
        border-left: 8px solid rgb(255, 0, 0);
        background-color: rgb(71, 70, 85); 
        padding: 3px 10px;
        text-decoration: none;
        color: rgb(255, 255, 255); /*候補rgb(225, 226, 207)*/
        width: 100%;
        height: 30px;
        margin: 1px 0px;
        text-align: left;
    }
    #menu-mob li a:hover{
        border-left: 8px solid #990033;
        background-color: #474655;
    }

    /****メニューオープン時****/
    #menu-mob:target .menuopen{
        /*配置*/
        display: none;
    }
    #menu-mob:target .menuclose{
        /*配置*/
        display: block;
    }
    #menu-mob:target ul{
        /*配置*/
        display: block;
    }

    /*表の右列＝メインメニュー*/
    #main{
        /*float:right;*/
        width:90%;
        vertical-align:top;
    }

    .main-containts{
        margin-left:10px;
        margin-right:10px;
    }

    /*トップページ見出し*/
    h2 {
        font-size:12px;
    }

    /*画像表示*/
    .loopSlide{
        width: 90vw;
        height: 200px;
    }

    /*クレジット*/
    .credit-index{
        font-size: 8pt;
    }

    /*本文のtable*/
    .table-date {
        width: 95%;
        vertical-align: top;
        text-align: left;
    }
    .table-date td:nth-child(1)  {
        width: 100px;
    }

    .table-entry td:nth-child(1)  {
        width: 20px;
    }
  
    .table-access td:nth-child(1)  {
        width: 40px;
    }

    .table-staff {
        width: 95%;
        vertical-align: top;
        text-align: left;
    }
    .table-staff td:nth-child(1)  {
        width: 85px;
    }
    .table-staff td:nth-child(2)  {
        width: 100px;
    }

    .table-history {
        width: 95%;
    }
    .table-history th:nth-child(1)  {
        width: 70px;
    }
    .table-history th:nth-child(2) {
        width: 70px;
    }

    .gmap {
        height: 0;
        overflow: hidden;
        height: 90%;
        padding-bottom: 90%;
        position: relative;
        }
    .gmap iframe {
        height: 400px;
        margin-top: -80px;
    }

    /*フッター*/
    #footer{
        font-size:8px;
    }
}

/*以下いじっていないもの*/

img  {
    border: none;
    vertical-align:top;
}

table  {
    border:none;
}

br  {
    letter-spacing:normal;
}

ul,ol,li  {
    margin:0px;
    padding:0px;
    list-style:none;
}

.contents{
    margin:0px 12px 20px 12px;
}
    
.text{
margin:2px 2px 30px 2px;
line-height:170%;
}
    

/*
h1{
    width:80px;
    text-align:left;
    color:#ffffff;
    font-size:12px;
    line-height:normal;
    padding:6px 8px;
    background-color:rgb(255, 0, 0);*/
}
    
/*
h2{
    font-size:30px;
    color:#343434;
    float:left;
    padding-top:20px;
    padding-left:12px;
    height:42px;
    line-height:100%;
    font-weight:bold;
} */  


/*p?^?O?????*/
p {
margin:0px;
padding:0px;
}


/*IMG?{?[?_?[??\??*/



/*IE--BR?o?O???*/



/*?r???_?[?\????????*/
br.clear{
clear:both;
padding:0px;
margin:0px;
height:0px;
line-height:0;
}


/*???X?g?????*/





/*?y?[?W??^?C?g????????e?L?X?g?????N-----------------*/
h2 a:link       {text-decoration:none;color:#444444;} /*???j???[?E?e?L?X?g?????N??F*/
h2 a:visited    {text-decoration:none;color:#444444;} /*???j???[?E?K?????????N??F*/
h2 a:active     {text-decoration:underline;color:#444444;} /*???j???[?E?N???b?N????????N??F*/
h2 a:hover      {text-decoration:underline;color:#444444;} /*???j???[?E?}?E?X???J?[?\??????????????N?F*/



/*?????e?L?X?g?????N-----------------*/
a:link    {text-decoration:underline;color:#005D90;}  /*?e?L?X?g?????N??F*/
a:visited {text-decoration:underline;color:#005D90;}  /*?K?????????N??F*/ 
a:active  {text-decoration:underline;color:#005D90;}   /*?N???b?N????????N??F*/
a:hover   {text-decoration:underline;color:#005D90;}  /*?}?E?X????J?[?\????????????????N??F*/











#header2{
margin:0px;
position:relative;
width:820px;
}








/*?^?C?g???E??e?L?X?g?????N-----------------*/
#header_link{
line-height:normal;
font-size:12px;    /*---?????T?C?Y-----------*/
color:#343434;    /*---?????F-----------*/
float:right;
text-align:right;
padding-top:30px;
padding-right:8px;
}



















/*?????j????????????[------------------------*/
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}










