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

@import "layout.css";
@import "contents.css";
@import "contents_en.css";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #9C1D25;
	outline: none;
}
a:hover {
	color: #72C7B1;
}
img {
	border-style: none;
}
.bold {
	font-weight: bold;
}



