/* for directory "report" add 2009.07.28 */

/* 記事囲み枠 ex.参考文献 */
.sansyou {
	border: 1px solid #666;
	margin: 2px 20px;
	padding: 5px;
	line-height: 120%;
	font-size: 0.9em;
}

/* 参考文献テキスト用 */
.sansyou ol{
	margin-left: 35px;
}
.sansyou ol li{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 5px;
	padding-right: 30px;
}
.sansyou ul{
	margin-left: 35px;
}
.sansyou ul li{
	list-style-type: none;
	list-style-position: outside;
	padding-right: 30px;
}

.contents{
	margin-left: 2em;
} 

.text_crc {
	font-weight: bold;
	text-align: right;
	}

/* add 2009.03.03 */
/* 月報特集タイトル用 */
.back_blue2 {
	border-bottom: 1px solid rgb(0, 51, 153);
	border-left: 5px solid rgb(0, 51, 153);
	font-weight: bold;
	margin-right: 10px;
	padding: 1px 1px 1px 7px;
}

/* add 2009.03.27 */
/* 月報特集タイトル用 */
.back_pink {
	border-bottom: 1px solid rgb(245, 141, 162);
	border-left: 5px solid rgb(245, 141, 162);
	font-weight: bold;
	margin-right: 10px;
	padding: 1px 1px 1px 7px;
}

/* add 2009.10.21 */
/*　月報目次用　*/
.title_contents1 {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon_sq_lp1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 20px;
	height: 17px;
	text-indent: 23px;	}
	
.title_contents2 {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon_sq_lb1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 20px;
	height: 17px;
	text-indent: 23px;	}	

.title_contents3 {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon_sq_blue2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 20px;
	height: 17px;
	text-indent: 23px;	}

.author_contents {
	font-size: 12px;
	color: #333;
	vertical-align: top;
	text-align: right;
	margin-top: -12px;
	margin-right: 17px;
	margin-left: 60px;
	margin-bottom: -7px;}

/* add 2013.05.31 */
.title_pen {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon-pen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 105%;
	padding-left: 4.5em;
	margin-bottom: 10px;	}
	
.title_book {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon-bookalt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 105%;
	padding-left: 4.5em;
	margin-bottom: 10px;	}
	
.title_report {
	font-size: 12px;
	font-weight: bold; 
	color: #333;
	background-image: url(../images/icon-layers.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
	height: 17px;
	text-indent: 23px;	}	

/* 月報index用　add 2009.05.26 */

.mr_frame {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 35px;
	margin-right: 30px;
	font-size: 1.0em;
	line-height: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-color: #006;
}
