img
{
border:0px black;
}
.title
{
	font-family: Verdana, Arial, Times New Roman;
	color: #000000;
	font-size: 12 pt;
	font-weight: bold;
}
.txt
{
	font-family: Verdana, Arial, Times New Roman;
	color: #000000;
	font-size: 10 pt;
	font-weight: none;
}
.menu_link
{
	font-family: Verdana, Arial, Times New Roman;
	color: #000000;
	font-size: 10 pt;
	font-weight: bold;
	text-decoration:none;
}
A:Hover.menu_link
{
	font-family: Verdana, Arial, Times New Roman;
	color: #FF0000;
	font-size: 10 pt;
	font-weight: bold;
	text-decoration:none;
}
.link
{
	font-family: Verdana, Arial, Times New Roman;
	color: #000000;
	font-size: 10 pt;
	font-weight: none;
	font-weight: italic;
}
A:Hover.link
{
	font-family: Verdana, Arial, Times New Roman;
	color: #FF0000;
	font-size: 10 pt;
	font-weight: none;
}
#top
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 800px;
	height: 75px;
	background-image: url(../image/top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#postcard
{
	position: absolute;
	top: 120px;
	left: 15px;
	width: 750px;
	height: 563px;
	background-image: url(../image/postcard1.png);
	background-repeat: no-repeat;
    padding: 20px;
}
#main
{
	position: absolute;
	top: 85px;
	left: 15px;
	width: 800px;
	height: 800px;
	background-color: #ffffff;
}
