@charset "utf-8";
/* CSS Document */

.amazon-add {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#description {
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 30px;
}
.entry {
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
time {
	font-size: 2em;
	text-align: right;
	display: block;
	color: #AAA;
	padding-bottom: 30px;
}
.entry-more {
	margin-bottom: 20px;
	text-align: right;
	margin-top: 20px;
}
.entry-footer {
	color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #FFF, #BBB 20%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF),color-stop(0.2, #BBB));
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#CCCCCC, endColorstr=#BBBBBB, gradientType=0);
}
.entry-footer a {
	color: #FFF;
}
.entry-categories,.entry-tags {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
/*Navi*/
#entry-nav {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 40px;
}
#entry-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#entry-nav-previous {
	text-align: left;
	display: block;
}
#entry-nav-next {
	text-align: right;
	display: block;
}
#content-nav {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 40px;
}
#content-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#content-nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#content-nav-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#content-nav-next {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
/*地形表示用*/
.chijyo {
	background-image: url(images/chijyo.jpg);
	background-position: center;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.suicyu {
	background-image: url(images/suicyu.jpg);
	background-position: center;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.kucyu {
	background-image: url(images/kucyu.jpg);
	background-position: center;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.ucyu {
	background-image: url(images/ucyu.jpg);
	background-position: center;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

