/* CSS Document */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

td, th, p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}

td, th {
	font-size:	small;
	line-height: 150%;
}

a:link,a:visited,a:active {
	color: #194F9E;
	text-decoration: underline;
}

a:hover {
	color: #11366b;
	text-decoration: underline;
}

strong {font-weight: bold;}

p {	font-size: small;}
h1 {font-size: x-large;}
h2 {font-size: large;}
h3 {font-size: medium;}
h4 {font-size: small;}
h5 {font-size: x-small;}
h6 {font-size: xx-small;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

.clr {
	height: 1px;
	width: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0%;
	clear: both;
	overflow: hidden;
}
