@charset "utf-8";
/*
	Site Name: IBL
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== body setting ===========================================

	1: body and base setting
 2: acronyms and abbreviations styles

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



/* 1: body and base setting-------------------*/

body { background-image:   url(../common/back.jpg);
       background-repeat:  repeat-x }

/* acronyms and abbreviations styles -------------------------------------*/
acronym,abbr{cursor:help;}
.green_back_l {
	background-image: url(../special/img/bar_L.jpg);
	background-repeat: repeat-y;
}
.green_back_r {
	background-image: url(../special/img/bar_R.jpg);
	background-repeat: repeat-y;
}

