/*** ニュースページ用 ***/
#newsbody { }
#newsbody h1 { font-size: 13pt; line-height:100%; }
#newsbody .name { font-size:12pt; padding-left: 1em;}
#newsbody .date { font-size:11pt; }
#newsbody .body { font-size:11pt; line-height: 1.3em; }
#newsbody .title { font-size:13pt; padding: 4px 0px; } 
#newsbody .caption {
	background-color:#E0E0FF;
}
#newslist { font-size:10pt; }
#newslist th { font-size:10pt; width:100px; }
#newslist td { font-size:10pt; line-height:1.5em; }
#newslist .title { font-size:13pt; font-weight: bold; }
#newslist .name { font-size:12pt; padding-left: 1em; } 
#newslist .body { font-size:10pt; }
#newslist a { text-align:right; font-size:9pt; }
#newslist .right { text-align:right;}
#newslist .title { 
	font-weight: bold;
	border-style:none;
	border-width:0;
	background-color:#FFFFFF;
	width:auto;
	font-size:13pt; 
	padding: 4px 0px; 
} 
#newslist .caption {
	background-color:#E0E0FF;
}