@charset "UTF-8";
/* CSS Document */

body {
		background-image:url(image/bg_01_01.jpg);
		background-repeat: repeat;
}

#main
	{
		margin: 0 auto;
		width: 100%;
		height: 100%;
		text-align: center;
}

#content
	{
		margin: 1em auto;
		width: 820px;
		height: 390px;
		text-align: left;
		margin-bottom:-14px;
		background: url(image/bg_content_04.png) no-repeat;
}


#btleft
	{
		width: 200px;
		height: 150px;
		text-align: center;
		background-color:red;
		float:left;
		top: 200px;
}

#btright
	{
		width: 200px;
		height: 150px;
		text-align: center;
		background-color:green;
		top: 200px;
		left: 450px;
		float: left;
}
