/* 基本 */

/* 全称 */
*{	margin:0;	padding:0;	font:normal 12px/1.25 "ＭＳ Ｐゴシック", "Osaka", sans-serif;	border:0px none;	text-decoration: none;	list-style-type: none;}

/* タグ */
body {text-align: center;}

/* ID */
	/* ドキュメント */
	div#document{	width: 760px; margin:0px auto; text-align: left;}
	
	/* ヘッダー */
	div#header{ width:100%;}
	
	/* メイン */
	div#main{ width:100%;}
	
	/* フッター */
	div#footer{ width:100%;}
	
	