

body{

	background-color: #ffffff;/*ページ全体の背景色*/
	margin: 0;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;


}

/*	text-align: center;*/
/*	text-align: left;*/


/*●サイト全体（※ここは触らないで下さい）*/
#bana{
	width: 200px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: absolute;
	z-index: 3;
	background-color: #ffffff;/*最上部帯の背景色*/
}



#bnn{
	position: fixed;
	_position: absolute;
	margin: 0px auto 0px auto;


	width: 200px;

	background: #fff;
	text-align: left;
	z-index: 5;
}