﻿@charset "utf-8";
/* CSS Document */

::-webkit-selection{background:transparent;color:#e0c5fc;}
::selection{background:transparent;color:#e0c5fc;} 
::-moz-selection{background:transparent;color:#e0c5fc;}

a {
	color:#000;
	text-decoration:none;}

a:hover {
	color:#e0c5fc;}

body {
	margin:0;
	padding:0;
	background:#fff;}
	
mainnotice{ scrollbar-3dlight-color:#eee;
scrollbar-arrow-color:#eee;
scrollbar-track-color:#fff;
scrollbar-darkshadow-color:#eee;
scrollbar-face-color:#eee;
scrollbar-highlight-color:#eee;
scrollbar-shadow-color:#fff}

::-webkit-scrollbar {width:6px; height:6px;}
::-webkit-scrollbar-button {display:block; height:0px; background:#fff;}
::-webkit-scrollbar-track {background:#fff;}
::-webkit-scrollbar-thumb {height:0px; width:7px; background:#eee; -webkit-border-radius:6px; border-radius: 0px; -webkit-box-shadow:#eee;}