/* 全体の定義に関するCSS */

body {
	font-family: "MS UI Gothic";	
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #EFECE8;
    scrollbar-arrow-color: #ffffff;
	background-color:#F6F6F6;
}

