@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 80%;
	line-height: 140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Century Gothic, Helvetica, sans-seri;
	padding:0;
	width: 650px;
}

a {
	
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	
	text-decoration:none;
}



li {
	list-style-type: none;
}

#news_line {
	margin: 0;
	
}
#news_line ul{
	margin: 10px 0;
}
#news_line li{
	padding: 0 0 10px 0;
}


#news_line table  {
	margin: 0 0 0 20px;
	padding: 0;
	width:　90%;
	
}

#news_line td {
	padding: 10px 0 0 0;
	
}
#news_line th {
	padding: 10px 0 0 0;
	width:100px;
	text-align: left;
	font-weight: normal;
}

