/*ボディタグスタイル*/
body {
 background-color: #FFFFFF;
 scrollbar-base-color: #ffffff;
 scrollbar-highlight-color: #ffffff;
 scrollbar-darkshadow-color: #cc0000;
 scrollbar-shadow-color: #ffffff;
 scrollbar-arrow-color: #cc0000;
 font-size: 10px;
 font-style: normal;
 color: #000000
 }

/*IME制御*/
	.input1 { ime-mode:active;}
	.input2 { ime-mode:inactive;}

/*文字指定*/
h1 { font-size: 9pt; color: #ee0011; font-weight: 600}
/*ヘッダタイトル*/
 .x01 { font-size: 18pt; color: #0033FF; font-weight: 900; font-style: italic}
/*商品番号*/
 .x02 { font-size: 10pt; font-weight: normal; color: #0033FF}
/*タイトル*/
 .x03 { font-size: 16pt; font-weight: 700; color: #666666}
/*価格*/
 .x04 { font-size: 18pt; font-weight: 900; color: #FF0000}
/*解説　標準*/
 .x05 { font-size: 12pt; font-weight: normal; color: #666666}
/*解説　注意*/ 
.x06 { font-size: 12pt; font-weight: bold; color: #FF0000}
/*タイトル　サイズダウン*/
 .x07 { font-size: 12pt; font-weight: 700; color: #666666}
/*最小文字設定*/
 .x08 { font-size: 9pt; color: #666666}

/*リンク文字色指定*/
 A:link { font-size: 10pt; ; color: #0000FF}
 A:visited { font-size: 10pt; ; color: #000099}
 A:hover { font-size: 10pt; color:#0066FF; }
 A:active { font-size: 10pt; ; color: #00CCFF}
/*テーブル定義*/
 .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}
 .ape { 
	padding:10px;
	font-size: 10pt;
	color: #0066FF;
	line-height:140%;
	background: #ffffff url("images2/back_ape.gif") no-repeat;
	background-position: bottom right;
}
table {
	border: none;

}

