@charset "utf-8";
/* CSS Document */

#wrapper {
	height: 3500px;
	width: 780px;
	border: 1px solid #06F;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 170px;
	width: 780px;
	position: absolute;
	background-color: #D1F999;
	z-index: 3;
}
#menu {
	height: 1000px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 187px;
	z-index: 4;
}
#content {
	height: 2600px;
	width: 550px;
	position: absolute;
	left: 231px;
	top: 184px;
	z-index: 2;
}
.talk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: #000;
}

