@charset "UTF-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../images/mainback.gif);
	background-repeat:repeat-y;
	background-position: center;
}

td,th {
	font-size: small;
	line-height: 150%;
}

a:link, a:visited,  a:active {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6, li {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6, 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; }

li 	{ font-size: small; }

img {
	border: none;
}

.clr {
	height: 1px;
	width: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: none;
	font-size: 0px;
	line-height: 0%;
	clear: both;
	overflow: hidden;
}
