@charset "Shift_JIS";

html{
	height:100%;
}

body{
	color: #333333;
	background-color: #e1e1e1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;
}

#wrapper {
	width: 768px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-repeat: repeat-y;
	min-height: 100%;
	text-align:left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common_bg.gif);
	padding-bottom: 0px;
}

* html #wrapper {
	width: 788px;
}

/*　IE7を含むモダンブラウザにのみ適用（バージョン6以下のIEを除外）　*/

html>body>#wrapper {

	height: auto;

}
