/*----------プロパティー・・----------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:   url("../ja/research_development/images/bg_000.gif");
}

/*----------フォント・・----------*/
.text {
	line-height: 20px;
	font-size: 12px;
	color: #555555;
}

.title {
	font-size: 18px;
	color: #0E3B6A;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	letter-spacing: 2px;
}

.sub_title {
	font-size: 14px;
	color: #0E3B6A;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	letter-spacing: 2px;
}

.news_topic_title {
	font-size: 12px;
	color: #666666;
}

.lead {
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	line-height: 18px;
}

.text_red {
	line-height: 20px;
	font-size: 12px;
	color: #CC0000;
}

.xx-large {
	font-size: 18px;
	color: #0E3B6A;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-size: 10px;
	color: #555555;
}

/*----------リンクカラー・・----------*/
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #336699;
}
