@charset "UTF-8";
/* CSS Document */

#contents-inner h2 {
	display: block;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #E2366E;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.articles-thumb-first {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
}
.articles-thumb-first:hover {
	background-color: #FFF1E7;
}
.articles-thumb {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.articles-thumb:hover {
	background-color: #FFF1E7;
}
.articles-thumb-left {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.articles-thumb-timestamp {
	text-align: right;
	font-size: 0.8em;
	margin-top: 21px;
}
#contents-inner h3 {
	font-size: 1.3em;
	font-weight: bold;
}


/** フォトアルバム **/
.contents-photoalbum-bg {
	background-color: #333;
	padding-bottom: 20px;
}
.contents-photoalbum-line {
	width: 860px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.contents-photoalbum-left {
	float: left;
	width: 420px;
}
.contents-photoalbum-right {
	float: right;
	width: 420px;
}

