BODY	{
	font-size:12;
	color:#005555;
	background:#FFFFFF;
	margin-top:15px;		/* 上マージン:20px */
	margin-left:15px;		/* 左マージン:70px */
	background-image:url("back.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:100% 100%;
	}

b{
	font-size:12;
	color:#000000;
	background:#FFFFFF;
}
A:link{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}		/* リンク色:青 */
A:visited{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}		/* ブリンク色:紫 */
A:alink	{
	color#FF0000;
	font-weight:bold;
	text-decoration:none;
}		/* クリック色:水 */

A:active{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}		/* 赤 */
A:hover{
	color:#FFFFFF;
	background:#FF0000;
	font-weight:bold;
}

h1{
	font-size: 12px;
	width: 825;
	height: 50;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	border-width: 0 0 5 0;
	border-style: solid;
	border-color: #005555;
	color: #005555;
}

span.name{
	font-size: 60pt;
	font-family: serif;
	color: #005555;
	font-weight: 900;
}

div.map{
	text-align: center;
	width: 825;
	padding-top:15px;		/* 上マージン:20px */
	margin-left:15px;		/* 左マージン:70px */
}

div.next{
	text-align: center;
	width: 825;
	margin-top: 10px;
}

div.pictures{
	text-align: center;
	width: 825;
	margin-top: 20px;
}


h4{
	text-align: center;
	width: 825;
	font-size: 20pt;
	color: #FFFFFF;
	padding: 3px;		/* 上マージン:20px */
	background-color:#005555;
}

table.t{
	width:100%;
	font-size: 12px;
	}

table{
	font-size: 12px;
	}

table.t tr td{
	border-color:#999999;
	font-size: 12px;
	border-spacing:0px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	white-space:nowrap;
	}

table.t tr th{
	border-color:#999999;
	font-size: 12px;
	border-spacing:0px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	white-space:nowrap;
	width: 80;
	}
