/*
Newpost Catch StyleSheet

With the version up of the plug-in, so will be overwritten "style.css" file each time,
I think how to directly edit the "style.css" file and how would you or declined.
If you wish to apply a CSS style on its own,
In the "/wp-content/themes/theme directory/css/" as you please create a "newpost-catch.css".
Please the name of the file to create and "newpost-catch.css". The other is the file name, does not apply.

*/

#npcatch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px;
	padding-bottom: 15px;
}

#npcatch img{
	float:left;
	padding-right: 10px;
	padding-left: 0px;
}

#npcatch .title{
	background-image: url(http://info.miku.sega.jp/wp-content/themes/twentyten/images/link_star.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	padding-bottom: 3px;
	width:160px;
	float:left;

}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch .title a{
	color: #333333;
}

#npcatch .date{
	font-size: 11px;
	color: #888888;
}
