@media print{
body{height:100%;} 
}

#main {
	background-image: url(../images/world_bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	padding-top: 2035px;
}
#btn {
	margin-top: 10px;
}
#header #header-text {
	padding: 10px;
	border: 3px solid #000;
	width: 660px;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header #header-title {
	background-color: #000;
	width: 100%;
	margin-top: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
#main-contents {
	background-color: #000;
	width: 890px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#information {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
}
#sns {
	text-align: right;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
#header-box {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}
#footer-box {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
