@charset "UTF-8";

#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

#header {
}

#footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

.inner {
}

/* フッターを画面下部に貼り付かせる。
---------------------------------------------------------------------------
*/
#container {
	min-height: 100%;
	margin-bottom: -50px;
	padding-bottom: -50px;
}
* html #container {
	height: 100%; /* for IE6 and below */
}


#footer {
	height: 50px;
}

