@charset "utf-8";

/*________________________________________________

	name:			top.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2009-09-11
	lastmodified:	****-**-**
________________________________________________*/


@import "import.css";

/*--------------------------------------------------------------
#topimage　トップページのみ
--------------------------------------------------------------*/
#topimage {
	width: 620px;
	margin: 0 0 10px 0;
}
#topimage img {
	width: 620px!important;
	border: 0;
}

/*--------------------------------------------------------------
topmain　メインコンテンツ部分の外枠（トップのみ）
--------------------------------------------------------------*/
#topmain {
	display: block;
	float: left;
	width: 620px;
	height: auto;
	margin: 20px 0 20px 20px;
	padding: 0;
	text-align: left;
}


