@charset "Shift_JIS";


body {
	font-size: 100%;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
html {
	height: 100%;
}
#top_contents {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0px;
	margin-bottom: -109px;
}
#up-bar {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#under {
	background-image: url(../img/back_under.gif);
	background-repeat: repeat-x;
	height: 94px;
	padding-top: 15px;
}
#under a {
	color: #666666;
}

.push {
	height: 109px;
}



#contents_area {
	width: 949px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}