@charset "utf-8";

* {
	border: 0px	;
	margin: 0px	;
	padding: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #3e3e40;
	background-color: #edf3fa;
}
#wrap {
}
#wrap #header{
	background-color: #fff;
	height: 100px;
	padding-top: 20px;
}
#wrap #header #slogan{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header #slogan h2 {
	color: #75a4d3;
	text-align: right;
	font-size: 38px;
	font-weight: normal;
}
#wrap #header #slogan h3 {
	text-align: right;
	margin-bottom: 240px;
}

#wrap #header #slogan #logo {
	float: left;
	position: relative;
	top: -48px;
	left: 150px;
}
#wrap #mainnavi{
	background-color: #75a4d3;
	height: 40px;
}
#wrap #content{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 375px;
}
#wrap #content a {
	color: #75a4d3;
	text-decoration: none;
}
#wrap #content a:hover {
	color: #3e3e40;
	text-decoration: none;
}


#wrap #content #foto {
	float: left;
}

#wrap #content #text {
	margin-left: 250px;
	padding-top: 15px;
}
#wrap #content #text h3 {
	text-align: right;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 120px;
}
#wrap #content #text h4 {
	text-align: right;
	font-weight: normal;
	font-size: 14px;
}

#wrap #content #text hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3e3e40;
	margin-bottom: 10px;
	margin-top: 240px;
}

#wrap #content #text p {
	text-align: right;
	margin-bottom: 10px;
}

#wrap #footer{
	background-color: #edf3fa;
	height: 55px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #75a4d3;
}
#wrap #footer #textfoot {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 3px;
}

#wrap #footer h5 {
	font-weight: normal;
	float: left;
	margin-right: 125px;
}
#wrap #footer h5 a {
	color: #75a4d3;
	text-decoration: none;
}
#wrap #footer h5 a:hover {
	color: #3e3e40;
	text-decoration: none;
}




#wrap #footer p  {
	font-size: 10px;
	text-align: right;

}
