/* CSS Document */
body {
	background-color:#000000;
	background-image:url(images/pattern.gif);
	margin:0px;
}

.container {
	background-color: #f5f72a;
	position: relative;
	text-align: center;
	width: auto;
	height: 663px;
	margin-left: auto;
	margin-right: auto;

}


.main {
	background-color:#f5f72a;
	width: 827px;
	height: 663px;
	margin:0 auto;
}

.flash {
	width: 827px;
	height: 563px;
}

.image01 {
	background-image:url(images/image_02.jpg);
	width:414px;
	height:306px;
	float: left;
}

.image02 {
	background-image:url(images/image_03.jpg);
	width:413px;
	height:306px;
	float: left;
}

.image03 {
	background-image:url(images/image_05.jpg);
	width:414px;
	height:307px;
	float: left;
}

.image04 {
	background-image:url(images/image_06.jpg);
	width:413px;
	height:307px;
	float: left;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	width: 430px;
	height:30px;
	margin:0 auto;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
}

.bar_text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	width: 520px;
	margin:0 auto;
	color:#ffffff;
}

.bar_text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 520px;
	margin:0 auto;
	color:#ffffff;
}


.bar {
	background-color: #000000;
	position: relative;
	text-align: center;
	width: auto;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	width:20px;
	float: left;
}


