@charset "utf-8";

/*トップページのみ-------------------------------*/
body#bhome #content {
float:left !important;
margin:19px 0 0 0;
width:601px;
}

body#bhome #side {
float:right !important;
width:277px;
margin:19px 0 40px 0;
}


/*トップページ-------------------------------*/
/*Flash*/
.topflash {
}

h2 {
margin:0 0 15px 0;
padding:0;
background:none;
}

.topics dl {
padding:0 0 0 25px;
}

.topics dl dt {
float:left;
padding:0 20px 0 25px;
background:url(../forstaff/parts/icon1.gif) no-repeat left 3px;
}
.topics dl dd {
margin-bottom:0.5em;
}

#side img {
margin:0 0 5px 0;
}

/*更新情報*/
.update {
margin:10px 0 0 0;
padding:5px 5px 0px 20px;
background-color:#f3f3f3;
border:1px solid #d9d9d9;
}
.update table {
width:850px;
}
.update table th {
width:80px;
}
.update h2 {
margin:0;
}
.update dl {
padding:0 0 5px 25px;
}

.update dl dt {
float:left;
padding:0 20px 0 25px;
background:url(../parts/icon4.gif) no-repeat left 3px;
}
.update dl dd {
margin-bottom:0;
}
.update dl dd a {
display:block;
width:630px;
}

