body {
	text-align:center;          /* IE用の中央寄せ */
	border: none;

	line-height : 1.4;						/* 行間 */
	font-size: small !important;					/* IE 7向け */
	font-size: x-small;						/* IE 6以下 */
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

html>/**/body {
	font-size: 12px;						/* モダンブラウザ向け */
}

td {
	line-height : 1.5;						/* 行間 */
	font-size: small !important;					/* IE 7向け */
	font-size: x-small;						/* IE 6以下 */
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

html>td {
	font-size: 12px;						/* モダンブラウザ向け */
}


/* ■文字を小さく■ */
.font_10 {
	line-height : 1.5;						/* 行間 */
	font-size: x-small !important;					/* IE 7向け */
	font-size: xx-small;						/* IE 6以下 */
}

html>.font_10 {
	font-size: 10px;						/* モダンブラウザ向け */
}


/* ■文字を大きく■ */
.font_14 {
	line-height : 1.5;						/* 行間 */
	font-size: medium !important;					/* IE 7向け */
	font-size: small;						/* IE 6以下 */
}

html>.font_14 {
	font-size: 14px;						/* モダンブラウザ向け */
}



#main {
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;     /* 中身を左側表示に戻す */
}




/* オークションルール
------------------------------------------------------------ */

/* シンボル画像 */

.symbol {
	background-position: right bottom;
	background-repeat: no-repeat;
}


#items {
	background-image: url(../auction/images/rule/symbol_items.gif);
}

#track {
	background-image: url(../auction/images/rule/symbol_track.gif);
}

#atm {
	background-image: url(../auction/images/rule/symbol_atm.gif);
}

#packing {
	background-image: url(../auction/images/rule/symbol_packing.gif);
}

#handshake {
	background-image: url(../auction/images/rule/symbol_handshake.gif);
}

#evaluation {
	background-image: url(../auction/images/rule/symbol_evaluation.gif);
}

#tears {
	background-image: url(../auction/images/rule/symbol_tears.gif);
}

#sending_back {
	background-image: url(../auction/images/rule/symbol_sending_back.gif);
}

#office {
	background-image: url(../auction/images/rule/symbol_office.gif);
}