@charset "utf-8";
/*------------------------------------------------------------------------------
移行用CSS
------------------------------------------------------------------------------*/
/* 見出し
#content h2{
	background:#d0e7ff url(h2_bg.gif) no-repeat right bottom;
}
#content h3{
	background:#eff7ff url(h3_bg.gif) no-repeat right bottom;
}
#content h4{
	background:url(h4_bg.gif) no-repeat right bottom;
}
#content h5{
	background:url(h5_bg.gif) no-repeat right bottom;
}
#content h6{
	background:url(h6_bg.gif) no-repeat right bottom;
} */

/* テーブル
#content table{
	background:#ffffff;
} */
/* 入れ子リスト */
#content ul,#content2 ul,#content ol,#content2 ol{
	background:#faf8d0;
}
#content ul.objectlink,#content2 ul.objectlink{
	background:none;
}
/* #content ul ul,#content2 ul ul,#content ol ul,#content2 ol ul,
#content ul ol,#content2 ul ol,#content ol ol,#content2 ol ol{
	background:#eeeeee url(ireko.gif) no-repeat right bottom;
} */
