@charset "utf-8";
/* --------------------------------------------------

	common/css/top.css

-------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-image: url(../../image/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}	

/* ------------------------
	image
------------------------ */
#image {
	height: 280px;
	width: 810px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ------------------------
	main
------------------------ */
#main {
	width: 810px;
	overflow: hidden;
}

/* ------------------------
	contents
------------------------ */
#contents {
	width: 586px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contents h2 {
	margin-bottom: 20px;
}
#contents p {
	margin-bottom: 20px;
}

