html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #766959;
	font-size: 14px;
	font-weight: bold;
}

#container {
	position:absolute;
	z-index: 1;
	width: 700px;
	top: 0px;
	left: 50%;
	margin-left: -350px;
}

#head {
	position:relative;
	z-index: 2;
	width: 700px;
	height: 150px;
	left: 0px;
	top: 0px;
	
	background-repeat: no-repeat;
	background-position: left top;
}

#abc {
	margin-left: 65px;
	margin-right: 65px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#content {
	margin-left: 65px;
	margin-right: 65px;
}

#middle {
	position:relative;
	z-index: 2;
	width: 700px;
	left: 0px;
	background-image: url(../pic/media-knowhow_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer {
	position:relative;
	z-index:20;
	width: 700px;
	height: 113px;
	background-image: url(../pic/media-knowhow_foot.jpg);
	text-align: center;
}

a:link { 
 	color:#766959;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
 	color:#766959;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
 	color:#413E3B;
	text-decoration:none;
	font-weight:bold;
}

a:active {
 	color:#766959;
	text-decoration:none;
	font-weight:bold;
}

a:focus {
 	color:#413E3B;
	text-decoration:none;
	font-weight:bold;
}

h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.4em;
}
