/*ボディタグスタイル*/
body {
	background-color: #ffffff;
	background-image: url(./images/back.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin:0px;
}
/*文字指定*/
h1 { font-size: 9pt; color: #ee0011; font-weight: 600}

/*ヘッダタイトル*/
	.x01 { font-size: 12pt; color: #666666; font-weight: 900; }
/*商品番号*/
	.x02 { font-size: 8pt; font-weight: normal; color: #999999}
/*商品名*/
	.x03 { font-size: 14pt; font-weight: 300; color: #002299}
/*価格表示*/
	.x04 { font-size: 14pt; font-weight: 900; color: #990000}
	.x05 { font-size: 12pt; color: #666666; font-weight: 300}
	.x06 { font-size: 12pt; color: #990000; font-weight: 300}

.t01 { font-size: 12pt; font-weight: bold; color: #FFFFFF; background-color: #FF0000}
.t02 { font-size: 10pt; color: #0000FF; background-color: #FFCC00; font-weight: bolder}
.t03 { font-size: 14pt; color: #666666; background-color: #FFFFFF}
.t04 { font-size: 10pt; color: #333333; background-color: #eeeeee}
.t05 { font-size: 24pt; color: #0066FF; background-color: #EEEEEE}
.t06 { font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #0099FF}

.contents table {
	margin-top:0px;
	margin-bottom: 10px;
}
.contents td {
	padding-bottom: 10px;
}
.contents li {
	margin: 20px;
}
