html, body {
	background-image: url(img/bbbbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 100%;
	padding: 0px;
}
div.alpha{
	width:100px;
	height:200px;
	background:url("btbt.png");
}
* html div.alpha{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='btbt.png',sizingMethod='scale');
	background:none;
}
#massa {
	text-align: center;
	min-height: 100%;
	height: auto !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	padding: 0px;
}
#foot {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
	position:fixed;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	width: 100%;
}
img {
	margin: 0px;
	padding: 0px;
}
/* スタイルシート内のやつ
#foot {
	height: 30px;
	background-image: url(img/alal.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
}
 */
.fix {
	position:fixed;
	right:0px;
	left:0px;
	bottom:0px;
	background-color: #CCCCCC;
	width: 100%;
	padding-top: 3px;
	margin: 0px;
} 
h1 {
	color: #FFFFFF;
	font-size: 0.6em;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

