@charset "utf-8";
/*============================================
全般的なスタイル
============================================*/
body#count {
	line-height: 1; 		/* 行の高さを？倍にする */
	background-image:url("img/tsuku.gif");	/*ウェブページ全体の背景画像*/
}
body#rireki {
	line-height: 1.5; 		/* 行の高さを？倍にする */
	background-image:url("img/tsuku.gif");	/*ウェブページ全体の背景画像*/
}

a {
	font-weight:bold;
}
a:hover {
	color: aqua;
	position: relative;
	left: 2px;
	top: 2px;
}

/*============================================
文字の調整
============================================*/
.P12 {
	font-size: 12pt;
}
.P10MnGn {
	font-size: 10pt;
	margin-left: 10pt;
	color: green;
}
.P8 {
	font-size: 8pt;
}
.P6 {
	font-size: 6pt;
}
.P6Gn {
	font-size: 6pt;
	color: green;
}
.Rd {
	color: red;
}
.Lft {
	text-align: left;
}
.Ctr {
	/*margin : 0 auto;
	margin-left : auto;
	margin-right : auto;*/
	text-align: center;
}
.Rgt {
	text-align: right;
}

