body {
	background-image: url(http://floralcompany.jp/image/wall.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: white;
	color: rgb(0, 0, 128);
}

a:link {
	background-color: inherit;
	color: green;
	text-decoration: underline;
}

a:hover {
	background-color: rgb(255, 255, 196);
	color: red;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: red;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: purple;
	text-decoration: underline;
}

.caution {
	background-color: inherit;
	color: rgb(255, 16, 32);
	font-weight:bold;
}

img.banner {
	border: 0;
	height: 40px;
	width: 200px;
}

img.sbanner {
	border: 0;
	height: 31px;
	width: 88px;
}

.signature {
	font-style: italic;
	text-align: right;
}

table {
	margin: auto;
	table-layout: auto;
}

p.title {
	background-color: rgb(200, 230, 250);
	color: rgb(32, 128, 32);
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 10px 20%;
	border: 4px;
	border-style: inset;
}

.code {
	padding: 0.5em;
	margin: 1em;
	border: 4px groove rgb(0, 0, 128);
	background-color: rgb(200, 210, 220);
	color: inherit;
}
