

/*ベースボックス*/
#base {
	width: 680px;
	height: 400px;
	display: block;
 	background-color: #FFFFFF;
}
#header{
	width: 680px;
	height: 33px;
	background-image: url(../img/head.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FF0000;
}
#mainimg{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#button{
	width: 94px;
	height: 21px;
	margin-top: 10px;
	margin-left: 575px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: lime;
}
#footer{
	width: 100%;
	height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(../img/line.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#copy p{
	width: 100%;
	height: 20px;
	padding-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #FF0000;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: "serif";
	color: #FFFFFF;
}