/* CSS フォント */
.f18 {
    font-family: Verdana, Arial, sans-serif;
	font-size:18px;
	color:#999999;
	line-height:22px;
}
.f16 {
    font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	color:#999999;
	line-height:20px;
}
.f14 {
    font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:#999999;
	line-height:18px;
}
.f12 {
    font-family: Verdana, Arial, sans-serif;
	font-size:small;
	color:#999999;
	line-height:16px;
}
.f10 {
    font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color:#999999;
	line-height:14px;
}

/* CSS レイアウト */
body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color:#FFFFFF;
	line-height:14px;
}
#container {
	width:950px;
	margin:10px auto 0 auto;
	padding:0;
	text-align:center;
}
#content {
	width:500px;
	margin:20px auto 20px auto;
	padding:0;
	text-align:center;
}
#left {
	width:280px;
	margin:0 10px;
	padding:0;
	text-align:left;
	float:left;
	overflow:hidden;
}
#center {
	width:380px;
	margin:0 auto 40px auto;
	padding:0 9px;
	border-left:dotted 1px #454545;
	border-right:dotted 1px #454545;
	text-align:left;
	float:left;
	overflow:hidden;
}
#right {
	width:230px;
	margin:0 10px;
	padding:0;
	text-align:left;
	float:right;
	overflow:hidden;
}
#map01 {
	width:230px;
	height:230px;
	margin:5px auto;
	padding:0;
	background-image:url(img/map.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#map {
	width:500px;
	height:500px;
	margin:20px auto;
	padding:0;
}
#print {
	width:230px;
	margin:0 auto;
	padding:0;
	text-align:right;
}
#print2 {
	width:500px;
	margin:10px auto;
	padding:0;
	text-align:center;
}
#photo01 {
	width:280px;
	height:187px;
	margin:20px auto 0px auto;
	padding:0;
	background-image:url(img/photo01.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#photo02 {
	width:230px;
	height:187px;
	margin:40px auto 0px auto;
	padding:0;
	background-image:url(img/photo02.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#photo03 {
	width:280px;
	height:187px;
	margin:10px auto 0px auto;
	padding:0;
	background-image:url(img/photo03.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#footer {
	width:950px;
	margin:0 auto 20px auto;
	padding:0;
	text-align:center;
	clear:both;
}

/* CSS タイトル */
h1 {
	width:950px;
	height:350px;
	margin:0 0 20px 0;
	padding:0;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
h2 {
	margin:5px auto;
	padding:6px 3px 6px 3px;
	border-top:solid 1px #1a1a1a;
	border-bottom:solid 1px #1a1a1a;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color:#cfa972;
	line-height:14px;
}
.t01 {
	width:280px;
	height:25px;
	margin:0 auto 10px 0;
	padding:0;
	background-image:url(img/title01.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.t02 {
	width:280px;
	height:25px;
	margin:20px auto 10px 0;
	padding:0;
	background-image:url(img/title02.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.t03 {
	width:280px;
	height:25px;
	margin:0 auto 10px 0;
	padding:0;
	background-image:url(img/title03.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.t04 {
	width:230px;
	height:25px;
	margin:0 auto 7px 0;
	padding:0;
	background-image:url(img/title04.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}