html{
    height:100%;
	scrollbar-face-color: #000000;
    scrollbar-track-color: black;
    scrollbar-arrow-color: #993f63;
    scrollbar-3dlight-color: black;
    scrollbar-highlight-color: #993f63;
    scrollbar-shadow-color: #993f63;
    scrollbar-darkshadow-color: black; 
}
body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	
}
* html div#container{
    height:100%;
}
div#container{
	width: 700px;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	background-image: url(backimg/main2.gif);
}
body > #container {
        height: auto;
}
.header {
	height: 200px;
	width: 700px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.main {
	padding-bottom:360px;
	background-image: url(backimg/main2.gif);
	margin: 0px;
	text-align: right;
}
#foot{
	position:absolute;
	bottom:0px;
	height:360px;
	width:100%;
	background-image: url(backimg/main3-b.jpg);
}
#update {
	width: 150px;
	position: absolute;
	left: 450px;
	font-size: 10px;
	color: #dc87a9;
	font-style: italic;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS UI Gothic";
	letter-spacing: 1px;
}
#copy {
	width: 450px;
	position: absolute;
	left: 20px;
	color: #993f63;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS UI Gothic";
	font-size: 9px;
	font-style: italic;
	bottom: 20px;
}
