/*    fujita4.css   */
@charset "Shift_JIS";

.text-center{
      text-align:center;
}
.text-left{
      text-align:left;
}
.text-right{
      text-align:right;
}
.text-justify{
      text-align: justify;
}
.indent30{
  text-indent:30px;
}
.indent10{
  text-indent:10px;
}
.strong-black{
    font: inherit;
    font-weight: 600;
    text-decoration: inherit;
    color: #000000;
    }
.strong-teal{
    font: inherit;
    font-weight: 600;
    text-decoration: inherit;
    color: #008080;
    }
.strong-blue{
    font: inherit;
    font-weight: 600;
    text-decoration: inherit;
    color: #0000ff;
    }
.strong-maroon{
    font: inherit;
    font-weight: 600;
    text-decoration: inherit;
    color: #800000;
    }
.boxA::after{
	content:"";
       display:block;
       clear:both;
}
.box1{
       margin-right:auto;
       margin-left:auto;
       border : 0; 
       padding:0;  
       width:900px;
}
.box2{
       margin-right:auto;
       margin-left:auto;
       border : 0; 
       width:870px;
       padding:5px 15px;
       background-color:#ddffff;   
}

.box3{
       margin-right:auto;
       margin-left:auto;
       border : 0; 
       padding:5px;
       width:890px;
       background-color:#ffffcc;   
}
.box4{
       margin-right:auto;
       margin-left:auto;
       border : 0; 
       padding:5px;
       width:890px;
       background-color:#FAEBD7;
}
.box5{
       margin-right:auto;
       margin-left:auto;
       border :0;
       padding:5px;
       width:890px;
       background-color:#E6FFE9; 
}

.box6{
       margin-right:auto;
       margin-left:auto;
       border :0;
       padding:5px;
       width:890px;
       background-color:#ffcccc; 
}
.box6-0{
       margin-top:10px;
       margin-bottom:60px;
       border :0;
       padding:0 0 0 50px;
       width:860px;
}
.box6-0::after{
	content:"";
       display:block;
       clear:both;
}
.box6-1{
       float:left;
       margin-right:10px;
       border :0;
       padding:0;
       width:260px;
       height:170px;  
 }
.box6-2{
       float:left;
       margin-right:10px;
       border :0;
       padding:0;
       width:260px;  
       height:170px;  
 }
.box6-3{
       float:left;
       margin:0px;
       border :0;
       padding:0;
       width:260px; 
       height:170px;  
 
 }


.box7{
       margin-right:auto;
       margin-left:auto;
       border :0;
	padding:10px 15px;
       width:870px;
       background-color:#EAD9FF;
}
.box7::after{
	content:"";
       display:block;
       clear:both;
}
/* copyright */
.boxcopyright{
       margin-right:auto;
       margin-left:auto;
       line-height:1.4;
       width:870px;
       padding:5px 15px 5px 15px;
       background-color:#bbffff;
}
.copyright p{
    font-size: 12px;
}
}
}