/* 基本フォントサイズ */
.font_7pt	{ font-size: 7pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_8pt	{
	font-size: 8pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}
.font_9pt	{
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
	line-height: 130%;
}
.font_10pt	{
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
	line-height: 120%;
}
.font_11pt	{ font-size: 11pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_12pt	{ font-size: 12pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_13pt	{ font-size: 13pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_14pt	{ font-size: 14pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_15pt	{ font-size: 15pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }
.font_16pt	{ font-size: 16pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }

.font_white		{ color: #ffffff; font-size: 10pt; font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; }

.font_bace	{
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

.new	{
	color: red;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka"; 
	
}


/* リンクカラーメイン */
.link:link    	{
	color: #0033CC;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

.link:visited 	{
	color: #0099CC;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

.link:hover   	{
	color: #0066FF;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

/* リンクカラーサブメニュー */
.link_s:link    	{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

.link_s:visited 	{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}

.link_s:hover   	{
	color: #FFFF99;
	text-decoration: underline;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka";
}


/* スクロール */
body {
    scrollbar-base-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
    scrollbar-face-color: #CFCFCF;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-darkshadow-color: #404040;
    scrollbar-arrow-color: #454545;
}

.red {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #CC0000;
}


.style2 {color: #999999}

.topics {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;
}
