/* テーブル共通 */
table.hanpu
{
	font-size: 9pt;
	width: 560;
	text-align: left;
	color: #000000;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

/* 頒布品 見出し（共通） */
td.hanpuTitle{
	font-weight: bold;
	line-height: 100%;
}

/* ここからは、頒布品毎にスタイルを設定 */
td.panpuListTitle1{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #0E60C2;
}
td.panpuListTitle2{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #339900;
}
td.panpuListTitle3{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #FF8C00;
}
td.panpuListTitle4{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #C71585;
}
td.panpuListTitle5{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #0E60C2;
}
td.panpuListTitle6{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #339900;
}
td.panpuListTitle7{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #FF8C00;
}
td.panpuListTitle8{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #C71585;
}

td.hanpuList1{background-color: #AED6FF;}
td.hanpuList2{background-color: #F2FEF7;}
td.hanpuList3{background-color: #FFE4B5;}
td.hanpuList4{background-color: #FFE4E1;}
td.hanpuList5{background-color: #AED6FF;}
td.hanpuList6{background-color: #F2FEF7;}
td.hanpuList7{background-color: #FFE4B5;}
td.hanpuList8{background-color: #FFE4E1;}

td.hanpuListPrice1{
	text-align: right;
	background-color: #AED6FF;
}
td.hanpuListPrice2{
	text-align: right;
	background-color: #F2FEF7;
}
td.hanpuListPrice3{
	text-align: right;
	background-color: #FFE4B5;
}
td.hanpuListPrice4{
	text-align: right;
	background-color: #FFE4E1;
}
td.hanpuListPrice5{
	text-align: right;
	background-color: #AED6FF;
}
td.hanpuListPrice6{
	text-align: right;
	background-color: #F2FEF7;
}
td.hanpuListPrice7{
	text-align: right;
	background-color: #FFE4B5;
}
td.hanpuListPrice8{
	text-align: right;
	background-color: #FFE4E1;
}

table.hanpuOrd
{
	width: 560;
	text-align: left;
	color: #000000;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

/* 頒布品申込　タイトル */
td.hanpuOrdTitle{
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: #339900;
	height: 20;
	
}

/* 頒布品申込　タイトル内部 */
td.hanpuOrdTitle2{
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #C2EEE7;
	height: 20;
}

/* 頒布品申込　リスト */
td.hanpuOrdList{
	text-align: left;
	background-color: #C2EEE7;
	border-color: #C2EEE7;
}

/* 頒布品申込　リスト2 */
td.hanpuOrdList2{
	text-align: left;
	background-color: #FFFFFF;

}