@charset "UTF-8";

/*================================================================

　　　　　　　　　　　　　　準備中CSS

================================================================*/

/* back ground collor */
body {
	background-color: #FFFFFF;
	text-align: center;
}

/* container */
#container {
	width: 800px;
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
}

body > #container {
        height: auto;
}

#header {
	height: 250px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#mid_column {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	padding-bottom: 150px;
}

.mid_inner {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.contents01 {
	line-height: 25px;
}

#footer {
	width: 100%;
	height: 150px;
	background-color: #EC7016;
	margin-top: -150px;
	clear: both;
	position: relative;
}

.copyright {
	line-height: 50px;
}
