@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#666666;
}

body {
	width:500px;
	background-image:url(../img/news_bg01.jpg);
	background-repeat:no-repeat;
}


ul {
	list-style-type:none;
	margin-left:10px;
	margin-top:50px;
}

li {
	margin-bottom:15px;
}


a:link    {
	color:#990000;
	text-decoration:underline;
}    

a:visited {
	color:#990000;
	text-decoration:underline;
}   

a:hover   {
	color:#CC3300;
	text-decoration:underline;
} 
a:active  {
	color:#990000;
	text-decoration:underline;
}