﻿@charset "utf-8";

body {
	background: #2f2f2f;		/* ■ロゴ画像の背景が透明で文字は白と黒のため */
	background-image : url(../img/background.jpg) ;
	background-repeat : repeat-x ;
}

a img {
  border: none;
  color: #bbbbbb;
  background: transparent;
}