/*全体*/
body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
td{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}


/*link*/
a:link{
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover   {
	text-decoration: underline;
	}

/*feature*/
.sp{
	font-size: 14px;
	font-weight: bold;
	margin: 3px 5px 3px 5px;
	color: #FF6600;
}
/*大見出し・特集見出しなど*/
.title{
	font-size: 120%;
	font-weight: bold;
	margin: 3px 5px 3px 5px;
	color: #000000;
}
/*タイトルの上の分用*/
.sub{
	font-weight: bold;
	margin: 3px 5px 3px 5px;
}
/*リード文*/
.lead{
	line-height: 1.4em;
	font-weight: bold;
	margin: 3px 5px 3px 5px;
}
/*テキスト*/
.text{
	line-height: 1.4em;
	margin: 2px 5px 2px 5px;
}
/*ライター*/
.writer{
	font-size: 80%;
	margin: 3px 5px 3px 5px;
	color: #003399;
	font-style: italic;
}
