@charset "Shift_JIS";

body {
/*	width: 440px;*/
	width: 250px;
	margin: 0;
	padding: 0;
    font: 13px/1.231 "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",meiryo,arial,helvetica,clean,sans-serif;
}

table {
/*	width: 470px;*/
	width: 250px;
	margin-left: 20px;
	border-collapse: collapse;
}
td {
	line-height: 1.5;
	vertical-align: top;
	padding-bottom: 8px;
	color: #93bf39;
	font-size: 12px;
}
td.release {
	width: 57px;
	text-indent: -9999px;
	background: transparent url("../../images/news_release_icon.gif") no-repeat 10px 4px;
}
td.IR {
	width: 45px;
	text-indent: -9999px;
	background: transparent url("../images/news_ir_icon.gif") no-repeat 10px 4px;
}
a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover, a:active {
	color: #808080;
	text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

	#news_list dl dt	{
		color : #999966 ;
		font-weight : bold ;
		padding-top: 5px;
	}

	#news_list dl dd	{
		padding : 2px 0 8px 0 ;
		border-bottom: 1px dotted #333333;
	}

	#news_list dl dd a:link,a:visited {
	    color: #808080;
	    text-decoration: none;
	}
	#news_list dl dd a:hover{
		text-decoration: underline;
		color: #FF6600;
	}

	#news_list dl dd img	{
		margin : 0 10px 0 0 ;
	}


