@charset "UTF-8";

/**************************************************************

#THIS_FILE {
	--------------------------------------------
	filename: style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	共通で使用する大枠のスタイル
	--------------------------------------------
	+ 1: XXXX;
	+ 2: XXXX;
	+ 3: XXXX;
	+ 4: XXXX;
	--------------------------------------------
}

#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}
	
**************************************************************/



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

	[+1] index.html
	
============================================================== */

p.times {
text-align:right;
}

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

	[+2] rule.html
	
============================================================== */

table.separate {
width:550px;
margin:10px 0 30px 25px;
}
  table.separate td,
  table.separate th {
  padding:8px;
  background:url(../imgdir/common/bg_dot01.gif) 0 bottom repeat-x;
  }
  table.separate td.last,
  table.separate th.last {
  background:none;
  }
  table.separate th {
  text-align:center;
  }
  
.btn_toGoods {
text-align:center;
}

p.system a {
	background:url(../imgdir/common/icn_black.gif) 0 center no-repeat;
	padding:0 0 0 16px;
}
