*{	/* 全ての要素を表す */
    margin:0;
    padding:0;
}

html{
   	 height:100%;
}

a:hover {	/* ポイント時のスタイル */
	 background-color: #ffd78c;
}

a {
	 text-decoration: none;	/* ポイントしたときに下線を消す  */
 } 

body{
	background-image:url(kabe/wall15.jpg);
	height:100%;
}

* html div#start{
    	height:100%;
}

div#start{
	position:absolute;left:50%;
	top:0px;
    	width:652;/* はみ出しを防ぐ */
	margin:0px auto;
	background-color:rgb(239,106,7);
	margin-left:-320px;
    	min-height: 100%;

}

div#main{
   	padding-bottom:30px;
	min-height:100%;
	font-size:5em;

}

div#foot{
	position:absolute;width:100%;
    	border:double 3px #760014;
    	background-color:#ffffff;
    	bottom:0px;
    	height:30px;
    	border-width:3px 0px;
    	text-align:center;
    	line-height:30px;
}

td{
 	background-color: #ffffff;
 }

th{
	bgcolor=rgb(80,255,255);
 }

h1{
	font-size:40pt;
	color:black;
	text-align:center;
	background-image:url(kabe/metal06.jpg);
}

h2{
	background-color:blue;
	color:white;
	text-align:center;
}

h3{
	background-color:pink;
	text-align:center;
}

div#size{
	font-weight:bold; 
	font-size:12pt;
	line-height:1.5em;
}

p.ind{
	text-indent:1em;
} 

.aka{
	color:red;
}

.green{
	color:green;
}

.chuo{
	text-align:center;
}
