@charset "UTF-8";

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

.archiveBlock {
	padding: 10px 0 20px;
	clear: both;
	overflow:hidden;
	height:100%;
}
.archiveBlock .left {
	width: 150px;
	float: left;
}
.archiveBlock .left p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #094;
	font-weight: bold;
}
.archiveBlock .right {
	width: 320px;
	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{
	padding-left:170px;
}
.postIndexBlock .post .photo{
	display : inline;
	float:left;
	margin-left:-170px;
}
.postIndexBlock .post .photo div.caption {
	color: #fff;
	font-size:1.2em;
	line-height:1.6em;
	text-align: center;
	background-color: #094;
	margin-bottom: 5px;
	padding: 5px;
}

.postIndexBlock .post h3{
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
	padding-top:0.5em;
	margin-bottom:0.5em;
}
.postIndexBlock .post p{
	font-size:1.2em;
	line-height:1.66em;
}

.contentsMoreNavi{
	float:right;
	margin-top:10px;
}

/*
 * for PRINT
 */
#contentsArea{
	width:650px;
}
#wrapper{
	width:800px;
}

#footerArea ul,
#contentsSubArea,
#globalNaviArea{
	display:none;
}
#wrapperInner{
	overflow:none;
}
#contentsMainArea{
	overflow:none;
}

