html,body{height:100%}
@charset "UTF-8";

body { width:1000px;
    margin: 0 auto; /*左右中央に配置*/
         }

#container{width: 1000px;
           margin: 0 auto;
           }

#header {width:1000px;
         border:none;
    line-height: 1.5;
}
.hr{width: 940px;}

#nav1{width:1000x; /*top title*/
         border:none;
    line-height: 1.5;
}

    
#nav2{ width:1000px; /*link 文化支援事業*/
    height: auto;
    border: none;
    font-size: 14px;
     line-height: 1.5;
text-align: center;}

.noline1{text-decoration: none;
color:darkgreen;}
.noline1:hover {color:darksalmon;
font-size: 1em;
text-decoration: none;}

#nav2a{font-size: 14px;
color:firebrick;
font-weight: 500;}

#nav3{width:680px; /*information*/ 
    height: auto;
    padding: 5px;
     margin-left: 120px;
    margin-bottom: 2px;
      border: none;
     font-size: 14px;
  }

.infoa {font-size: small;
color:firebrick;
text-align: right}

.hidden_box{
    margin: 0.3em 0;/*前後の余白*/
    padding: 0;
}


/*ボタン装飾*/
.hidden_box info2{
    padding:  5px;
    font-weight: bold;
    border: : solid 2px black;
    cursor: pointer;    
} 

/*ボタンホバー時*/
.hidden_box info2:hover{
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input{
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~.hidden_show{
    padding: 5px 0;
    height: auto;
    opacity: 1;
}


#main { width:680px; 
    float:right; 
    font-size: midium;
    background-color: #fff;}

.noline2 {text-decoration: none;
    font-size: midium;
    color: black;
    }
.noline2:hover {color:gray;
font-size: 1em;
text-decoration: none;}



.box1,.box2,.box3,.box4 {box-shadow: 10px 10px 15px -10px;}

.box1,.box2,.box3,.box4 {width:380px;height: 260px;
    float: left;
background-color:#fff;
    border:solid 1px #f5fffa;
margin-bottom: 20px;
margin-left: 65px;}

.box1,.box3  {background-color: #f5fffa;
    font-size: 18px;
    font-weight: 600;
    color: darkgreen;}

.box2{background-color: #f0f8ff;
font-size: X-small;
color: cornflowerblue;
text-align: right;}

.box4 {background-color: #f0f8ff;
font-size: X-small;
color: cornflowerblue;
text-align: left;}


.box5,.box6,.box7,.box8 {box-shadow: 10px 10px 10px -10px;}
.box5,.box6,.box7,.box8 {width:380px;height: 155px;
    float: left;
background-color:#fff;
border:solid 1px #fff;
padding: 0; 
padding-left: 0;
margin-bottom: 20px;
margin-left: 65px;
font-size: 14px;}

.box5 td{color:darksalmon;}


.box9{width: 380px;
            height: 100px;
            float: left;
            background-color: #fff;
            border: none;
margin-bottom: 20px;
margin-left: 80px}

.box10{width: 380px;
            height: 100px;
            float: right;
            background-color: #fff;
            border: none;
            font-size: small;
margin-bottom: 20px;
margin-left: 80px}





.table{width: 380px;}
.table th{width: 150px;}
.table td{width: 230px;}

.when{font-size: 14px;
color: black;
font-weight: lighter;
padding-left: 10px;
    vertical-align: text-top;
}
.mark1{color:cornflowerblue;}

.mark2{color:darksalmon;}

#footer { clear:both; 
    width:100%;
    height:auto;
    padding-bottom: 3px;
    bottom: 0;
    background-color:#fffaf0;
    font-size: 12px;
    color: darkgreen;
    text-align: center;    
    line-height: 13px;
 }
.noline{text-decoration: none;
color: darkgreen;}

