
/* div#contents の文書スタイル標準設定 (使わなくても構わない) */

div#contents {
        padding-top: 3px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
        line-height: 135%;
}

div#contents h1{
        color: #000000;
        font-weight: normal;
        font-size: x-large;
        border-bottom:  3px dotted #666699; /* #7799CC */
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 4px;
        padding-bottom: 5px;
        line-height: 110%;
}

div#contents h2{
        font-size: large;
        font-weight: normal;
/*	color: #550000; */
/*        border-bottom:3px dotted  #7799CC;
        border-left:  3px dotted  #7799CC; */
        border-bottom:3px solid  #AADDFF;
        border-left:  7px solid  #7799CC;
	padding: 0px 5px 5px 8px;
/*        border-top:3px dotted  #BBDDFF;
        border-right:  3px dotted  #BBDDFF; 
	padding: 5px 8px 5px 8px; */
        margin-right: 25px;
/*	margin: 0px 20px 20px;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 5px;
	clear: both;*/
}

div#contents h3{
        color:#006020;
        font-size: medium;
        border-bottom:1px solid  #777777;
        padding-left:  0px;
}

div#contents li{
   margin-bottom: 5px;
}
div#contents ul.b_green{  /* <ul class="b_green"> で項目マーカーを緑丸に */
   list-style-image: url(images/aicons/Balls/b_green.gif);
}
div#contents ul.b_blue{  /* <ul class="b_blue"> で項目マーカーを青丸に */
   list-style-image: url(images/aicons/Balls/b_blue.gif);
}
div#contents ul.b_red{  /* <ul class="b_red"> で項目マーカーを赤丸に */
   list-style-image: url(images/aicons/Balls/b_red.gif);
}
div#contents ul.b_grey{  /* <ul class="b_grey"> で項目マーカーを灰色に */
   list-style-image: url(images/aicons/Balls/b_grey.gif);
}

div#contents div.readings div.doc{ 
   background-repeat:no-repeat;
   padding-left: 40px;
   border-bottom: 1px solid #cccccc;
   padding-bottom: 4px;
   margin-bottom: 4px;
   line-height: 100%;
}

div#contents div.readings div.docindiv{ 
   background-repeat:no-repeat;
   padding-left: 15px;
   border-bottom: 1px solid #cccccc;
   padding-bottom: 4px;
   margin-bottom: 4px;
   line-height: 100%;
}

/* div#contents div.readings{ 
   background-image:url(img/readings_bk.png);
   background-repeat:repeat-x;
}*/

div#contents div.readings span.lead{ 
   font-size: small;
}
div#contents div.readings span.postdate{ 
   font-size: small;
   color: #006600;
}

div#contents div#author{ 
   font-weight: bold;
   text-align: right;
   margin-bottom: 10px;
   margin-right: 10px;
}
