@charset "utf-8";
/*--a--*/

	body {
		margin:0px;
		padding:0px;
		font:18px tahoma;
	}
	
/*--tm--*/

	header {
		text-align:center;
		padding:30px;
		background:#0776bc;
		color:#FFF;
	}
	article {
		text-align:center;
	}
	article > section:nth-child(1) {
		margin:20px 10px;
	}
	article > section.c1 {
		margin:40px 0px 20px 0px;
	}
	article > section.c1 input {
		font-size:20px;
		margin:2px 0px 4px 0px;
		width:295px;
		padding:8px;
	}
	article > section.c1 button {
		margin:40px 0px 25px 0px;
	}
	article > section.c2 {
		color:#0776bc;
		margin:40px 0px 40px 0px;
	}
	article > section.c2 div {
		margin:10px 10px 30px 10px;
	}

