/* ƒy[ƒW‚ÌŠî–{ƒfƒUƒCƒ“—pCSS */
body {
	background-color: #BBBBBB;
	color: #000000;
}
h1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", serif;
	color: #FFFFFF;
	font-size: 150%;
	text-align: center;
	margin-top: 1.2em 0px;
}	
h2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", sans-serif;
	color: #554411;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	margin: 0.2em 0px;
}

h3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", serif;
	color: #554411;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0.5em 0px;
}
h4 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", serif;
	color: #554411;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin:1em 0px;
}
p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", serif;
	color: #554411;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	line-height: 120%;
}
address {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "OSAKA", sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dashed 2px #663300;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
p img {
	float: center;
	margin: 2px;
	border: solid 1px #FFFFFF;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF9933;
}
h4 a {
	display: block;
	width: 60px;
	background-color:#FCD696;
	border:solid 2px;
	border-color:#FEEED3 #D1A44A #D1A44A #FEEED3;
	text-align: center;
}
h4 a:hover {
	background-color:#FECD6D;
}
h4 a:active {
	border-color:#D1A44A #FEEED3 #FEEED3 #D1A44A;
}
.contents {
	width: 600px;
	margin:auto;
	background-color: #FFFEFD;
	text-align:left;
	border:solid 1px #999999;
	position:relative;
}
.navbar {
	padding: 0px;
	width: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.navbar h4 {
	margin:0px;
	float: left;
	text-align:center;
}
