﻿#diary-box{
	float:left;
	width:650px;
	padding:0px 30px 0px 20px;
}

.diary{
	margin:0px 0px 40px 0px;
	border:3px #C0C0C0 double;
}

.date{
	padding:5px;
	text-align:right;
}

.date-early{
	padding:5px;
}

.text{
	padding:10px 15px 0px 20px;
	border-top:3px #C0C0C0 double;
	overflow:auto;
}

.text p{
	padding-bottom:30px;
}

.text p:first-letter{
	font-size:30px;
}

.text ul{
	padding-left:20px;
}

.text li{
	margin-bottom:20px;
}

.help{
	font-size:30px;
}

.not{
	text-decoration:line-through;
}

.attention{
	font-weight: bold;
	color: #333333;
}

.pop{
	font-weight:bold;
	font-family:富士ポップＰ,富士ポップ,fantasy;
	font-style:oblique;
}

.red{
	color:#FF0000;
}

.image-set{
	display:table;
}

.image{
	display:table-cell;
	padding:0px 10px 20px 0px;
}

.neighbor{
	display:table-cell;
	vertical-align:middle;
}

.caption{
	vertical-align:middle;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px 10px 0px;
}

.year{
	padding:10px 15px 10px 20px;
}

.topic{
	padding:10px 0px 10px 30px;
}

.month{
	padding-bottom:10px;
	text-align:center;
}

.month li{
	list-style-type:none;
	display:inline;
	margin:0px 3px;
	color:#FFFFFF;
}

#highlight{
	padding-bottom:3px;
}

#title-box ul{
	padding-left:30px;
}

#title-box li{
	margin-bottom:2px;
}

#side-box{
	float:right;
	width:250px;
	padding:20px 0px;
	border-top:1px #C0C0C0 solid;
}

.side{
	padding:0px 0px 20px 65px;
}

label {
    display: block;
    cursor: pointer;
	padding:3px 5px;
	margin:0px 0px 0px 120px;
	border-left:3px #a6a6ff solid;
}

#side-box ul {
    margin: 5px 0px;
    list-style: none;
}

#side-box li {
    padding: 0px 0px 10px 150px;
}

input[type=checkbox].on-off{
    display: none;
}

input[type=checkbox].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type=checkbox].on-off:checked + ul{
    height: auto;
}