@charset "utf-8";

@import url("reset.css");
@import url("common.css");


#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	visibility: hidden;
}

.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 70;
	visibility: visible;
}

#container {
	width: 600px;
	margin: 80px 0 0 80px;
	z-index: 2000;
	zoom: 1;
	height: 80%;
}

/* IE6 cssƒnƒbƒN */
*html .wrapper {
	height: 100%;
}

#top_title {
	margin-top:20px;
	margin-bottom:40px;
}

.top_menu {
	padding-bottom:40px;
}

#footer {
	position: fixed;
	bottom: 2px;
	right: 20px;
	font-size: 85%;
	padding: 0;
	height: 20px;
	color: #444;
}


