@charset 'utf-8';
@import url("./common.css");

/* =======================================
  INDEX index.css
-----------------------------------------
  1.header_img
  2.news
  3.side
===================================== */


/* 1.header_img
=====================================*/
#header_img{
	width		: 651px;
	height		: 131px;
	margin-bottom	: 3px;
	clear		: both;
	background	: url("../img/bg-garden.jpg") no-repeat top left;
	}
	

/* 2.news
=====================================*/
#news{
	width		: 420px;
	margin-left	: 5px;
	float		: left;
	}

#news h3{
	margin		: 5px 0 0 3px;
	font-size	: 11px;
	font-weight	: bold;
	}

/* 3.side
=====================================*/
#side{
	width		: 220px;
	float		: left;
	text-align	: center;
	}