
/*
===== base =====
*/


@import url(style.css);
body {
	margin: 0 auto;
	background-color: #ffffcc;
	color: #333333;
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
}

a {
	color: #ff4d00;
	text-decoration: none;
	/**/
	overflow: hidden;
	/**/
}

a:hover {
	color: #ff4d00;
	text-decoration: underline;
}

img {
	border: none;
}

.menu a {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}


