
/*　ページ全体の背景*/

body{

   background-image:url(cg/bg_00.jpg);
  background-attachment:fixed;
   background-position:100% 100%;
   background-repeat:no-repeat;


 font-size:96%;

}



a{color:#000080;}
a:visited{color:#black;}
a:hover{color:blue;}




/*　ページ全体のタイトル*/
#syoudai{


   background-repeat:no-repeat;
   background-image:url(cg/bg_title.jpg);
   padding:8px 5px 0px;


   font-weight:bold;
   background-color:#7B848B;
   color:white;
   line-height:180%;
   position:relative;
   left:50px;
   width:400px;

}


/*　コンテンツの説明等に使う小さな見出し　*/
#minikomidasi{
   position:relative;
   left:100px;
   width:300px;
   font-weight:bold;
   background-color:#7B848B;
   color:white;
   line-height:120%;
    padding:5px;

}

/*　コンテンツの説明等に使う小さな本文　*/
#minibox{
   background-image:url(cg/bg_text.gif);
 position:relative;
 left:100px;
 width:300px;
 padding:5px;
 line-height:120%;
   padding:5px;
  font-size:x-small;
}




/*　本文見出し　*/
#komidasi{
   font-weight:bold;
   background-color:#7B848B;
   color:white;
   position:relative;
   left:50px;
   width:400px;
   padding:5px;
}

/*　本文　*/
#textbox{

   left:50px;
   width:400px;
   background-image:url(cg/bg_text.gif);
   position:relative;
   padding:5px 5px 20px;
   line-height:150%;
}


/*　本文内で強調する色１　*/
#color1{
   COLOR:#0C1860;
}


/*　本文内で強調する色２　*/
#color2{
   COLOR:#000080
;
}



/*　本文内の隠し文字　*/
#kakushi{
   COLOR:#cfcfcf;
}



/*　リンクの色指定　*/

#link01{
   color:white;
   font-size:x-small;
   text-decoration:none;
}

#link02{
   color:white;
   text-decoration:none;
}




/*　本文内の囲み　大　文字色を変える*/
#kakomi{
   left:5%;
   width:90%;

   background-image:url(cg/bg_kakomi1.jpg);
   background-position:100% 0%;
   background-repeat:no-repeat;


   background-color:white;
   position:relative;
   padding:15px 5px 15px;
   line-height:150%;
   COLOR:#0C1860;


}


/*　本文内の囲み　大　文字色は本文と同じ*/
#kakomihonnmonn{
   left:5%;
   width:90%;

   background-image:url(cg/bg_kakomi1.jpg);
   background-position:100% 0%;
   background-repeat:no-repeat;

   background-color:white;
   position:relative;
   padding:15px 5px 15px;
   line-height:150%;
}


/*　本文内の囲み　小　*/
#kakomini{
   left:25%;
   width:50%;

   background-image:url(cg/bg_kakomi2.jpg);
   background-position:100% 0%;
   background-repeat:no-repeat;

   background-color:white;
   padding:5px;
   position:relative;
   padding:5px 5px 5px;
   line-height:150%;
   position:relative;
   COLOR:#0C1860;
}



/*　注意書き見出し　少し幅の広い見出し*/
#komidasi2{
   font-weight:bold;
   background-color:#7B848B;
   color:white;
   position:relative;
   left:25px;
    width:450px;
   padding:5px;
   line-height:110%;
}



/*　注意書き本文　すこし幅の広いテキストボックス*/
#textbox2{
   left:25px;
    width:450px;
   background-image:url(cg/bg_text.gif);
   position:relative;
   padding:5px 5px 20px;
   line-height:110%;
}



/*　その章の最後　*/
#syoumatu{
   font-weight:bold;
   background-color:#7B848B;
   color:white;
   line-height:200%;
   position:relative;
   left:5px;
   width:500px;
}
