@charset "utf-8";

/*
======== table of content. =================================

summary:レイアウト定義
  
-CONTENT  
  - MAIN

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

/*-------------------------------------
MAIN
---------------------------------------*/

/* TOPページ用はcss/index.cssに */

/* 以下は下層ページ用 */

body#treeIndex #mainOnecolumn2 {
	padding:0px 60px 10px 60px;
	width:780px;
	background:
		transparent
		url(../../img/common/bg_content.jpg) 
		repeat-y center top;
}
