/* CSS Document */

body {
	margin: 10px;
	padding: 0px;
	background-color: #fdfbec;
}

a:link {
	color:#fd556e;
	text-decoration: underline;
}
a:visited {
	color:#fd556e;
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}
a:active {
	color:#fd556e;
	text-decoration: underline;
}

table {
	border: 1px solid #000;
}

#img {
	text-align: center;
	margin: 4px;
	font-size:12px;
}

#waku {
	text-align: left;
	margin: 10px;
	padding: 10px;
	font-size:15px;
	border: 1px solid #c9c5c4;
	background-color: #fff;
}
