@charset "shift-jis";
/*###########################################
쌚
topnews.css
CSS Version 2.0
LastModified:2010.4.2 By kihira
###########################################*/
/*-----Global-----------------------------*/
*{
	padding: 0;
	margin: 0;
}
body{
	color:#888;
	text-align:left;
	font-size: 12px;
}
html,body{
	overflow-x: hidden;
}
.clear{ clear: both;}
img {
	border: 0;
}
p{
	line-height:18px;
	letter-spacing: 0.08em;
}
a{
	color:#007CD2;
}
a:hover{
	color:#FF990E;
}
td{
	padding:10px 8px 0 8px;
	vertical-align: top;
}
.newsbox{
	text-align: left;
	width:249px;
	height:74px;
}
.newsbox img{
	margin-right:10px;
}

