/*タイトル*/ 

.m-title
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 24px; font-weight: bold; color: #006699}
.s-title
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20px; color: #CC0066;
	background-color: #DDDDDD}
.ss-title
	{color: #993366; font-size: 16px;
	background-color: #FFFFCC}

/*各種タグ*/ 

body{background-color: #FFFFFF}
p{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:90%; line-height: 150%;
	color: #333333;text-indent: 7pt}
h4
	{font-size: 100%;color: #3333CC;
	font-family: "ＭＳ Ｐゴシック", "Osaka"}
h5
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 95%; color: #333333}
ul
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 90%; line-height: 150%; color: #0066CC}
ol
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 90%;color: #669900; font-weight: bold;}


/*その他のスタイル*/ 
.image-title
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;font-weight: bold;color: #666666 }
.top-title
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #006699;font-weight: bold }
.s_topic
	{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 97%;font-weight: bold;color: #336600 }

.st{font-size: 95%;color: #FF0000;text-indent: -9pt }

.sty0{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt; color: #000000}

.sty1{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt; color: #000000}

.sty11{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11pt; color: #000000}

.sty2{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:11pt;color: #333333}

.m-sty{font-size: 11pt;color: #3333CC;
	font-family: "ＭＳ Ｐゴシック", "Osaka"}

.inst_sty1{font-family: "ＭＳ ゴシック", "Osaka";
	line-height:12pt;font-size:10pt;color: #FFFFFF;font-weight:bold}

.inst_sty11{font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:9pt;color: #FFFFFF;font-weight:bold}

.inst_sty2{font-family: "ＭＳ ゴシック", "Osaka";
	line-height:12pt;font-size:10pt;color: #FF0000;font-weight:bold}


/*リンクに関するスタイル設定*/ 

A:link,A:visited	
 {color:"#FF6619"; 
	 background: none; 
	 text-decoration:none; }
A:hover,A:active	
 {color:"#FF0000"; 
	 background:"#B3B3B3"; 
	 text-decoration:none; }