body{
background-color:#ffffff;
link:#000000;
vlink:#000000;
alink:#000000;
}
a:link { text-decoration:none; color:#000000}     	/*リンクの色*/
a:visited { text-decoration:none; color:#000000}  	/*すでにみたリンク*/
a:active { text-decoration:none; color:#000000}   	/*クリックした時の色*/
a:hover { text-decoration:underline; color:red} /*カーソルが上にある時の色*/
BODY{　　　　　　　　　　　　　　　　/*スクロールバーの色を設定します*/
  scrollbar-face-color:white;
  scrollbar-track-color:#A9A9A9;
  scrollbar-arrow-color:#FCCADA;
  scrollbar-highlight-color:#FCCADA;
  scrollbar-shadow-color:#FCCADA;
  scrollbar-3dlight-color:#FCCADA;
  scrollbar-darkshadow-color:#FCCADA;
}
.title-main {
	font-size: 15pt;
	font-weight: bold;
	line-height: 19pt;

}
.font01 {
	font-size: 10pt;
	line-height: 14pt;
}
.title-white {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16pt;


}
.title-contentsmenu {

	font-size: 13pt;
	font-weight: bold;
}
