body {
	margin: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 150%;
font-size:12px;
}

/*--リンクstyle--*/
a {
	text-decoration: underline;
}
a:link { color: #000000 }
a:visited { color: #000000 }
a:active { color: #000000 }
a:hover   { color:#CC6635 }

a.black:link { color: #000000 }
a.black:visited { color: #000000 }
a.black:active { color: #000000 }
a.black:hover   { color:#CC6635 }

a.blue:link { color: #404ca0 }
a.blue:visited { color: #404ca0 }
a.blue:active { color: #404ca0 }
a.blue:hover   { color:#CC6635 }

a.red:link { color: #FF0000 }
a.red:visited { color: #FF0000 }
a.red:active { color: #FF0000 }
a.red:hover   { color:#CC6635 }

img{
	border:0;
}

.font12{
line-height: 150%;
font-size:12px;
}

table{font-size:12px;line-height: 150%;}

