/* 全体 */
body {
	background-color: #95a6b7;
}

.body {
	width: 90%;
	border: 0px;
    margin: 0 auto;
}

/* サイトタイトル */
.title_block {
}

.title {
	background-color: #bdcedf;
	font-size: 3em;
	font-weight: bold;
}

.subtitle {
	background-color: #bdcedf;
	font-size: 1em;
	vertical-align: bottom;
}

/* 日記部分 */
.day {
	background-color: #bdcedf;
	padding: 5px;
	margin: 20px 0px 20px 0px;
}

.day_title {
	font-weight: bold;
	margin: 10px;
}

.day_body {
	margin: 10px;
}

p {
	text-indent: 1em;
	line-height: 2em;
}

.cite {
	padding-left: 2em;
	line-height: 2em;
}

/* フッタ */
.footer {
	background-color: #bdcedf;
}

/* リンク関係 */
a {
	text-decoration:none;
	color:#007fff;
}

a:hover {
	text-decoration:underline;
	color:#007fff;
}

.title a {
	text-decoration:none;
	color:#000;
}

.title a:hover {
	text-decoration:underline;
	color:#000;
}
