/* back ground color */
body {
	/*font-family :
	Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,
	'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */

	font-family :
	'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','osaka',
	'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif'; 
	/*font-family : 'メイリオ', 'Meiryo';*/

	background-color: #FFFACD;
	overflow: scroll;/* firefoxで全体が右にズレることがあるため */
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* 全体の初期化 */
body, h1, h2, h3, h4, p, ul, li, dl, dt, dd {
	padding: 0px;
	margin: 0px;
	/*	font-family: "Times New Roman", Times, serif;*/
	/* [disabled]font-family: "Meiryo", 'メイリオ'; */
	font-size: 95%;
	color: #222;
}

/* back ground */
#wrapper {
	text-align: center;
	width: 690px;
	height: 440px;
	background-image: url(../images/header_bg2.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: auto;
	clear: both;
	overflow: hidden;/* これがないと背景が表示されない */
}
