@charset "UTF-8";
/* css/news_text.css */
.contents_transformation {
	background: tranparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
	text-align: left;
}
.contents h1, h2, h3, h4, h5, h6, p {
    /*
	font-family: "Times New Roman", Times, serif;
	*/
    font-weight: normal;
	letter-spacing: 0;
	line-height: 1.3;
	vertical-align: baseline;
}
.serif_italic {
	/*
    font-family: "Times New Roman", Times, serif;
	*/
    font-style: italic;
	font-size: 100%;
}
.contents h1, h4 {
	font-size: large;
	color: #006600;
}
.contents h2, h3, h5, h6 {
	color: #006600;
}
.contents p {
	color: #000000;
	font-size: medium;
}
.contents strong {
    /*
	font-family: "Times New Roman", Times, serif;
	*/
    font-weight: bold;
}
.contents ul {list-style-type: disc;}
.contents ul.none {list-style-type: none;}
.green {color: #009900;}