/*ナビリンク部分 */
a.navi		{ color: #ffffff; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.navi:active	{ color: #ffffff; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.navi:visited	{ color: #ffffff; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.navi:hover 	{ color: #ffffff; text-decoration: underline; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
	

/*新着リンク部分 */
a.newstitle		{ color: #4B88C1; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.newstitle:active	{ color: #4B88C1; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.newstitle:visited	{ color: #4B88C1; text-decoration: none; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
a.newstitle:hover 	{ color: #4B88C1; text-decoration: underline; font-size: 12px;font-family: "ＭＳ Ｐゴシック", Osaka;}
	


/*通常リンク部分 */
a		{color: #303030; text-decoration: none;font-family: "ＭＳ Ｐゴシック", Osaka;}
a:active	{color:#303030; text-decoration: none;font-family: "ＭＳ Ｐゴシック", Osaka;}
a:visited	{color:#303030; text-decoration: none;font-family: "ＭＳ Ｐゴシック", Osaka;}
a:hover 	{color:#303030; text-decoration: underline;font-family: "ＭＳ Ｐゴシック", Osaka;}

.f12{
	font-size: 12px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
.f10{
	font-size: 10px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.stitle {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newstitle {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #4B88C1;
}
.smd {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	font-weight: bold;
	color: #ECB500;
	background-image: url(http://www.vclip.jp/imgs/md_line.gif);
	padding: 3px 0px;
	height: auto;
	text-indent: 10px;
	margin: 0px 0px 10px;
}
