body {
	background-color: #000000;


　　}

.tiledBackground {
  background-image: url(背景.jpg);
  background-size: 100%;
  width: 100%;
  height: 100%;

}

p {

	text-align: left;
	width: 650px;
	margin: 0 auto 0px;
　　}

a{
	color: #FF6600;
}

h1{
	color: white;
	text-align: left;
	margin: 0 auto 0px;
	width: 650px;
}

h2{
	color: white;
	text-align: left;
	margin: 0 auto 0px;
	width: 650px;
}

h3{
	color: #FF6600;
	text-align: left;
	  position:  absolute;        /* 要素の配置方法を指定 */
    background-color: #ccc;     /* 背景色指定 */
    padding:  20px;             /* 余白指定 */
    right:  1050px;                /* 右からの位置指定 */
    top: 38px; 
	margin: -1 auto 0px;
	width: 42px;
}

span {
	color: #FF6600;
	text-align: left;
	margin: 0 auto 0px;
	width: 650px;

	
　　}

hr{
	color: white;
	margin: 0 auto 0px;
	width: 650px;
}

ul{
	color: white;
	text-align: left;
	margin: 0 auto 0px;
	width: 650px;
}

body {
  background-image: url("ファンデナゴヤ背景.jpg");
  background-repeat: no-repeat;

