
ul#list_news li {
	border-bottom: 1px solid #919589;	/*下線の幅と線種と色*/
}

ul#list_news li a {
	display: block;
	width: 230px;
	text-decoration: none;
	color:#000;
}


/*左側メニューリンクのカーソルオーバー時設定*/
ul#list_news li a:hover, {
	color: #dc2e92;	/*オーバー時の文字色*/
	left: 0px;
	top: 0px;
}


#news_script {
margin-left:16px;
}

#news_script img {
padding:1px;
border:1px solid #cccccc;
}

table#news_script {
width:96%;
border:1px solid #cccccc;
margin-top:8px;
}

table#news_script td {
padding:10px;
padding-right:18px;
text-align:left;
}

.news_coms {
width:340px;
float:right;
margin:6px 0px 6px 0px;
}

.news_coms2 {
width:95%;
margin:6px 6px 0px 12px;
}


table#report_latest {
width:500px;
border-collapse:collapse;
}

#report_latest2 th {
width:90px;
padding:5px;
text-align:left;
line-height:120%;
border-bottom:1px dashed #999999;
}

#report_latest2 td {
width:390px;
padding:5px;
text-align:left;
line-height:120%;
border-bottom:1px dashed #999999;
}

#report_latest2 a{
color:#FF6600;
}

#report_latest2 a:hover{
color:#FF6600;
}

