@charset "UTF-8";

/***********************-
タイトル : シュア・プロジェ
概要：トップ

制作日：2009/01
-***********************/

@import url("basic.css");
@import url("btn.css");

#wrapper {
		background:#ECF0F3;

}


#news{margin: 0px auto 20px;
	padding: 0;
	text-align:left;/*IE6用ハック*/
	width:900px; border-bottom:1px dotted #FFF;
}
#news h3{
		margin:0 0 5px;
		padding:0;
	 text-align:left;
	 font-size:120%;
	}

#news dl{
	 magin:0 0 5px;
	}
#news dl dt{
	 magin:0;
	 float:left;
	 width:14em
	}
#news dl dd{
	 magin:0;
	 float:left;
	}
#news dl dd.day{
	width:150px; 
	float:right;
	}
#news dl dd.main{
	width:600px;
		 float:left;
}


