@charset "shift_jis";
/* CSS mrs.hills Document */
a:link {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	background-color: ##EDF8FF;
	text-decoration: underline;
}
a:active {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
    html{
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
    }
	html {overflow-x:hidden;}
	html {overflow-x:visivle;}
	body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}