/* トップメニューのリンク部分 */
.top_menu
{
	font-size:9pt;
	font-family:ＭＳ Ｐゴシック;
	color:white
}
.top_menu a
{
	text-decoration:none;
	color:white
}
.top_menu a:hover
{
	color:blue
}
/* 左メニューのリンク部分 */
.link_str
{
	font-size:8pt;
	font-family:ＭＳ Ｐゴシック;
	color:orangered;
	line-height:13pt
}
.link_str a
{
	color:orangered
}
.link_str a:hover
{
	color:6B4EFF
}
/* 特性表の文字 */
.status
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:#333333
}
/* インフォメーションの文字 */
.info
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:#9E3F00
}
/* ボトム部分のリンク */
.bottom
{
	font-size:9pt;
	font-family:ＭＳ Ｐゴシック;
	color:#333333
}
.bottom a
{
	text-decoration:none;
	color:#333333
}
.bottom a:hover
{
	color:orangered
}
/* ボトム部分の文字 */
.bottom_str
{
	font-size:9pt;
	font-family:ＭＳ Ｐゴシック;
	color:#9E3F00;
	line-height:12pt
}
/* 会社の問い合わせ先の文字 */
.str
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:#333333;
	line-height:15pt
}
/* コピーライトの文字 */
.copyright
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:white
}
/* 製品一覧のリンク */
.list_link
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:#333333
}
.list_link a
{
	text-decoration:none;
	color:#333333
}
.list_link a:hover
{
	color:blue
}

/* Q&Aのリンク */
.faq_link
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:#9E3F00;
	line-height:15pt
}
.faq_link a
{
	text-decoration:none;
	color:#9E3F00
}
.faq_link a:hover
{
	color:blue
}

/* サイトマップのリンク */
.sitemap
{
	font-size:10pt;
	font-family:ＭＳ Ｐゴシック;
	color:blue
	line-height:15pt
}
.sitemap a
{
	color:blue
}
.sitemap a:hover
{
	color:orangered
}

