/*===================================
  きゃんでぃそふと - CandySoft -
===================================*/
html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

html,body {
	background-color: #d1e8ff;
	scrollbar-face-color:		#d1e8ff;
	scrollbar-track-color:		#ffffff;
	scrollbar-3dlight-color:	#ffffff;
	scrollbar-darkshadow-color:	#ffffff;
	scrollbar-highlight-color:	#d1e8ff;
	scrollbar-arrow-color:		#d1e8ff;
	scrollbar-shadow-color:		#d1e8ff;
	margin: 0px;
}
body,td,th {
	color: #4d5460;
}
.none{ display: none;}

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

a:hover{ color: #7085e8;}
#main {
	background-color: #FFF;
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	height: 700px;
}
.text_b {
	font-size: 12px;
	font-weight: bold;
	color: #36C;
}
