@charset "UTF-8";

#contentsMainArea h2 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.catchBlock {
	margin: 20px 0;
}
.catchBlock img {
	display: block;
}

.postIndexBlock {
	border-top: 3px solid #004c20;
	margin: 20px 0;
}

.archiveBlock {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 20px 10px;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.archiveBlock .left {
	width: 130px;
	float: left;
}
.archiveBlock .left p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #004c20;
	font-weight: bold;
}
.archiveBlock .right {
	width: 300px;
	margin-top: 0.6em;
	float: right;
}
.archiveBlock .right ul {
	text-align: right;
}
.archiveBlock .right li {
	list-style: none;
	display: inline;
}
.archiveBlock .right li img {
	margin-right: 14px;
	vertical-align: middle;
}
.archiveBlock .right li select {
	vertical-align: middle;
}

.postIndexBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 140px;
	padding-right: 20px;
}
.postIndexBlock .post .photo {
	display: inline;
	float: left;
	margin-left: -120px;
}
.postIndexBlock .post div.caption {
	background-color:#004C20;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:5px;
	padding:3px 5px;
	text-align:left;
}
.postIndexBlock .post h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}
.postIndexBlock .post p{
	font-size: 1.1em;
	line-height: 1.8em;
}

.postBlock {
	border-top: 3px solid #004c20;
	margin: 20px 0;
}
.postBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 0 140px;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.postBlock .post .side {
	display : inline;
	float: left;
	margin-left: -120px;
	margin-bottom: 20px;
}

.postBlock .post .side h4 img {
	display: block;
}

.postBlock .post .lineup {
	margin-top: -13px;
	margin-bottom: 10px;
}
.postBlock .post .lineup ul {
	_zoom: 1;
	overflow: hidden;
}
.postBlock .post .lineup li {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
	padding: 1em 0;
}

.postBlock .post .side li {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	background: url('../images/arrow.gif') no-repeat top left;
	margin-bottom: 20px;
	padding-left: 20px;
}

.postBlock .post dl,
.postBlock .post dt,
.postBlock .post dd {
	margin: 0;
	padding: 0;
}
.postBlock .post dt {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.postBlock .post dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 2em;
}
