@charset "utf-8";

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",sans-serif;
}


#newlink   p   {
	font-size: 12px;
	margin-bottom: -10px;
}
#newlink .link   {
	padding-left: 14px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#newlink a {
	text-decoration: none;
	color: #0033FF;
}
#newlink a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 1px dashed #0033CC;
}
#newlink h2 {
	font-size: 12px;
	color: #0000FF;
	font-weight: lighter;
	border-left: 5px solid #FF0000;
	padding-left: 8px;
	margin-left: 2px;
}
