﻿ 
 @charset "utf-8";

 h1 {
    width: 880px;
  	background-color: #aaaadd;
 	color: #ffffff;
     }
 h2 { 
    width: 950px; 
  	background-color: #aaaadd;
 	color: #ffffff;
     }
 .bg{
	  background-color: #f0f8ff;
     }
 .bg-pix{
      background-image: url(durian_070.jpg);     /* 背景画像指定 */
      background-repeat: repeat;                /* 背景の繰り返し設定 */
     }
 hr {
    height: 4px;
    background-color: #999999;
    width: 850px;
    /* border: none; */
     } 

 .section0 {
      width: 850px;
      border-radius: 10px 10px 10px 10px;
      background-color:#aaaadd;
 	  color: black;
           }
 .section01 {
      /*vertical-align: left;*/
      width: 850px;
      /* height: 50px;*/
      /* padding:  6px 3px 0px 0px;*/
      /*border-radius: 10px 10px 10px 10px;*/
      /*background-color:  #aaaadd;*/
      font-size: 18pt
      /* font-style: oblique;*/
 	   /*color: black;*/
           }

 .section1 {
		border: 1px solid #000;
       width: 540px;
       border-radius: 20px 20px 20px 20px;
       padding: 10px;
       font-size: 12pt;
       line-height: 3ex;
       background-color: #ffffed;
           }
 .section2 {
       border: 1px solid #000;
       width: 800px;
       border-radius: 20px 20px 20px 20px;
       padding: 25px;
       font-size: 12pt;
       line-height: 3ex;
       background-color: #ffffed;
            }
 .section2a {
       border: 1px solid #000;
       width: 700px;
       border-radius: 20px 20px 20px 20px;
       padding: 25px;
       font-size: 12pt;
       line-height: 3ex;
       background-color: #ffffed;
            }
 .section3 {
       width: 820px;
       border-radius: 20px 20px 20px 20px;
       padding: 10px;
       font-size: 12pt;
       line-height: 3ex;
       background-color: white;
             }  
  .section4 {
      border: 1px solid #000;
      width: 700px;
      border-radius: 10px 10px 10px 10px;
      padding: 10px;
      font-size: 15pt;
      line-height: 3ex;      
      background-color:white;
 	  color: black;
           }
 .section4n{
      border: 1px solid #000;
      width: 130px;
      /* border-radius: 10px 10px 10px 10px;*/
      padding: 3px;
      font-size: 15pt;
      line-height: 3ex;      
      /* background-color: #ffffcc; */
 	   color: black;
      }    
 .section4m{
      border: 1px solid #000;
      width: 130px;
      /* border-radius: 10px 10px 10px 10px;*/
      padding: 3px;
      font-size: 13pt;
      line-height: 3ex;      
      background-color: #ffffcc;
 	   color: black;
      }    

 .section5 {
      width: 850px;
           }         
  .section6 {
      width: 1300px;
      border-radius: 10px 10px 10px 10px;
      padding: 10px;
      font-size: 11pt;
      line-height: 3ex;      
      background-color:#ffffed;
 	   color: black;
             }
  span {
       border: lined #ff0066;
       background-color: #6666c;
       }
  p {
    color: white;
     }

