/* ページ全体 */
body {
	width: 700px;
	text-align: center; 
	margin: 1 auto; 
	}
	
.text1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	color: #666666;
	}

/* アンカーリンク用 */
#a_link {
	width: 700px;
	height: 10px;	
	}

/* ヘッダ部分 */
#header {
	width: 700px;
	height: 196px;
	}

/* サービス案内 */
#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: 6x;
		
	}
	