@charset "UTF-8";

a{/*リンクされた文字*/
    color:#437695;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color: #437695;
	font-style: normal;
	text-decoration: none;
}
a:visited {/*訪問後のリンク*/
	color: #934C7B;
	text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
	color: #ff0000;
	font-style: oblique;
	text-decoration: none;
}
a:active {/*クリック中*/
}

.header {
	height: 100%;
	background-repeat: no-repeat;
	background-color: #009a44;
	background-position: center;
	color: #fff;
}

body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	
	
}
.cont_left {
	float: left;
	width: 40%;
	padding-left: 20%;
	padding-top: 50px;
}
.cont_left red {
	color: red;
	font-size: 30px;
}
.cont_right {
	padding-top: 100px;
	padding-left: 10%;
}
.footer {
	font-size: 12px;
}
