/*======================================================================================================================*/
/*  doc list   */

body.b-doc #list {
   margin: 0;
   text-align:left;
   }

body.b-doc #list table {
   width:100%;
   border: 1px solid #aaaaaa;
   border-collapse: separate;
   margin: 0;
   text-align:left;
   clear:both;
}

body.b-doc #list th, 
body.b-doc #list td {
   padding: 6px 3px;
   text-align:center;
   }
body.b-doc #list th {
   text-align:center;
   }

body.b-doc #list td.title {
   text-align: left;
   }
   
#dourokasen ol {
   list-style-type: decimal;
   }
   
#dourokasen li {
   margin: 5px 0px 20px 20px;
   }
   
/*======================================================================================================================*/
/*  qa   */

ul.qaa {
   list-style-type: disc;
   margin-left: 20px;
   }
   
p.sub {font-size: 16px;
   font-weight:bold;}
   
p.tensai {
   border: 1px solid #CC0000;
   background-color:#eeeeee;
   text-align:right;
   margin: 5px 0px;
   padding: 1px 20px 1px 0px;
   }
   
p.shiryou {
   border: 1px solid #CC0000;
   background-color:#eeeeee;
   text-align:left;
   margin: 5px 0px;
   padding: 1px 10px;
   }

#doc-text {
   width: 580px;
   padding: 0 0 5px 0;
   margin: 0;
   position: relative;
   text-indent: 0em;
   }
   
#doc-text .text {
   border-top: 1px dotted #999999;
   padding-top: 10px;
   }

#doc-text dl {
	width: 580px;
	margin: 0;
	padding: 0;
	}

#doc-text dl dt {
    margin: 0;
	padding: 8px 0 5px 10px;
	width: 70px;
	float: left;
	clear: both;
	}

#doc-text dl dd {
    margin-left: 0px;
	margin-bottom: 5px;
	padding: 8px 0 10px 105px;
	}

#doc-text dd.last {
    border-style: none;
	}


#doc-text ol {
   list-style-type: decimal;
   margin-left: 18px;
   }

#doc-text dl dt.day {
    font-size: 130%;
	font-weight: bold;
    margin: 0;
	padding: 8px 0 5px 10px;
	width: 140px;
	float: left;
	clear: both;
	border-top: 3px solid #CC0000;
	text-align: center;
	vertical-align: bottom;
	}

#doc-text dl dd.title {
    font-size: 120%;
	font-weight: bold;
	color: #CC0000;
    margin-left: 150px;
	margin-bottom: 10px;
	padding: 8px 0 5px 20px;
	border-top: 1px solid #999999;
	}
	
div.pic img {
   border: 1px solid #666666;
   }
   
div.pic img.none {
   border: none;
   }
   
body.b-doc a:hover img {
   border: 1px solid #1155cc;
   opacity:0.6;
   filter:alpha(opacity=60);
   -ms-filter: "alpha( opacity=60 )";
   }