html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

html,body {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #316173;
	scrollbar-highlight-color: #dbffec;
	scrollbar-3dlight-color: #e9f2ff;
	scrollbar-shadow-color: #dbffec;
	scrollbar-darkshadow-color: #316173;
	margin: 0px;
	background-image: url(../img/purebg.jpg);
	background-repeat: repeat-x;
}

.none{ display: none;}

a{ cursor: pointer;	text-decoration: none; color: #DB1E99; }

a:hover{ color: #7A75E6; }


body,td,th { color: #316173; }

/*基本設定-----------------------------------------------*/


#main {
	background-color: #FFF;
	height: 1038px;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/puremain.jpg);
	background-repeat: no-repeat;
}

#foot {
	background-color: #FFF;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	height: 120px;
	padding-top: 7px;
	position: relative;
	clear: both;
	float: none;
	background-repeat: repeat;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
