/* ---------- タイトル ---------- */
div#main_box_title{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/system_title.png");
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	height:60px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	text-indent:-999999px;
	clear:both;
}

/*テキスト*/
div.system_text{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url(../img/system_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
	width:780px;
	height:auto;
	margin:10px auto 0px auto;
	padding:800px 0px 10px 0px;
	text-align:center;
	line-height:150%;
	color:#E2D084;
	clear:both;
	}
div.system_text span{
	color:#E2D084;
	}