/* category -> body */
body{
	margin:0px;
	padding:0px;
	text-align:center;
    background-color:#ffffff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
}

td{
	font-size:12pt;
	line-height:18px;
	color:#333333;
}

/* category -> link */

a:link,a:visited{
	color:#3366cc;
	text-decoration:none;
}

a:hover{
	color:#3366cc;
	text-decoration:underline;
}

a:active{
	color:#3366cc;
	text-decoration:none;
}

/* category -> text */

.textformtitle{
	font-size:14pt;
	line-height:21px;
	color:#000099;
	font-weight:bold;
}

.textmidashi1{
	font-size:14pt;
	line-height:21px;
	color:#0066cc;
}

.textred{
	color:#ff0000;
}