a:link{
	color: #1E90FF; 
	text-decoration: none; }
a:visited { 
	color: #1E90FF; 
	text-decoration: none; }
a:hover{ 
	color: #000000;
	text-decoration: underline; }

body{
	font-family: MS UI Gothic;
	color : #666666;
	background-color:#ffffff;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 20px;
	overflow-x:hidden;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #ffffff; }

hr {
	border-style: dashed;
 	border-color: #000000;
	height: 1px ;}

textarea,select,input { 
	border-top : 1px solid #000000 ; 
	border-bottom : 1px solid #000000 ;
 	border-left : 1px solid #000000 ; 
	border-right : 1px solid #000000 ;
 	background-color : #ffffff ;
 	color : #00008B ; 
	font-family:MS UI Gothic; }


