@charset "utf-8";
/* CSS Document */

html {
	background:#076bbb;
	}
#wrap {
	overflow-x:hidden
}

/*header*/

#header {
	width:100% !important;
}
#logWrap {
	width:730px !important;
	margin:0 auto !important;
	float:none !important;
}
#tagline {
	width:520px !important;
}


/**#popup*********************************************/
#popup {
	width:100%;
	margin:0 auto;
	text-align:left;
	/*background:#FFF;*/
	border-top:3px solid #509cd9;
}

#popup h1 {
	padding-top:0;
	padding-bottom:10px;
	font-size:180%;
	border-bottom:2px solid #a6a691;
	margin-bottom:1em;
}

/**#article*********************************************/
#popup  #article {
	float:none;
	width:730px;
	padding:30px 0;
	margin:0 auto;
}

#popup  #close {
	margin-top:30px;
	text-align:center;
	}

footer {
	padding:15px 0 0 0;
	background:#509cd9;
}

footer #close {
	margin:0 auto;
	width:730px;
	text-align:center;
}

footer #close a {
	margin:0 auto;
	display:block;
	width:200px;
	color:#FFF;
	font-weight:bold;
	padding:1px 0;
	border:1px solid #FFF;
	background:#509cd9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

footer #close a:hover {
	background:#7cb7e6;
	text-decoration:none;
}

footer #fHunetoma {
	margin-top:15px;
}

#fHunetoma p {
	width:730px;
}