/*----------------------------------------------------
page css for asahikasei

----------------------------------------------------*/
/*----base---*/
BODY,TD{
font-size: 12px;
line-height:120%;
font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
}
.txt10 {
	font-size: 10px;
	line-height: 120%;
}
.txt11 {
	font-size: 11px;
	line-height: 120%;
}
.txt14 {
	font-size: 14px;
	line-height: 120%;
}
.txt16 {
	font-size: 16px;
	line-height: 120%;
}
.txt18 {
	font-size: 18px;
	line-height: 120%;
}

/*----top---*/
#top-news {
	OVERFLOW: auto;
	width:100%;
	HEIGHT: 80px;
	border: 1px solid #778899;
	padding:10px 15px 5px 15px;
}

#top-news .news{
  font-size:14px;	
	margin-bottom:5px;
}


/*----news---*/
table.news {
  border-top: 2px solid #778899;
	border-right: 2px solid #778899;
	border-bottom: 2px solid #778899;
	border-left: 2px solid #778899;
	margin-bottom:20px;

}

table.news .news-title{
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom: 1px dashed #778899;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/news_titlebg.jpg);
	padding-top: 5px;
}

table.news .news-photo{
	float: left;
}

table.news .news-photo img{
	margin:0px 20px 10px 10px;
}

.news-contents{
padding:0px 10px 10px 10px;
}

table.news .news-contents td{
	font-size: 14px;
	line-height:130%;
}
