@charset "UTF-8";
/* CSS Document */

body#index {
	
	background-color:#000;
}

#index h1,#index h3 {
	
	color:#fff;
}

#index h2 span {
	
}

#index section a, #index section a:visited {
	
	color:#fff;
}

#index section a:hover {
	color:#ccc;
}

#index section {
	/*
	background-color:#072d57;
	background:rgba(7,45,87,0.8);
	*/
}


#background {
	
	
	background-image:url('../images/bg.jpg');
	background-size:cover;
	background-position:center 6%;
}


#index .button:hover {
	
	color:#000;
}

#pagetop-frame {
	
	margin-top:0px;
}

#title-frame {
	
	position:relative;
	z-index:20;
	width:100%;
	text-align:right;
}

#pagetop-frame {


	padding:800px 0px 200px 0px;
}

#title-frame img{
	margin:0px;
	margin-right:120px;
}


