

/* ---------------------------------------------------------------------- BASE */

body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../imgpc/back0.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0000CC;
}

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

a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li ,form{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/* ---------------------------------------------------------------------- CLASS */

.fsize10 {font-size: 10px}
.fsize10-long {
	font-size: 10px;
	line-height: 140%;
}
.fsize12 {font-size: 12px}
.fsize12-long {
	font-size: 12px;
	line-height: 140%;
}
.fsize14 {font-size: 14px}
.fsize14-long {
	font-size: 14px;
	line-height: 140%;
}


