/* CSS Document */

BODY {                                   /* bodyの内容 */
    color: #000000;                   /* */
	background-color: #ffffff;   /**/
	font-family: "Osaka"; font-size: 12px; line-height: 18px;                /**/
}
td {  font-family: "Osaka"; font-size: 12px; line-height: 18px;}
.small_z {  font-family: "Osaka"; font-size: 5px; line-height: 5px;}
.small_x {  font-family: "Osaka"; font-size: 10px; line-height: 10px;}
.small {  font-family: "Osaka"; font-size: 11px; line-height: 14px;}
.normal {  font-family: "Osaka"; font-size: 12px; line-height: 18px;}
.big {  font-family: "Osaka"; font-size: 14px; line-height: 21px;}
.big2 {  font-family: "Osaka"; font-size: 18px; line-height: 21px;}

/* JDLトップページ　お知らせチェック */

#news a:link{
	text-decoration: none;
	color: #000000;
	}
	
#news a:visited{
	text-decoration: none;
	color: #000000;
	}
	
#news .check a:link{
	background-image: url(../image/000a110.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 12px;
	color: #97c6e8;
	display: block;
	}
	
#news .check a:visited{
	background-image: url(../image/000a111.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 12px;
	color: #FFFFFF;
	display: block;
	}
	
