@charset "shift-jis";
/*###########################################
news.css
CSS Version 2.0
LastModified:2009.08.24 By Mtec
###########################################*/
*{
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}

body{
	font-family: Arial;
	color:#ffffff;
	font-size: 12px;
	background-color: #0D0D0D;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}
.clear{ clear: both;}

a{color:#ffffff;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}

#information{
	width: 454px;
}
#information .infoline{
	height:28px;
	border-bottom: 1px dashed #C9CACB;
}
#information .infoline-inner{
	margin-left:5px;
	padding:5px 0 0 20px;
	background: url('../news/img/list.jpg') center left no-repeat;
}
.topinfo{
	width: 454px;
}
.topinfo td{
	border-bottom: 1px dashed #C9CACB;
	padding:5px 0 0 20px;
	background: url('../news/img/list.jpg') center left no-repeat;
	height:28px;
	font-size:12px;
}
