body {
	margin: 10px;
	color: #666;
	background: #039;
}

a:link    { color: #8ab; }
a:visited { color: #8ab; }
a:hover   { color: #f22; }
a:active  { color: #2f2; }

h1 {
	color: #964;
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
}

.header {
	color: #fff;
	background: #964 url("image/shimane01.png") repeat-x left center;
	text-align: left;
	text-shadow: 0 0 5px #000;
	font-weight: bold;
	vertical-align: top;
	padding: 20px 0;
	margin-bottom: 0 0 3em;
	border-radius: 10px;
}

.header img {
	margin: 4px 10px;
	vertical-align: middle;
	border: none;
	opacity: 0.8;
}

.date {
	float: right;
	margin: 10px;
}

p{
	text-indent: 1em;
	line-height:160%;
	text-align: left;
	color: #666;
}

.page {
	padding: 20px;
	margin: auto;
	width: 644px;
	background-color: #eee;
	border-radius: 20px;
}

.photo {
	width: 480px;
	margin: 0 auto 1em;
	color: #964;
	text-align: center;
}

.photo img {
	border-radius: 5px;
}

.bantxt { font-size: 85%; color: #99d; }

.capt {
	font-size: 85%; color: #777;
	width: 380px;
	text-align: center;
	float: left;
}

ul {
	background-color: #eff;
	padding: 5px 25px;
	margin: 30px 25px;
	list-style-type: square;
	text-align: left;
	line-height:140%;
}

.footer {
	color: #fff;
	background: #b25;
	background: #b86;
	background: #964;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-radius: 10px;
}

.cls { clear: both; }
