﻿a.mnu:link { color: #cfcfff; }
a.mnu:visited { color: #aaaa60; }
a.mnu:hover { color: #ff0000; }
a.mnu:active{ color: #ff0000; }

body {
	color: #444;
	background-color: #093921;
	line-height:160%;
}

p {
	text-indent: 1em;
}

a img {
	border: none;
}

.header h1 {
	font-size: 140%;
	display: block;
	float: left;
}

h2 {
	font-size: 120%;
	color: #266;
}

.wrapper {
	width: 64em;
	margin: auto;
	background-color: #191;
}

.header, .footer {
	color: #fff;
	padding: 10px 30px;
}

.header {
	background: url("./image/kiroko01.png") no-repeat top center;
}

.discript {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-size: 85%;
}

.contents {
	padding: 20px 40px;
	background-color: #eee;
	color: #77b;
	text-align: left;
}

.map {
	display: block;
	margin-left: 20px;
	float: right;
}

.photo {
	width: 640px;
	margin: 10px auto 30px;
}

.photo p {
	margin: 4px;
	text-indent: 0;
}

.navi, .navi2 {
	display: block;
	float: right;
	width: 64px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin: 2px 0 3em 10px;
	clear: both;
}

.navi {
	background: url("./image/kiroko01.gif") top;
}

.navi:hover {
	background: url("./image/kiroko01.gif") bottom;
}

.navi2:hover {
	text-decoration: underline;
}

a.navi {
	color: #77b;
}

.cmnt {
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #bbd;
	color: #555;
	background: #fff;
}

blockquote {
	margin: 40px 0;
	padding: 10px 20px;
	border: 1px dotted #bbd;
	color: #555;
	background: #fff;
	line-height: 140%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
