/*------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------*/
html, body {
	background: url(../../images/bg.jpg) top center no-repeat;
}
h2{
	float: left;
	width: 65px;
	margin: 8px 10px 0 0;
}
ul#news {
	float: left;
	width: 500px;
	margin: 8px 0 0 0;
}
ul#news li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../../images/arrow01.gif) 0 50% no-repeat; 
}

ul#news span {
	margin: 0 30px 0 10px;
	color: #00A0C6;
}
h3 {
	float: right;
	width: 320px;
}
