@charset "utf-8";
/* print.css */


/* --------------------------------

	* Conference Style Sheet {


		* last update　2013.02
	
	}
	
--------------------------------- */


@media screen {
	h3.txt_title {
		background	: url(../img/common/common/txt_title_h3_bgi.gif) top left no-repeat;
	}
}
@media print {
	h3.txt_title:before {
		height: 33px;
		content: url(../img/common/common/txt_title_h3_bgi.gif) top left no-repeat;
	}
}
