/* @charset "UTF-8"; */

/* Machikyara	##################################### */

div#wrapper {
	margin: 0 auto;
	width: 800px; height: 500px;
}

div#header {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 800px; height: 220px;
	background: url(../img/machikyara/header.jpg) no-repeat;
	text-indent: -9999px;
}

div#left {
	float: left;
	width: 600px;
}
	div#left-1 {
		margin-bottom: 30px;
		width: 600px; height: 170px;
		background: url(../img/machikyara/left_1.jpg) no-repeat;
		text-indent: -9999px;
	}
	div#left-2 {
		margin-bottom: 30px;
		width: 600px; height: 209px;
		background: url(../img/machikyara/left_2.jpg) no-repeat;
		text-indent: -9999px;
	}
	div#left-3 {
		margin-bottom: 30px;
		width: 600px; height: 174px;
		background: url(../img/machikyara/left_3.jpg) no-repeat;
		text-indent: -9999px;
	}
	div#left-4 {
		margin-bottom: 30px;
		width: 600px; height: 304px;
		background: url(../img/machikyara/left_4.jpg) no-repeat;
		text-indent: -9999px;
	}

div#right {
	float: right;
	width: 200px;
}

div#footer {
	margin-bottom: 30px;
	width: 800px; height: 9px;
	background: url(../img/machikyara/footer.gif) no-repeat;
	clear: both;
	text-indent: -9999px;
}










