@charset "utf-8";

/* body
-------------------------------------------------- */
#body {
	text-align: center;
}
/* body直下のdiv
-------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 790px;
	height: auto;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #dde4f8;
	border-right: 1px solid #dde4f8;
	border-top: 0px solid #dde4f8;
	border-bottom: 1px solid #dde4f8;
	background-color: #fafaff;
	text-align: center;
}

/* body直下のdiv (公開用)
-------------------------------------------------- */
#wrappersml {
	overflow: hidden;
	width: 516px;
/*	height: 550px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #dde4f8;
	border-right: 1px solid #dde4f8;
	border-top: 0px solid #dde4f8;
	border-bottom: 1px solid #dde4f8;
	background-color: #fafaff;
	text-align: center;
}

/* ヘッダ
-------------------------------------------------- */
#header {
	display: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/* メイン部分
-------------------------------------------------- */
#contents {
	position: relative;
	width   : 100%;
	min-height: 550px;
	height    : auto !important;
	height    : 550px;
	margin-left  : auto;
	margin-right : auto;
	margin-top   : 0px;
	margin-bottom: 5px;
	text-align   : center;
	vertical-align: top;
}

/* メイン部分 (公開用)
-------------------------------------------------- */
#contentssml {
	position: relative;
	width   : 515px;
	min-height: 510px;
	height    : auto !important;
	height    : 510px;
	margin-left  : auto;
	margin-right : auto;
	margin-top   : 0px;
	margin-bottom: 5px;
	text-align   : center;
	vertical-align: top;
}


#minheight {
	height:550px; 
	width:0px; 
	margin:0; 
	padding:0; 
	overflow:hidden; 
	border:0;
}
/* フッタ
-------------------------------------------------- */
#footer {
	display: none;
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
