@charset "utf-8";

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

リラからのお知らせ

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

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

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

バー

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

h2{
	width:660px;
	height:26px;
	margin:0 auto 10px;
	padding:0;
	font-size:107%;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
	background:#F27E39;
	}
	
/*------------------------

テキスト

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

.text_info{
	width:650px;
	margin:0 auto 15px;
	padding:0;
	}
	

	

