/* ------------ */
/*  frame_top   */
/* ------------ */

/* ------------------------------- */
/* ↓ month_property_x.css へ移動  */
/* ------------------------------- */
/*
.frame_top {
	position:		absolute;
	left:			2px;
	top:			2px;
	width:  		855px;
	background-color: #F6FFF6;
	border-top:		1px solid #5599FF;
	border-bottom:	1px solid #5599FF;
	z-index:		1;
}
*/
/* ------------------------------- */

.frame_top_for_prn {	/* 印刷用 */
	top:			2px;
	height:			20px;
	width:  		800px;
	border-top:		1px solid #5599FF;
	border-bottom:	1px solid #5599FF;
	/*              上   右   下    左	*/
	padding:		5px  7px  5px   7px;
	z-index:		1;
}
/* ------------- */
/*  frame_left   */
/* ------------- */
.frame_left {
	position:		absolute;
	left:			2px;
	width:			175px;
/*	height:			100%;*/ /* fly menu 使用時はこちらは不可 */
	height:			600px;
	border:			0px solid #5599FF;
	z-index:		3;
}
/* -------------- */
/*  frame_bottom   */
/* -------------- */
.frame_bottom_for_screen {		/* スクリーン表示用 */
	position:		absolute;
	left:			177px;
	width:			670px;	/* 720px; */
/*	height:			100%;*/
	/*              上   右    下    左	*/
	margin:			7px 7px  5px   7px;
	border:			0px solid #5599FF;
/*    overflow:		auto;	/*			/* right_windowをｽｸﾛｰﾙさせる場合 */
    overflow:		none;				/* right_windowをｽｸﾛｰﾙさせない場合 */
	z-index:		1;
}
/* -------------------- */
/*  frame_all_products  */
/* -------------------- */
.frame_all_products {
	position:			absolute;
	left:				2px;
	width:				845px;	/* 720px; */
	/*        	        上   右    下    左	*/
	margin:				0px 7px  5px   7px;
	border:				1px solid #cccccc;
    overflow:			none;				/* right_windowをｽｸﾛｰﾙさせない場合 */
 	padding:			10px;
	background-color:	#f0f0f0;
	z-index:		1;
}

/* ------------------- */
/*  frame_bottom_info   */
/* ------------------- */
.frame_bottom_info {
	position:			absolute;
	left:   			100px;	/* 177px */
	top:				70px;
	width: 	 			650px;					/* bar_skelton.bmpと横幅を合せる */
/*	height: 			100%;	*/
	/*					上   右    下    左	*/
	margin:				17px 7px  5px   17px;
	border: 			0px solid #5599FF;
	margin-top:			25px;					/* bar_skelton.bmp の Height と合せる */
 	padding:			0px;
/*    overflow:		auto;	*/			/* right_windowをｽｸﾛｰﾙさせる場合 */
    overflow:		none;				/* right_windowをｽｸﾛｰﾙさせない場合 */
	z-index:			1;
}
.frame_bottom_info2 {
	position:			absolute;
	left:   			25px;	/* 177px */
	top:				70px;
	width: 	 			800px;					/* bar_skelton.bmpと横幅を合せる */
/*	height: 			100%;	*/
	/*					上   右    下    左	*/
	margin:				17px 5px  5px   5px;
	border: 			0px solid #5599FF;
	margin-top:			25px;					/* bar_skelton.bmp の Height と合せる */
 	padding:			0px;
/*    overflow:		auto;	*/			/* right_windowをｽｸﾛｰﾙさせる場合 */
    overflow:		none;				/* right_windowをｽｸﾛｰﾙさせない場合 */
	z-index:			1;
}
/* ----------------------- */
/*  frame_bottom_info の枠  */
/* ----------------------- */
.frame_bottom_other {
	position:			absolute;
	left:   			35px;	/* 177px */
	top:				90px;
	width: 	 			770px;					/* bar_skelton.bmpと横幅を合せる */
/*	margin-top:			25px;	*/				/* bar_skelton.bmp の Height と合せる */
 	padding:			10px;
	z-index:			1;
	background-color:	#f0f0f0;
}
.frame_bottom_other_2 {
	position:			absolute;
	left:   			25px;	/* 177px */
	top:				90px;
	width: 	 			790px;					/* bar_skelton.bmpと横幅を合せる */
/*	margin-top:			25px;	*/				/* bar_skelton.bmp の Height と合せる */
 	padding:			5px;
	z-index:			1;
	background-color:	#f0f0f0;
}

