/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0px 0px 0px 0px;
	color: #333333;
	height: 80px;
	text-align: center;
	background-color: #fdfdfd; 
	background-position: center top;
	background-repeat: repeat-x;/* 背景を繰り返す */
	background-position: 50% 0%;/* 背景画像の位置は画面中央 */
	background-attachment:fixed;/* 背景画像を固定する */
}
