@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

body, td {
	font-size: 10pt;
	line-height: 150%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0066CC;
}

a:hover {
	color: #FF6600;
}

.small {
	font-size: 8pt;
}
.big {
	font-size: large;
}

.test {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
