/* ------------------------------------------------ */
/* xxxxxxxx		様用 CSS		         		      				*/
/* 2009年2月10日 新規                               */
/* ------------------------------------------------ */


/* ページ全体 /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin:0;														/*外側のスペース幅*/
	padding:0;														/*内側のスペース幅*/
	background-color:#ffffff;										/*背景のイメージ*/
	color:#999999;													/*文字の色*/
	font-size:100%;													/*フォントの大きさ*/
}



/* ページ全体 /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.clear{
	clear:left;
}



/*フレーム関係 ///////////////////////////////////////////////////////////////////////////////////////////////////////*/													

#Container{															
  width:800px;													/*メインフレームの幅*/
  height:600px;													/*メインフレームの高さ*/
  position:absolute;												
  left:50%;
  top:50%;
  overflow:auto;
  margin-left:-400px;
  margin-top:-300px;
  border:none;
  overflow:hidden;
}


