@charset "UTF-8";

/*	ログハウス in 信州	*/
/*	アーカイブページ	*/

/*	header	*/
div#aboveheader {
	overflow: hidden;
	background-color: #ffffff;
	padding: 3px 1px;
	font-size: 80%;
	line-height: 1.0em;
	text-align: center;
}

div#banner {
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom: #ffffff 1px solid;

}

div#banner a {
	text-decoration: none;
	color: #003300;

}

div#banner p {
	margin: 5px 20px;
	font-size: small;

}

div#banner-inner {
	padding: 1px;
	background-image: url("../img/catbackimg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 200px;

}

h1#banner-header {
	margin-top: 10px;
	padding: 0 0 0 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;

}

.master-archive-index #archive-title,
.category-archive #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title {
	margin-top: 125px;
	margin-bottom: 0px;
	padding: 0 30px 0 0;
	border: none;
	color: #003300;
	background-color: transparent;
	text-align: right;
	font-weight: bold;

}

.content-nav {
	margin: 0px 0px 10px 0px;
	display: block;

}


div#belowheader {
	overflow: hidden;
	background-color: #ffffff;
	padding: 3px 1px;
	font-size: 80%;
	line-height: 2.0em;
	text-align: center;
	margin-bottom: 0px;

}



/*	contents	*/

div#alpha {
	margin: 10px 0;
	border-right: #ffffff 1px solid;
	overflow: hidden;
	padding: 0 10px 2px 10px;
	width: 560px;
	color: #003300;

}

#alpha-inner {
	padding: 0px 0px 0px 5px;
}

div.entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: #33cc33 2px ridge;
	border-bottom: #33cc33 2px ridge;
	background-color: #ffffff;
	color: #336633;
	overflow: hidden;

}
/*	width: 550px;
*/

div.entry a {
	color: #336633;

}

h3.entry-header {
	margin: 10px 10px 5px 10px;
	border: none;
	background-color: #f0f0f0;
	padding: 5px 5px 5px 10px;
	color: #003300;
	font-size: 130%;
	font-weight: bold;

}
/*
	background-color: #F4F4F4;
	margin-top: 0;
	border-left: 5px solid #dae0e6;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 18px;
*/


div.entry-body {
	margin: 10px 10px 10px 15px;
	overflow: hidden;
	line-height: 1.7em;

}

div.entry-body p img {
	margin: 5px 3px 10px 3px;

}


div.entry-more-link p {
	margin: 0px;
	padding: 0 5px 0 0;
	text-align:  right;
	font-size: 12px;
	font-weight: bold;

}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #666666;
	font-size: 10px;
	text-align: right;
}

div.callme {
	margin-top: 40px;
	background-color: #e0e0e0;
	background-image: url("../img/callme.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	overflow: hidden;
	height: 180px;
	line-height: 2.0em;
	border-top: 	solid 1px #ffffff;
	border-left:	solid 1px #ffffff;
	border-bottom:	solid 1px #666666;
	border-right:	solid 1px #8f8f8f;

}

div.callme h2 {
	margin: 10px 10px 0px 10px;
/*	background-color: #d2d2d2;
*/
	padding: 5px;
	color: #003300;
	font-size: 120%;
	font-weight: bold;

}

div#signature {
	padding-left: 10px;

}

