/* ページ全体 */
body {
	width: 700px;
	text-align: center; 
	margin: 1 auto;
		}
		
/* アンカーリンク用 */
#a_link {
	width: 700px;
	height: 10px;	
	}


/* ヘッダ部分 */
#header {
	width: 700px;
	height: 138px;
	margin: 0 auto; 
	}

/* サービス案内 */
#navi1 {
	width: 700px;
	height: 29px;
	background: url(top_image/title2.gif) ;
	text-indent: -9999px;
	}
	
/* 基本サービス */
#navi2 {
	width: 700px;
	height: 37px;
	}
	
/* 内容部分 */
#pagebody {
	width: 700px;
	background: url(top_image/background2.gif) ;
	font-size: 12px;
	color: #666666;
}


	
/* フッタ部分 */
#footer {
	width: 700px;
	height: 32px;
	background: url(top_image/footer1.gif)  no-repeat;
	
	margin: 0;
	padding: 6px;
		
	}
	
	