@charset "utf-8";
/* CSS Document */

body {
	background-color:#F5F5F5;
	margin: 0px;
}

#div_main {
	position: relative;
	margin:auto;
	width: 1000px;
	height: 550px;
}

#div_title {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 740px;
	height: 88px;
}

#div_menu {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 83px;
	height: 300px;
	/*background-color: lightgrey;*/
}


#div_menu_box_left {
	position: absolute;
	top: 145px;
	left: 80px;
	width: 5px;
	height: 300px;
	/*background-color: lightgrey;*/
}

#div_menu_box_right {
	position: absolute;
	top: 145px;
	left: 911px;
	width: 5px;
	height: 300px;
	/*background-color: lightgrey;*/
}

.div_menu_button {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: right;
	width: 70px;
	height: 17px;
	margin-bottom: 6px;
	padding: 3px;
	color: grey;
	display: inline-block;
	cursor: pointer;
}

.div_menu_button_down {
	font-family: "Arial";
	font-size:14px;
	font-weight:bold;
	text-align: right;
	width: 70px;
	height: 17px;
	margin-bottom: 6px;
	padding: 3px;
	color: white;
	display: inline-block;
	cursor: pointer;
}

.btn1 {
	background-color: #009696;
}
	
.btn2 {

	background-color: #FFC800;
}

.btn3 {

	background-color: #B4D200;
}
	
.btn4 {

	background-color: #640096;
}

.btn5 {
	background-color:#F5F5F5;
}

.div_menu_square {
	width: 4px;
	height: 17px;
	margin-bottom: 1px;
	padding: 3px;
	display: inline-block;
}

.div_page{
	position: absolute;
	z-index: 3;
	top: 125px;
	left: 90px;
	width: 820px;
	height: 395px;
	background-color: white;
	border: solid 1px black;
	
}

.div_txt{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: absolute;
	text-align: right;
	font-size:16px;
	top: 20px;
	left: 45px;
	width: 280px;
	height: 350px;
	float: initial;
}

a:link, a:visited {
    color: grey;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.div_img{
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 410px;
	height: 333px;
	padding: 15px;
	border: solid 1px grey;

}


#div_footer{
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	position: absolute;
	bottom: 0px;
	left: 110px;
	width: 700px;
	height: 10px;
}

.h9 {
	font-family: "Georgia", Times New Roman, Times, serif;
}