@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400);


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	
}
.bg1 {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg_start.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.bg2 {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg_gray.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerstripe {
	height: 133px;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/bgblue.png);
	background-repeat: repeat;
}
#logo {
	padding: 0px;
	height: 130px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


#navi {
	font-size: 18px;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	text-align: center;
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#navi a {
	
	font-weight: normal;
	color: #006;
	text-decoration: none;
	
}
#navi a:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}



#apDiv1 {
	position: absolute;
	width: 343px;
	height: 413px;
	z-index: 1;
	left: 758px;
	top: -24px;
}
#content {
	height: auto;
	width: 1000px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 24px;
	color: #006;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: #006;
	text-decoration: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #006;
	text-decoration: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.text_small {
	font-size: 18px;
	color: #006;
}
