<style type="text/css">
<!--
/*スクロールバー*/
BODY {
	scrollbar-face-color: #bee1f6;
	scrollbar-arrow-color: #00468b;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #c0e0e6;
	scrollbar-darkshadow-color: #00468b;
	font-family:"MS UI Gothic", Osaka, "ＭＳ Ｐゴシック";
	font-size:11pt;
}

h3 {
	font-size:100%;
	font-weight:900;
	color:#333333;
	border-bottom:1px dashed #666666;
	margin:0px;
	padding:2px;
}


/*フォント-ID名による*/
font#TITLE_1{
	font-size:16pt;
	color:#0;
	font-weight:500;
}

font#TITLE_2{
	font-size:14pt;
	color:#0;
	font-weight:400;
	text-decoration:underline;
}

font#TITLE_SHADOW{
	font-size:14pt;
	color:#0;
	font-weight:700;
	width:100%;
	filter:DropShadow(offx=3,offy=3,color=#b4b4b4);
}

font#TIPS{
	font-size:10.5pt;
	color:#4b5468;
	font-weight:400;
	line-height:100%;
}

font#TIPS_2{
	font-size:8pt;
	color:#4b5468;
	font-weight:400;
	line-height:100%;
}


/*フォント-クラス名による*/
font.TITLE_1{
	font-size:16pt;
	color:#0;
	font-weight:500;
}

font.TITLE_2{
	font-size:14pt;
	color:#0;
	font-weight:400;
	text-decoration:underline;
}

font.TITLE_SHADOW{
	font-size:14pt;
	color:#0;
	font-weight:700;
	width:100%;
	filter:DropShadow(offx=3,offy=3,color=#b4b4b4);
}

font.TIPS{
	font-size:10.5pt;
	color:#4b5468;
	font-weight:400;
	line-height:100%;
}

font.TIPS_2{
	font-size:8pt;
	color:#4b5468;
	font-weight:400;
	line-height:100%;
}


/*イメージ*/
IMG{
	MARGIN:0;
	border-style:none;
}

/*テーブル*/
TABLE{
	font-family:"MS UI Gothic", Osaka, "ＭＳ Ｐゴシック";
	font-size:11pt;
	font-weight:400;
	margin:0;
	border-style:none;
	line-height:140%;
}

/*リンク*/
a:link{
	color:BLUE;
	text-decoration:none;
}
a:visited{
	color:BLUE;
	text-decoration:none;
}
a:active{
	color:BLUE;
	text-decoration:none;
}
a:hover{
	color:BLUE;
	text-decoration:underline;
}
</style> 
