@charset "UTF-8";

body {
	background-color: #ccf;
	color: #000;
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	margin: 5px 5px 30px 5px;
	padding: 0;
}
a:link {
	color: #e33;
	text-decoration: underline;
}
a:visited {
	color: #933;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}

a img {
	border: none;
}

#searchform {
	margin: 0px auto;
	padding: 0px;
}

.header{
	text-align: center;
}

.footer{
	text-align: center;
}
