/* CSS Document */

body               {background-color:GhostWhite;
                    background-image:url(images/bg.gif);
                    }
					
*                  {margin-top:0;
                    margin-bottom:0;
					}
					
div#page            {width:748px;
                     border:1px solid #87CEFA;
		margin:0 auto;
}
#page h1{
	font-size:8pt;
	line-height:0px;
	text-indent:-9000px;
}
#page h2{
	font-size:8pt;
	line-height:0px;
	text-indent:-9000px;
}
#page h3{
	font-size:8pt;
	line-height:0px;
	text-indent:-9000px;
	display:none;
}	
#page p{
	font-size:8pt;
	line-height:0px;
	text-indent:-9000px;
	display:none;
}				 
/*ヘッダ*/

.header              {width:48px;
                      height:63px;
					  border-bottom:8px solid #87CEFA;
					  background-color:#FFFFFF;
					  }
					  
/*メイン*/



.footer                {width:748px;
                        background-color:#87CEFA;
						color:#333333;
						height:30px;
						font-weight:bold;
						font-size:11pt;
                        }