/* CSS Document */


body,td,th {
	font-size: 12px;
	color: #330000;
	margin-top: 5%;
	text-align: center;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
#page {
	width: 778px;
	height: 778px;
}
#page #top {
	list-style-type: none;
	width: 778px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 192px;
	background-image: url(file/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#page #menu {
	width: 245px;
	float: left;
	height: 585px;
	background-image: url(file/menu.jpg);
	background-position: left bottom;
	text-align: left;
	background-repeat: no-repeat;
}
#page #menu #list {
	list-style-type: none;
	margin: 0px;
	text-align: right;
}
#page #menu #list #address {
	padding-right: 10px;
	padding-top: 10px;
}
#page #sentence {
	width: 533px;
	float: right;
	height: 585px;
	background-image: url(file/sentence.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#page #sentence #list {
	text-align: justify;
	vertical-align: top;
	list-style-type: none;
	letter-spacing: 4px;
	padding-left: 0px;
	padding-right: 28px;
}

