@charset   "Shift_JIS";
body{
	font-size:10.5pt;
　   line-height:170%;
     font-color:#000000;
     background-attachment:fixed;  
     background-image : url(gazou/kabegami/leaf.jpg); 
     background-repeat:no-repeat;
     background-position:left;
     white-space:normal; /* スペースキー認識可 */
     text-align:center;
}

div.main{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
         margin-right:auto;   /* 右側マージンを自動的に空ける */
         text-align:left;     /* 左寄せ */
         width:650px;
}        /* 幅を決定する */
    

h1*{font-size:11.5pt;
    letter-spacing:2px;  /* 文字間 */
    font-weight:bold;
    line-height:170%}

p{text-indent="15px"}

table{
	font-size:11.5pt;
      line-height:140%;
      table-layout:fixed;
}

table.tab1{
	border:3px solid #ffcccc;
           width:650px;
           cellpadding:5;
           background-color:#ffffcc;
}
table.tab2{
	font-color:#ffffff;
           border:3px solid #666699;
           width:650px;
           cellpadding:5;
           background-color:#ccffcc;
}
table.tab3{
	width:400px;
           font-color:#ffffff;
           border:1px solid #ffcc00;
}

/* 行間設定 */
.text {
	line-height:150%;
} 

.box26{
	width:550px;　/*全体の幅*/
       height:320px; /*全体の高さ*/
       font-size:10pt;　/*文字サイズ*/
       border:solid 1px #949494;
}
.box26 dt{
	/*タイトル部分の設定*/
          float:left;
          width:120px;　/*タイトルの幅*/
          height:320px; /*タイトルの高さ*/
          color: #FFFFFF;/*文字色*/
          background-color:#646466;/*背景色*/
          font-weight:bold;
          margin: 0;
          padding:8px 0 0 0;
          border-style:solid;
          border-color:#BABABD;　/*枠の色*/
          border-width: 1px 1px 1px 1px;
}
.box26 dt span{
	padding-left:6px;
               margin-left:6px;
               border-left:4px solid #BABABD;
}　/*タイトル部の左縦線*/
.box26 dd{/*内容部分*/
          width:425px;　   /*内容部分の幅*/
          height:320px;    /*内容部分の高さ*/
          float:right;
          margin:0;
          padding:0 0 8px 0;
          border-top:solid 1px #BABABD;     /*枠の色の上部分*/
          border-right:solid 15px #BABABD;  /*右側の着色部分*/
          border-bottom:solid 1px #BABABD;  /*下側の着色部分*/
          border-left:solid 1px #BABABD;}   /*左側の着色部分*/
.box26 dd p{
	padding: 0.7em;                 /*テキスト部分の余白*/
            margin: 0;
}

a:link{
	color:#006699;
          text-decoration:underline;
}   /*まだアクセスしたことのないリンクに適用*/

a:visited{
	color:#CC3300;
          text-decoration:underline;
}   /*既にアクセスしたことのあるリンクに適用*/

a:hover{
	color:#ff0099;
        text-decoration:underline;
        font-style:italic;
}             /*マウスが上に乗っている状態のリンクに適用*/

a:active{
	color:#6633cc;
         text-decoration:underline;
}    /*選択されている状態のリンクに適用*/

