@charset "utf-8";

body{
	background: white;
	color: #53534a;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a{
	text-decoration:none;
	color: #00adee;

}
.title2{
	font-size: 16px;
	color: #bebebe;
	width:100px;
}
.title2 a{
	text-decoration:none;
	color: #bebebe;
}
.title1{
	font-size: 40px;
	color: #53534A;
}
.small{
	font-size: 10px;
	color: #cdcdcd;
}