@charset "utf-8";

/*

	Description : コンテンツエリア関係 他
*/


body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(img/bk.png) ;
	background-position: top;
	background-repeat: repeat-x;
}

div#container {
	width: 1004px;
	margin: 0 auto;
	
}

img {
	border: none;
	vertical-align: bottom;
}

