@charset "utf-8";

/*ナビ部分指定
-----------------------------------------------------------------------*/
.home a{
display:block;
width:122px;height:50px;
background:url(image/navi-02.png) no-repeat;
background-size: auto 50px;
padding-top:75px;
}


/*トップイメージ
-----------------------------------------------------------------------*/
#top-image{
width:100%;height:280px;
margin-left:-27px;
}


/*サブ
-----------------------------------------------------------------------*/
#sub{
background:url(image/back-image_2021.png);background-repeat:no-repeat;
background-position:0px 15px; 
width:100%;height:350px;
}
#sub1{
float:left;
width:400px;
}
.copy{
font-size:100%;
line-height:1.8;
font-weight:lighter;
color:#3e5561;
margin:20px 0px 0px 5px;
}
.copy span{
font-size:116%;
line-height:2.5;
font-weight:bold;
}
#sub2{
float:right;
width:400px;
}
.topic-box{
background:url(image/topic-back2021.png);background-repeat:no-repeat;
width:350px;height:210px;
margin:10px 0px 0px -5px;
padding:25px 35px 20px 30px;
}
.topic-bar{
background:url(image/category-bar.gif);background-repeat:no-repeat;
width:333px;height:25px;
padding:0px 0px 0px 18px;
margin-bottom:5px;
font-size:116%;
font-weight:bold;
text-align:left;
line-height:1.4;
color:#333333;
}

.topic{
border-collapse:collapse;
}
.date,.event{
font-size:96%;
line-height:1.5;
color:#333333;
border-bottom:dotted 1px #666666;
padding:12px 5px 12px 5px;
vertical-align:top;
}
.date{
width:75px;
}
.event{
width:255px;
}


