@charset "ISO-8859-1";
/* CSS Document */

#main {
	width:700px;
	background-color:fff;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:0px;
	border:solid 1px #999;
	text-align:center;
}
#calendar {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#eee;
}
#cal {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
#copyright {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
img {
	border-style:none;
}
h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#3344FF;
}

tr td {
	width:14%;
	text-align:center;
}

hr {
	width:704px;
	height: 1px;
	border: none;
	border-top: 1px #aaaaaa solid;
}
.pict {
	width:640px;
	height:432px;
/*	background-image:url(Graphics/pictback.gif); */
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	box-shadow:5px 5px 5px #b2b2b2;
}
.pict_v {
	width:338px;
	height:500px;
/*	background-image:url(Graphics/pictback.gif); */
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	box-shadow:5px 5px 5px #b2b2b2;
}
.holiday {
	color:#FF2222;
}

.worldheritage {
	font-size:20px;
	color:#666666;
}

.c {
	text-align:center;
}

.w350 {
	width:350px;
}

.copyright {
	font-size:12px;
	color:#666666;
}