
<!--
.text {  font-size: 12px; line-height: 120%}
.text12 {  font-size: 14px}
.text8 {  font-size: 10px}
.text10-2 {  font-size: 12px; line-height: 200%}
.abc {  font-family: "Courier New", "Courier", "mono"; font-size: 12px; line-height: 120%}



-->


/*ƒŠƒ“ƒNÝ’è
---------------------------*/

a:link  {color: gray; text-decoration: none;}
a:active  {color: gray; text-decoration: none;}
a:visited  {color: gray; text-decoration: none;}
a:hover  {color:  orange; text-decoration: none;} 

/*‚m‚d‚v‚r
--------------------------------------------------*/

/*‚m‚d‚v‚rBOXi1ƒuƒƒbƒNj*/

.news_box {
	height: 100px;
        width: 430px;
	margin: 0px 0px 0px 0px;
        vertical-align: top;
        text-align: left;
}

.news_box img {
                padding: 10px;
}

.news_box2 {
	height: 60px;
        width: 430px;
	margin: 0px 0px 10px 0px;
        vertical-align: top;
        text-align: left;
}

.news_box2 img {
                padding: 10px;
}

/*‚m‚d‚v‚rFƒeƒLƒXƒg*/

.news_title {
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px 0px 0px 20px;
	padding-bottom: 5px;
        border-bottom: 1px dotted gray;
        vertical-align: top;
        text-align: left;
}




.news_text {
	font-size: 10pt;
	color: gray;
	margin: 0px 0px 0px 20px;
	line-height : 140%;
}

.news_text a {color: #B2C2C6; font-weight: bolder; text-decoration: none; }
.news_text a:hover {color: orange; text-decoration: none; }

.news_date {
	font-size: 8pt;
	color: gray;
	margin: 0px 20px 0px 20px;
	line-height : 150%;
}

