/*======================================

	linkマーク、Amazon[AA]マーク

=======================================*/

span.linkmark {
	background-color: #ff3333;
	font-size: x-small;
}

span.aalink {
	background-color: #666600;
	font-size: x-small;
}

/*======================================

	左メニュー用

=======================================*/

span.sidecolor1 {
	color: #B6BD55;
	font-weight: bold;
}

div.fontsmall {
	font-size: small;
}

/*======================================

	本文の＜em＞用

=======================================*/

span.bluebold {
	color: #01b0f0;
	font-weight: bold;
}

/*======================================

	中央左揃え

=======================================*/

.centerleft1 {
	text-align:center;          /* IE用の中央寄せ */
}

.centerleft2 {
	width:60%;                /* 幅 */
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;            /* 中身を左寄せに戻す */
}

