@charset "UTF-8";

/* formatting style
--------------------*/
body,td,th{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: rgba(143,143,131,1.00);
	background-color: hsla(340,56%,94%,1.00);
	font-size: 150%;
	line-height: 250%;
	margin-bottom: -10px;
}
a:link {
	text-decoration: underline;
	color: hsla(8,80%,77%,1.00);
}
a:visited {
	color: hsla(283,29%,70%,1.00);
	text-decoration: underline;
}
a:hover {
	color: hsla(8,62%,40%,1.00);
	text-decoration: none;
}
hr {
	display: none;
}
#header {
	background-color: hsla(34,80%,81%,1.00);
	text-align: center;
	margin-top: -25px;
	margin-bottom: -15px;
	margin-left: 20px;
	margin-right: 20px;
	left: auto;
	right: auto;
	-webkit-box-shadow: 1px 0px 3px hsla(34,25%,50%,1.00);
	box-shadow: 1px 0px 3px hsla(34,25%,50%,1.00);
	width: 94%;
}
#navigation {
	background-color: hsla(8,80%,77%,1.00);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: -20px 20px 40px;
	left: auto;
	right: auto;
	-webkit-box-shadow: 1px 1px 3px hsla(8,25%,50%,1.00);
	box-shadow: 1px 1px 3px hsla(8,25%,50%,1.00);
	z-index: 0;
	float: left;
	width: 94%;
}
a.button {
	z-index: 2;
	float: left;
	background-color: hsla(8,80%,77%,1.00);
	padding-left: 20px;
	padding-right: 20px;
	border-left: thin ridge hsla(8,25%,50%,1.00);
	border-right: thin ridge hsla(8,25%,50%,1.00);
	font-family: advent-pro;
	font-style: normal;
	font-weight: 400;
	color: hsla(330,100%,98%,1.00);
	font-variant: normal;
	font-size: xx-large;
	text-decoration: none;
}
a.button:link {
	color: hsla(330,100%,98%,1.00);
}
a.button:hover {
	background-color: hsla(34,80%,81%,1.00);
	color: hsla(8,62%,40%,1.00);
}
#bar {
	margin-left: 35px;
	z-index: 1;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#main {
	background-color: rgba(255,253,254,1.00);
	border-radius: 10px;
	text-align: justify;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 1px 1px 3px rgba(197,184,199,1.00);
	box-shadow: 1px 1px 3px rgba(197,184,199,1.00);
	width: 80%;
	margin-top: 60px;
}
#gallery{
	text-align: center;
	margin: auto;
	left: auto;
	right: auto;
	width: 94%;
}
#footer  {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: hsla(34,80%,81%,1.00);
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-shadow: 1px 0px 3px hsla(34,25%,50%,1.00);
	box-shadow: 1px 0px 3px hsla(34,25%,50%,1.00);
	width: 94%;
}
