html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
body{
	font-size: 12px;
	margin: 2px;
	background-color: EBE5F0;
}
a:link{
	color: 3B67E9;
	text-decoration: none;
}
a:visited{
	color: 3B67E9;
	text-decoration: none;
}
a:hover{
	color: f51e64;
	text-decoration: none;
}
.home{
	background:url("../img/topics/home.png");
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 2 7px;
	
}
.katudou{
	background:url("../img/topics/information.png");
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 2 7px;
	
}
.results{
	background:url("../img/topics/shuttle.png");
	background-size: 22px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 1 6px;
	
}
.schedule{
	background:url("../img/topics/calendar.png");
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0 5px;
	
}
.touitai{
	background:url("../img/topics/racket.png");
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0 5px;
	
}
.photo{
	background:url("../img/topics/camera.png");
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 2 7px;
	
}
.data{
	background:url("../img/topics/file.png");
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0 5px;
	
}
.link{
	background:url("../img/topics/link.png");
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 2 7px;
	
}
.bbs{
	background:url("../img/topics/chat.png");
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 2 7px;
	
}