@charset "Shift_JIS";

/*トップページ以外に適用されるスタイルシート----------------------------*/
/*Copy LLC JIRKI*/
#header {
   padding: 0 0 0 0;
   margin: 20px 0 0 0;
   } 

/*ページ全体のブロック設定*/
.tab {
   margin: 10px 0 50px 0;
   }

/*画像などを自動的に右にフロート*/
.rr {
   float: right;
   margin-left: 10px;
   }
   
/*画像などを自動的に左にフロート*/   
.ll {
   float: left;
   margin-right: 10px;
   } 

h2 {
   font-size: 16px;
   border-right: 10px solid #00aeff;
   border-bottom: 1px solid #00aeff;
   }

h3 {
   font-size: 14px;
   margin: 10px 0 10px 0;
   border-bottom: 1px dotted #333333;
   }

table {
   width: 99%;
   margin: 10px 0 10px 0;
   }

th {
   width: 20%;
   text-align: left;
   }
   
td {
   width: 78%;
   text-align: left;
   line-height: 1.5em;
   }  
   
dl {
   margin-top: 10px;
   }  
   
dt {
   border-bottom: 1px dotted #333333;
   margin-bottom: 10px;
   font-weight: bold;
   }    
   
dd {
   margin: 10px 0 30px 0;
   padding: 0 0 0 10px;
   line-height: 1.5em;
   } 

#left .item {
   margin: 0 0 30px 0;
   clear: both;
   }

.img {
   float: left;
   margin-right: 10px;
   }
   
   
.text {
   float: right;
   margin: 0 0 0 5px;
   }   

#left .itembook {
   margin: 0 0 30px 0;
   clear: both;
   }

.book {
   float: right;
   }
   
.booktext {
   float: left;
   }  
   
#left ol li {
   line-height: 1.5em;
   list-style: square;
   }  
   
#left li {
   margin: 0 0 0 25px;
   }  



